html,body{
    height: 100%;
}
body{
    margin:0;
    font:14px/1.5 Arial,"Microsoft Yahei";
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
    background-color: transparent;
}
a{
    color:#007fff;
    text-decoration: none;
}

a, button, div, input, li, section, span{
    -webkit-tap-highlight-color: transparent;
}

.login-wrapper{
    height:100%;
    display: flex;
}
.poster,
.form{
    flex:1;
    display: flex;
    align-items:center;
    justify-content:center;
}
.poster{
    background-color: #605BFF;
}
.poster img{
    width:90%;
}
.form{
    display: flex;
    flex-direction:column;
}
.form .inner{
    flex:1;
    display: flex;
    justify-content:center;
    align-items:center;
    width:100%;
}
.form .inner .inner-wrapper{
    width:90%;
    max-width:450px;
}
.form .title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
    display: flex;
    align-items:center;
    justify-content: center;
}
.form .title img{
    width:40px;
    height:40px;
    margin-right: 10px;
}
.footer{
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    text-align: center;
}
.footer a{
    color:inherit;
    text-decoration: none;
}

.form-custom .form-group{
    margin-bottom: 40px;
    position: relative;
}
.form-custom .form-group .help-block{
    position: absolute;
    left:0;
    top:100%;
    visibility: hidden;

}
.form-custom .form-group.has-danger .help-block,.verify-identity .form-group.has-danger .help-block{
    visibility: visible;
    color:#FF4238;
}

input:-internal-autofill-selected {
    background:white !important;
}
.form-custom .form-group .form-control{
    background:none;
    outline:0;
    border-radius:0;
    box-shadow:0 0 0 100px  white inset ;
    border:none;
    border-bottom:1px solid #CCC;
    width:100%;
    font-size: 18px;
    padding:10px 0 10px;
    outline:none;
}
.form-custom .form-group .label{
    position: absolute;
    top:40%;
    left:0;
    transition: all .3s;
    transform-origin:left top;
    transform:translateY(-50%);
    color:#aaa;
}
.form-custom .form-group .transform-lable,
.form-custom .form-group .form-control:not([disabled]):focus ~ .label,
.form-custom .form-group .form-control:not([disabled]):valid ~ .label {
    transform: scale(.85) translateY(-190%);
    color:#666;
}
.form-custom .form-group .form-control:not([disabled]):focus{
    border-color:#605BFF;
}

.form-handle{
    display:flex;
    margin-top: 20px;
}
.form-handle .more{
    margin-left:auto;
}

.form-handle .more .btn-forgot{
    cursor: pointer;
}
.form-handle .more .btn-forgot .popover {
    top: 20px;
    left: -100px;
    max-width: 200px;
    width: 200px;
    position: absolute;
    margin-top: 0;
    padding: 10px;
    color: #333;
    z-index: 1060;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    text-align: justify;
    font-size: 12px;
}
.form-handle .more .btn-forgot .popover h3{
    font-size: 14px;
    margin: 0 0 5px;

}
.handle{
    margin-top: 50px;
}
.handle .btn{
    width:100%;
    border:none;
    outline:none;
    font-size: 18px;
    background-color: #605BFF;
    border-color: #605BFF;
    color:white;
    height:45px;
    border-radius:4px;
    cursor: pointer;
}
.handle .btn:active,
.handle .btn:hover,
.handle .btn:focus{
    background-color:#605BFF;
}

.handle .btn[disabled] {
    cursor: not-allowed;
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}


@media screen and (max-width: 1200px){
    .poster{
        display: none;
    }
}
@media screen and (max-width: 800px){
    .footer{
        display: none;
    }
}
.pwd-set-eye{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
    cursor:pointer;
}
.pwd-set-eye img{
    width:30px;

}

.verify-identity  .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.verify-identity .row .col-form-label,.verify-identity .row .col-form-txt{
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;

}
.verify-identity .row .col-form-label{
    margin-right: 10px;
}

.verify-identity .tip{
    color: #aaa;
    padding:15px 0 10px;
}

.verify-identity .form-control {
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    display: inline-block;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
}
.verify-identity .form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #605BFF;
    outline: 0
}
.verify-identity .item{
    padding-left: 25px;
}
.verify-identity .btn-outline-primary,
.verify-identity .btn-outline-primary:not(:disabled):not(.disabled).active,
.verify-identity .btn-outline-primary:not(:disabled):not(.disabled):active,
.verify-identity .btn-outline-primary:focus,
.verify-identity .btn-outline-primary:hover{
    border-color: #605BFF;
    color: #605BFF;
    font-size: 14px;
}
.invalid-tiper {
    color: #999;
    text-align: left;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
}
