@import "./base.css";
@import "./form.css";
@import "./nav.css?t=20231120";
@import "./3rd.css";

/*log-in interface begin*/



.nav-login .nav-wrapper{
    margin-bottom: 40px;
}
.accouts-bg{
    background: url(../../img/v1/accounts-bg-v1.png) 0% 0% no-repeat;
    position: relative;
    z-index: 100;
    width: 100%;
    background-size: cover;
    /* height: calc(100vh - 60px); */
    padding-bottom: 60px;
    
}
.login-wrap{
    margin: 0px auto auto;
    max-width: 1200px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -4px 14px 27px 0px rgba(28,30,68,0.42);
}
.login-wrap .left-box{
    background-size:cover;
}

.left-box .bg-content {
    margin-top: 280px;
    padding: 0 25px;
}
.left-box .bg-content .bg-content__title {
    color:  #204AE6 ;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.left-box .bg-content .bg-content__date {
    color:  #676E7E ;
    font-size: 14px;
    margin-top: 30px;
}
.left-box .bg-content .bg-content__para {
    color:  #4870CA ;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}
.left-box .bg-content .bg-content__para a {
    color: #241A74;
    text-decoration: underline;
    font-weight: 700;
    display: inline;
}
.left-box .bg-content .bg-content__para:not(:last-child) {
    margin-bottom: 10px;
}

.login-wrap .left-box .left-box-inner{
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    font-family: Montserrat;
}
.login-wrap .left-box .left-box-inner span{
    text-align: center;
    display: inline-block;
    padding: 0 30px;
}


@media (min-width:700px ) and (max-width:992px ) {
    .login-wrap{
        width: 600px;
    }
    .login-wrap .left-box{
        display: none;
    }
}

@media  (max-width:700px ) {
    .login-wrap{
        width: 90%;
    }
    .login-wrap .register-login {
        padding: 0 10px;
    }
    .login-wrap .left-box{
        display: none;
    }
}
.right-box {
    background: rgba(255, 255, 255, 1);
}
.register-login {
    width: 100%;
    min-height: 500px;
    padding: 0 95px;
}
.register-login .register-login__tips {
    background-color: #FEEDE5;
    color: #FF8C56;
    font-size: 14px;
    text-align: center;
    padding: 18px 22px;
    margin-top: 20px;
}
.register-login .register-login__nav {
    display: flex;
    margin-top: 10px;
    
    
}
input:-internal-autofill-selected {
    background-color: #eee !important;
}
.register-login .register-login__nav > div {
    border-bottom: 3px solid #EEEEEE;
    padding: 20px 0;
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.register-login .register-login__nav > div a {
    color: #333;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}
.register-login .register-login__nav > div.active {
    color: #3D5CCD;
    border-bottom: 3px solid currentColor;
}
.register-login .register-login__form {
    margin-top: 32px;
}
.register-login .register-login__form i {
    color:
}
.register-login .register-login__form > li {
    margin-bottom: 0;
}
.register-login .register-login__form > li > input {
    font-size: 16px;
}
.register-login .register-login__form .password {
    margin-top: 32px;
}
.register-login .register-login__form .captcha {
    margin-top: 32px;
}
.register-login .register-login__form .captcha img {
    margin-top: 0;
    border: 1px solid #999;
    border-radius: 8px;
}
.register-login .register-login__form .policy  {
    display: flex;
}
.register-login .register-login__form .policy input {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    
}
.register-login .register-login__form .policy label {
    color: #999;
    font-weight: 500;
    
}
.register-login .register-login__form .policy a{
    color: #3D5CCD;
}
.form-content>h3 {
    text-align: center;
    /*line-height: 70px;*/
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}
.form-content > ul > li.other-options > div{
    font-family: Montserrat;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
    line-height: 40px;
}
.form-content > ul > li.other-options > div.forget-password>a{
    cursor: pointer;
    color: #999;
    text-decoration: underline;
}
.form-content > ul > li.other-options > div.forget-password>a:hover{
    color: #262856;
}

.form-content > ul > li.confirm-button > input{
    font-family: Montserrat ;
    height: 50px;
    border-radius: 8px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    background-color: #3D5CCD;
    background-repeat: no-repeat;
    background-size: 10% 100%;
    background-position: -100% center;
    transition: all .5s ease;
}

.form-content > ul > li.confirm-button > input:hover{
    background-size: 150% 100%;
    background-position: 40% center;
    transition: all 1s ease;
}



