/*new*/
.login{
    background: url("../images/login_bg2.png?2");
    background-size: 100% 100%;
}
.login .logon-second{
    margin: 30px;
    height: calc(100vh - 60px);
    background: url("../images/login_bg1.png?1");
    background-size: 100% 100%;
}
.login-form .logo-box{
    padding: 70px 0 13px 0;
}
.btn-box button{
    border: none;
    border-radius: 5px;
}
.btn-box .btn-outline-green{
    background-color: white;
    color: #FFB86A;
}



li,ul{
    padding-left: 0;
    list-style: none;
}

.login{
    height: calc(100vh);
    /*min-height: 670px;*/
    overflow: hidden;
}
.login-bg{
    width: calc(100% - 400px);
    height: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    color: white;
    padding-top: 30vh;
}
.login-bg .login-title{
    font-size: 40px;
}
.login-bg .login-tip{
    font-size: 20px;
    margin-top: 20px;
}
/*.login-bg img{*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*min-height: 670px;*/
/*}*/
.login-form{
    text-align: center;
    float: right;
    width: 400px;
    min-width: 400px;
    background:white;
    /*height: calc(100vh);*/
    /*min-height: 670px;*/
    height: 100%;
    vertical-align: top;
    /*padding-top: calc(20vh);*/
}
.login-form .toggle-login{
    width: 316px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    background-color: white;
    margin: 27px auto;
}
.login-form .toggle-login ul li{
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size:16px;
    color:rgba(151,151,151,1);
    /*border-radius: 4px;*/
    cursor: pointer;
}
.login-form .toggle-login .login-active{
    /*background-color: #FFC361;*/
    border-bottom: 1px solid #23C9B3;
    color: #23C9B3;
}
.login-form .input-box div {
    width: 316px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    margin: 10px auto;
    background-color: #F1F1F1;
}
.login-form .input-box div i{
    margin-right: 10px;
    color: #FF4A4A;
    font-style: normal;
    line-height: 40px;
    vertical-align: middle;
}
    
.login-form .input-box div input{
    border: none;
    outline: none;
    width: 250px;
    line-height: 42px;
    border-radius: 4px;
    background-color: #F1F1F1;
    font-size:14px;
    color: #333;
}
.login-form .input-box div .phone-password{
    width: 195px;
}
.login-form .input-box div .send{
    font-size:12px;
    font-style: normal;
    color:#23C9B3;
    line-height:16px;
    margin-right: 0;
    cursor: pointer;
}
.login-form .input-box div .tip{
    font-size: 12px;
    font-style: normal;
    color:red;
    line-height:16px;
    margin-right: 0;
    cursor: pointer;
}
.login-form .input-box div .send:hover{
    color: #3faa71;
}
input::-webkit-input-placeholder {
    color: #C1C1C1;
}


.login-form .btn-box{
    width: 316px;
    margin: 10px auto;
}
.login-form .btn-box button{
    height: 48px;
}
 .btn-green{
    color: #fff;
    background-color: #23C9B3;
    border-color: #23C9B3;
}
 .btn-outline-green{
    color: #4CCE88;
    border-color: #4CCE88;
}
/*.btn-green:hover,.btn-green:focus,.btn-green:active,.btn-green .active, .dropdown-toggle .btn-green {*/
    /*color: #fff;*/
    /*background-color: #3faa71;*/
    /*border-color: #3faa71;*/
/*} */
/*.btn-outline-green:hover,.btn-outline-green:focus,.btn-outline-green:active,.btn-outline-green .active, .dropdown-toggle .btn-outline-green {*/
    /*color: #fff;*/
    /*background-color: #3faa71;*/
    /*border-color: #3faa71;*/
/*} */
.login-form .other-login{
    margin-top: 100px;
}
.login-form .other-login p{
    font-size:14px;
    color:#979797;
}
.login-form .other-login li{
    display: inline-block;
    margin: 0 5px;
}
.login-form .other-login li .other-btn{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 0;
}

.login-form .agreement{
    text-align: left;
    width: 316px;
    height: 48px;
    margin: 20px auto 0 auto;
}
.login-form .agreement .agreement_a{
    color: #FFCF28;
}
