@charset "UTF-8";
.forgotVar {
    --colorPrimary: #7d7d7d;
    --bgPrimary: #888;
    --bgSecondary: #a4a4a4;
}

/* === clear Bootstrap+共用设定 === */
.forgotContentText .btn {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.forgotContentText .btn.focus, .forgotContentText .btn:focus, .forgotContentText .btn:hover {
    background-image: linear-gradient(180deg, transparent 0%,rgb(201 200 200 / 35%) 50%, transparent 80%);
    border: 1px solid #d2d2d2;
    color: var(--colorPrimary);
}
.nav-tabs>li>a,
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
    color: var(--colorPrimary);
}
.nav-tabs>li { margin-bottom: 0; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.forgotContentText .stepRadio li:not(.active) a:focus, .forgotContentText .stepRadio li:not(.active) a:hover,
.forgotContentText .stepMenu li:not(.active) a:focus, .forgotContentText .stepMenu li:not(.active) a:hover {
    -webkit-filter: brightness(1.2);
}
.forgotContentText {
    padding: 50px .75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* radioLine color */
.nav-tabs { border-bottom: 0; }
.nav-tabs.stepRadio { border-bottom: 2px solid var(--bgPrimary); }
.radioItem::before{
    content: '';
    background-color: var(--bgPrimary);
    display: block;
    height: 0px;
    width: 100%;
    transition: .05s ease-in-out;
    position: absolute;
    bottom: 0;
}
.radioItem.active::before,
.radioItem:focus::before, .radioItem:hover::before {
    height: 5px;
}
.radioItem:not(.active)::before {
    -webkit-filter: brightness(1.2);
}
.stepMenu {
    margin-bottom: 1.75rem;
}
.menuItem { margin-right: .5rem; }
.nav-tabs>.menuItem.active>a, .nav-tabs>.menuItem.active>a:focus, .nav-tabs>.menuItem.active>a:hover, .nav>.menuItem>a:focus, .nav>.menuItem>a:hover {
    background-color: var(--bgPrimary);
    border-radius: .25rem;
    color: #fff;
}
.stepRadio + .tab-content {
    padding: 2.75rem 3.75rem;
}

/* stepMenuContent设定 */
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    border-radius: 0;
    font-size: 20px;
    height: 60px;
    padding: 1em 0;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wizard > .steps li:first-child a {
    border-radius: 5px 0 0 5px;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    background: var(--bgPrimary);
    color: #fff;
}
/* .current */
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background-color: var(--bgSecondary);
    background-image: linear-gradient(120deg, transparent 0%,rgb(255 255 255 / 35%) 50%, transparent 80%);
}
/* .done */
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background-color: var(--bgPrimary);
    -webkit-filter: brightness(.75);
}
.wizard > .steps .done .number {
    color: #333;
}
.wizard > .steps .number {
    font-size: 5em;
    font-style: italic;
    height: 60px;
    line-height: 74px;
    opacity: .3;
    overflow-y: hidden;
    position: absolute;
    left: -7px;
    top: 0;
}

/* 箭頭, 預設 */
.stepMenuContent ul > li + li,
.stepMenuContent ul > li + li {
    margin-left: 8px;
}
.stepMenuContent ul > li a{
    position: relative;
    z-index: 0;
}
.stepMenuContent ul > li a::before,
.stepMenuContent ul > li a::after {
    content: '';
    position: absolute;
    top: 0;
    border-color: var(--bgPrimary);
    border-style: solid;
    border-width: 30px 2px 30px 20px;
    z-index: -1;
}
.stepMenuContent ul > li a::before {
    border-left-color: transparent;
    right: 100%;
}
.stepMenuContent ul > li a::after {
    border-color: transparent;
    border-left-color: var(--bgPrimary);
    left: 100%;
}
.stepMenuContent ul > li.current a::before {
    border-top-color: var(--bgSecondary);
    border-right-color: var(--bgSecondary);
    border-bottom-color: var(--bgSecondary);
}
.stepMenuContent ul > li.current a::after {
    border-left-color: var(--bgSecondary);
}
.stepMenuContent ul > li:first-child a::before {
    content: none;
}

/* 表单form */
.wizard > .content {
    background-image: linear-gradient(to top, transparent 12%,rgb(255 255 255 / 75%) 50%, transparent 80%);
    box-shadow: 0 0 1px 1px rgb(164 164 164 / 50%);
    min-height: 20em;
}
.wizard > .content > .body {
    float: none;
    position: relative;
    padding-top: 15%;
    padding-bottom: 15%;
    width: 100%;
}
/* 验证img */
.wizard > .content img.inInput {
    cursor: pointer;
    vertical-align: -13px;
    transform: scale(1.2)
}
/* 联系客服 */
#passwordService {
    padding-top: 10%;
    padding-bottom: 10%;
}
#passwordService p {
    font-size: 25px;
}
#passwordService .passwordServiceBtn {
    padding: 10px 22px;
    background: var(--bgPrimary);
    border-radius: 5px;
    text-decoration: none;
}
#passwordService .passwordServiceBtn:hover {
    background: var(--bgSecondary);
}

@media (max-width: 767.9px) {
    ul.stepRadio {
        display: flex;
        justify-content: center;
    }
    li.radioItem {
        font-size: 1.7rem;
        text-align: center;
        width: 25%;
    }
}

@media (min-width: 768px) {
    .wizard > .content {
        max-width: 80%;
    }

}

@media (min-width: 992px) {
    .forgotContentText {
        max-width: 960px;
    }
}



/* === ResetPassword === */
.forgotChgContentText .btn {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
}
.forgotChgContentText .btn.focus, .forgotChgContentText .btn:focus, .forgotChgContentText .btn:hover {
    background-image: linear-gradient(180deg, transparent 0%,rgb(201 200 200 / 35%) 50%, transparent 80%);
    border: 1px solid #d2d2d2;
}

.forgotChgContentText {
    padding: 50px .75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.headTitle {
    border-left: 4px solid var(--bgPrimary);
    padding-left: 10px;
    font-size: 1.3em;
}
.headDec {
    margin: 20px 10px 15px;
}
#forgotForm {
    background-color: #eee;
    background-image: linear-gradient(to top, transparent 12%,rgb(255 255 255 / 75%) 50%, transparent 80%);
    border-radius: 5px;
    box-shadow: 0 0 1px 1px rgb(164 164 164 / 50%);
    margin: 0.5em auto;
    min-height: 20em;
    padding-top: 5%;
    padding-bottom: 5%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    max-width: 90%;
}
/* 表单form-group */
.infoList {
    margin-bottom: 15px;
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.infoList .infoItem:first-child {
    margin-right: 10px;
    text-align: right;
    width: 23%;
}
.infoList .infoItem:first-child span{
    color: #f00;
    font-size: 1.5em;
    vertical-align: middle;
    margin-left: 2px;
}
.infoList .infoItem:nth-child(2){
    flex-grow: 1;
}

@media (min-width: 768px) {
    .forgotChgContentText {
        max-width: 700px;
    }
}
