html,
body {
    margin: 0px;
    height: 100%;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    font-family: PingFang-SC-Regular;
    background: #F5F7F9;
}

body.forget {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#root {
    background-image: url(../images/bj_02-min.png), url(../images/bj_01-min.png), radial-gradient(#001B48 30%, #000 70%), linear-gradient(0deg, #000 0%, #000 100%);
    background-size: 100% 100%, 100% 30%, 100% 60%, 100% 100%;
    -webkit-background-size: 100% 100%, 100% 30%, 100% 60%, 100% 100%;
    background-position-y: 0%, 30%, -84%, 0%;
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%, 100% 30%, 100% 60%, 100% 100%;
    -o-background-size: 100% 100%, 100% 30%, 100% 60%, 100% 100%;
}
#root .hide {
    display: none;
}
#root .visible-hide {
    visibility: hidden;
}
.forget-progess {
    width: 34px;
    height: 34px;
    line-height: 33px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    display: inline-block;
    text-align: center;
    float: left;
}

.forget-progess-default {
    background: #000000;
}

.forget-progess-primary {
    background: #0D67E8;
}

.forget-progess-title {
    font-family: ArialMT;
    font-size: 24px;
    color: #FFFFFF;
}

#root {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 5;
}

#root .logo {
    margin: 0px;
    padding: 20px;
}

#root .logo div:last-child {
    margin: 0 auto;
    margin-top: 37.3px;
    text-align: center;
}

#root .forget-container {
    width: 424px;
    height: 510px;
    background: linear-gradient(194deg, rgba(38, 129, 255, 0.27) 0%, rgba(0, 20, 61, 0.69) 100%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

#root .forget-container .forget-container-header {
    height: 50px;
    margin: 40px 52px;
    font-size: 36px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 50px;
    letter-spacing: 0;
}

#root .forget-container .forget-container-header .title {
    font-size: 24px;
}

#root .forget-container .forget-container-header .title-des {
    font-size: 12px;
    margin-top: 6px;
}

#root .forget-container .forget-container-header>div {
    display: inline-block;
}

#root .forget-container .forget-container-header>div:last-child {
    float: right;
    margin-top: 8px;
}

#root .forget-container .forget-container-header>div:last-child .divide {
    display: inline-block;
    width: 17px;
    margin: 17px 5.6px 0px 5.7px;
}

#root .forget-container .forget-container-header>div:last-child .divide-default {
    border: 1px solid #DCDCDC;
}

#root .forget-container .forget-container-header>div:last-child .divide-primary {
    border: 1px solid #DCDCDC;
}
#root .forget-container-body {
    position: relative;
    height: 100%;
}
#root .forget-container .forget-container-body .password {
    margin-top: 0px !important;
}

#root .forget-container .forget-container-body .password .message {
    margin-top: 12px;
    font-size: 12px;
    color: #999999;
    line-height: 15.83px;
    margin-bottom: 9px;
    font-family: PingFangSC-Regular;
}

#root .forget-container .forget-container-body .password img:hover {
    cursor: pointer;
}

#root .forget-container .forget-container-body .form-group.reset-psd {
}

#root .forget-container .forget-container-body .error-message {
    margin-top: 8px;
    padding: 0px 52px;
    font-family: PingFangSC-Regular;
    line-height: 17px;
    height: 17px;
    font-size: 14px;
    color: #FF4D4F;
}

#root .forget-container .forget-container-body .verifycode .message {
    font-size: 12px;
    color: #999999;
    line-height: 15.83px;
    margin-bottom: 9px;
}

#root .forget-container .forget-container-body .verifycode div:last-child div {
    display: inline-block;
}

#root .forget-container .forget-container-body .verifycode div:last-child div:last-child {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 32px;
    height: 32px;
    padding-left: 15.3px;
    float: right;
}

#root .forget-container-primary {
    padding: 37px 32px 37.2px 32px;
    height: 450px;
    width: 336px;
}

