﻿
body, html {
    width: 100%;
    height: 100%; 
}
.forgetpwd-wrap {
    display: flex;
    width: 100%;
    height: 100%;
}
.forgetpwd-aside {
    width: 520px;
    height: 100%;
    text-align: center; 
    display: flex;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(242, 250, 255, 1);
} 
.forgetpwd-img {
    width: 100%;
}
.forgetpwd-body { 
    height:100%; 
    position:relative;
    flex:1;
}
.forgetpwd-content { 
    overflow: hidden;
    border-radius: 12px;
    border:1px solid #dee0e3;
    position: absolute;
    width: 444px;
    height: 550px;
    top: 50%;
    left: 50%;
    background:#ffffff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 0 4px 8px rgb(31 35 41 / 3%), 0 3px 6px -6px rgb(31 35 41 / 5%), 0 6px 18px 6px rgb(31 35 41 / 3%);
    box-shadow: 0 4px 8px rgb(31 35 41 / 3%), 0 3px 6px -6px rgb(31 35 41 / 5%), 0 6px 18px 6px rgb(31 35 41 / 3%);
}
.forgetpwd-back {
    height: 60px;
    padding: 0px 40px;
    box-sizing:border-box;
    line-height: 60px;
    width: 100%;
    cursor:pointer; 
}
    .forgetpwd-back:hover {
        color: #0e9dff;
    }
.back-step {
    display:none;
}
.forgetpwd-step {
    width: 100%;
    display: flex;
    padding: 0px 40px;
    box-sizing: border-box;
    height: calc(100% - 100px);
    flex-direction: column;
    transition: all 0.5s;
    position: absolute;
  background:#fff;
}
.forgetpwd-step1 {
z-index:10;
}
    .forgetpwd-title {
        font-size: 22px;
        color: #1f2329;
        font-weight: 600;
        line-height: 30px;
        white-space: pre-wrap;
    }
.forgetpwd-subtitle {
    font-size: 14px;
    color: #646a73;
    margin-top: 8px;
    line-height: 20px;
    min-height: 40px;
    white-space: pre-wrap;
}


.forgetpwd-item {
    margin-top: 10px;
}

.forgetpwd-label {
    color: #606266;
    vertical-align: middle;
    float: left;
    text-align: left;
    line-height: 26px;
}

    .forgetpwd-label:before {
        content: '*';
        color: #F56C6C;
        margin-right: 0.25rem;
    }

.textbox {
    height: 32px !important;
    line-height: 32px !important;
    border-color: #bfd5d9;
    border-radius: 2px;
}

.textbox-text, .textbox-invalid {
    border-color: #bfd5d9;
    border-radius: 2px;
    height: 32px !important;
    line-height: 32px !important;
}

.textbox .validatebox-invalid.textbox-prompt {
    background: none;
}

.code-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
}
.phoneCode {
    position:absolute;
    right:1px;
}
#phoneCode {
    height: 28px;
    position: absolute;
    left: 255px;
    line-height: 30px;
    cursor: pointer;
    z-index: 10;
    color:#0e9dff;
}
.forgetpwd-btn {
    margin: 24px auto 0px;
    border-radius: 4px;
    text-align: center;
    border: none;
    color: #fff;
    width: 100% !important;
    height: 42px !important;
    line-height: 42px !important;
    font-size: 16px;
    font-weight: 400;
    background-color: #0e9dff;
    background: -webkit-gradient(linear, right top, left top, from(#00aeff), to(#2b7bff));
    background: linear-gradient(270deg, #00aeff 0, #2b7bff);
    cursor: pointer;
    padding: 0;
    letter-spacing: 5px;
    outline: none;
}
.forgetpwd-btn-disabled {
    color: #fff;
    opacity: 1;
    background: #bbbfc4;
    border-color: #bbbfc4;
    cursor:no-drop;
}

    .forgetpwd-btn .l-btn-text {
        line-height: 42px !important;
    }
#more_account_select_ul {
    max-height:425px;
    overflow-y:auto;
}
    #more_account_select_ul::-webkit-scrollbar {
        width:0px;
        height:0px;
    }
    .account-li {
        border: 1px solid #d0d3d6;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        border-radius: 6px;
        padding: 0px 20px;
        cursor: pointer;
        margin-top: 10px;
    }
    .account-li:hover {
        border-color: #3370ff;
    }

.identify-list {
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    height: 112px;
    padding: 0 21px;
    width: 100%;
    cursor:pointer;
    margin-top: 15px;
}
    .identify-list:hover {
        border-color: #3370ff;
    }
    .identify-list .title {
        color: #000;
        font-size: 14px;
        font-weight: 600;
    }
    .identify-list .desc {
        color: #878b99;
        font-size: 12px;
    }
.identify-item__logo {
    background-position: 50%;
    background-size: cover;
    height: 40px;
    margin-right: 12px;
    width: 40px;
}
.identify-item__logo--sms{
    background-image: url(../image/phone-514d1.png);
}
.identify-item__logo--appeal{
    background-image: url(../image/appeal-54182.png);
}
.changeidentify {
    color: #0e9dff;
    cursor:pointer;
    margin-top:8px;
    line-height:35px;
}

.footer {
    position: absolute;
    bottom: 0px;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    color: #646a73;
    cursor:pointer;
}
    .footer:hover {
        color: #3370ff;
    }