#root .forget-container-primary>div {
    display: inline-block;
}

#root .footer-nav {
    height: 17px;
    line-height: 17px;
    color: #ffffff;
    letter-spacing: 0;
}

#root .footer-nav .ul-nav {
    font-size: 12px !important;
    width: 312px;
    margin: 0 auto;
}

#root .footer-nav .ul-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#root .footer-nav .ul-nav ul li {
    float: left;
    text-align: center;
}

#root .footer-nav .ul-nav ul li .divide {
    border: 1px solid #fff;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: 10px;
    margin-top: 3px;
}

#root .active {
    display: inline-block !important;
}

.footer-copyright {
    display: inline-block;
    font-family: NotoSansCJK-Light;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.45);
    line-height: 20px;
    letter-spacing: 0;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 32px;
}

.verifycode-disabled {
    color: #ccc !important;
}

.col-sm-12 {
    width: 100%;
}

.progress-active {
    display: block !important;
}

.hidden {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    -webkit-text-fill-color: #ffffff;
    background: transparent;
    border-radius: 3px;
    border: none;
    outline: medium;
}

.forget-container-body .message {
    height: 22px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 22px;
    font-size: 14px;
}
.forget-container-body .tip-message {
    height: 22px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 22px;
    font-size: 14px;
}

.btn {
    outline: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    width: 320px;
    height: 40px;
    line-height: 22px;
    
}

.btn-active {
    background: #0D67E8 !important;
    color: #FFFFFF !important;
    letter-spacing: 0 !important;
}

.btn-default {
    color: white;
    padding-top: 0px;
    border-radius: 2px;
}

input:-webkit-autofill {
    height: 0;
    border: 0;
    background-clip: content-box !important;
    padding: 12px 5px 12px 0px;
    color: white !important;
}

.tip {
    position: absolute;
    top: 220px;
    left: 417px;
    font-size: 9pt;
    height: 47.3px;
    width: 288.5px;
    background: #FFFFFF;
    box-shadow: 0 0 4px 2px #E1E1E1;
    *border: 1px solid #666;
    border-radius: 3.33px;
    -moz-border-radius: 3.33px;
    -webkit-border-radius: 3.33px;
}

.tip .content {
    padding: 17px 0px 20.6px 19px;
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
}

.tip .tip-content {
    font-size: 12px;
    color: #626262;
}

.tip .tip-content div {
    line-height: 17px;
    height: 17px;
    margin-bottom: 5px;
}

.tip .tip-content div img {
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 2px;
}

.tip s {
    position: absolute;
    top: 20px;
    *top: 20px;
    left: -20px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 10px;
}

.tip s i {
    position: absolute;
    top: -9px;
    *top: -9px;
    left: -10px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: dashed solid dashed dashed;
    border-width: 10px;
}

.form-group {
    position: relative;
    padding: 0px 52px 8px; 
}

.form-group input:focus+div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.85) !important;
}

.form-group input+div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    height: 1px;
    width: 312px;
    margin-top: 8px;
}

.form-group label {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 60px;
    font-size: 16px;
    color: #999;
    cursor: text;
    font-family: PingFangSC-Regular;
}

* {
    transition: border-color 0.5s;
}
#handleOk[disable=false] {
    background-color: #0D67E8;
    color: white;
    line-height: 22px;
}
#handleOk[disable=true] {
    color: rgba(255, 255, 255, 0.75);
    line-height: 22px;
}
.focus label {
    color: rgba(255, 255, 255, 0.65);
    animation: myfirst 0.3s;
    animation-fill-mode: forwards;
}

.blur label {
    animation: myfirst1 0.3s;
}

@keyframes myfirst {
    from {
        top: 60px;
    }
    to {
        top: 30px;
        transform: scale(0.9);
        left: -5px;
    }
}

@keyframes myfirst1 {
    from {
        top: 30px;
    }
    to {
        top: 60px;
    }
}