.login{
    /*background: -webkit-radial-gradient(circle, #13283a, #09141d);*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0b1722), to(#152d40));
    background-color: #152d40\9;
}
.login-topbar{
    height:74px;
    line-height:74px;
    border-bottom:1px solid #323b4f;
    position: relative;
}
.login-logo{
    position: absolute;
    left: 85px;
    top: 17px;
    display: block;
}
.login-logo-en{
    position: absolute;
    left: 85px;
    top: 0;
    display: block;
    color: #fff;
    font-size: 18px;
}
.login-link{
    float: right;
    margin-right: 110px;
    color: #2bacfe;
}
.login-link a{
    color: #004BAA;
    font-size: 14px;
}
.forget-div{
    width: 100%;
}
.forget-password{
    color: #108efd;
    font-size:14px;
    float: right;
}
@media (min-width: 1367px) {
    .login-body{
        width: 1700px;
        height: 775px;
        margin: 0 auto;
        padding: 50px 0 25px 0;
        background: url("/assets/eevee/img/home/login-left24.png") no-repeat;
        background-size: 88%;
    }
    .login-body-en{
        width: 1700px;
        height: 775px;
        margin: 0 auto;
        padding: 50px 0 25px 0;
        background: url("/assets/eevee/img/home/login-left22-en.png") no-repeat;
        background-size: 88%;
    }
    .login-box{
        width: 345px;
        height: 380px;
        float: right;
        margin-right: 250px;
        margin-top: 155px;
        background-color: #fff;
        border-radius: 0px;
        padding: 16px 36px;
    }
    .warning{
        color: #9b9ea0;
    }
    /*footer样式*/
    footer{ background-color: #202020;
        /*height: 110px;*/
        padding: 20px 0px;
    }

}
@media (max-width: 1366px) {
    .login-body{
        width: 1300px;
        margin: 0 auto;
        height: 520px;
        overflow-y: hidden;
        padding: 10px 0;
        background: url("/assets/eevee/img/home/login-left22.png") no-repeat;
        background-size: 80%;
    }
    .login-body-en{
        width: 1300px;
        margin: 0 auto;
        height: 520px;
        overflow-y: hidden;
        padding: 10px 0;
        background: url("/assets/eevee/img/home/login-left22-en.png") no-repeat;
        background-size: 80%;
    }
/*    .login-left{
        float: left;
        margin-left: 120px;
        width: 630px;
        height: 495px;
        background: url("/assets/eevee/img/home/login-left2.png") no-repeat;
    }*/
    .login-box{
        width: 345px;
        height: 380px;
        float: right;
        margin-right: 160px;
        margin-top: 55px;
        background-color: #fff;
        border-radius: 0px;
        padding: 16px 36px;
    }
    .warning{
        color: #9b9ea0;
    }
    /*footer样式*/
    footer{ background-color: #202020;
        /*height: 108px;*/
        padding: 10px 0px;
    }

}


.login-box span{
    display: inline-block;
    width: 100%;
    font-size: 26px;
    color: #8d8d8d;
    text-align: center;
    margin-bottom: 15px;
}
#login-form input:not(.login-button){
    border: 1px solid #a0a0a0;
    width:272px;
    height:43px;
    margin-top:12px;
    padding: 10px;
    line-height: 22px;
}
.login-forget{
    height:33px;
    line-height: 33px;
}
.login-forget a{
    color: #2bacfe;
    font-size:14px;
    float:right;
}
.login-button{
    /*background: -webkit-gradient(linear, 0 0, 100% 0, from(#2bacfe), to(#0e8bfd));*/
    /*background:-moz-linear-gradient(top, #2bacfe, #0e8bfd);*/
    /*background:-o-linear-gradient(top, #2bacfe, #0e8bfd);*/
    /*background:-ms-linear-gradient(#2bacfe 0%, #0e8bfd 100%);*/
    /*-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bacfe',endColorstr='#0e8bfd',grandientType=1);*/
    background: #004BAA;
    border: none;
    width: 272px;
    height: 44px;
    border-radius: 0px;
    margin-top: 12px;
    color:#fff;
    font-size: 16px;
}
.login-button:hover{
    /*background: -webkit-gradient(linear, 0 0, 100% 0, from(#0e8bfd), to(#2bacfe));*/
    /*background:  -moz-linear-gradient(top,#0e8bfd,#2bacfe);*/
    /*background: -o-linear-gradient(top, #0e8bfd,#2bacfe);*/
    /*background: -ms-linear-gradient(#0e8bfd 0%,#2bacfe 100%);*/
    /*-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e8bfd',endColorstr='#2bacfe',grandientType=1);*/
    background: #004BAA;
}
.registe-now-en,.customer-service-en{
    text-align: center;
    font-size:12px;
    color: #aaaaaa;
    margin-bottom: 8px;
}
.registe-now{
    margin-top: 20px;
    margin-bottom: 5px;
}
.registe-now,.customer-service{
    text-align: center;
    font-size:14px;
    color:#aaaaaa;
}
.registe-now a,.registe-now-en a{
    color:#004BAA;
}

.intro{
    width: 1200px;
    /*height: 60px;*/
    text-align: center;
    /*padding:10px;*/
    color: #73777a;
    margin: 0 auto;
    line-height: 30px;
}
.validate  + .form-control-feedback{
    right: 110px;
}
.form-group{
    margin-bottom: 15px;
}
.form-group input{
    height: 35px;
    padding: 6px!important;
}
#divCaptcha {
    position: absolute;
    top: 4px;
    right: 25px;
    width: 90px;
    height: 28px;
}
.icon-right{
    position: absolute;
    top: 6px;
    right: 4px;
    width: 23px;
    height: 23px;
}
.language-select{
    float: right;
    margin-right: 50px;
    color: #2bacfe;
    font-size: 16px;
}
.language-select>a{
    color: #e5e5e5;
}
.language-select>a.cn{
    padding-right: 5px;
}
.language-select>a.en{
    padding-left: 5px;
}
.language-select>a.active {
    color: #004BAA;
}
.login-box input::-webkit-input-placeholder {
    /* placeholder颜色  */
    color: #bebbbb;
    /* placeholder字体大小  */
    font-size: 12px;
}

.login-label-text .login-error {
    margin-bottom: 10px;
}
.login-error {
    border: 1px solid #ff934c;
    background: #fefcee;
    font-size: 14px;
    padding: 2px 8px;
    overflow: hidden;
}
.login-error .fa {
    color: #ff934c;
    float: left;
    margin-top: 2px;
}
.fa {
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-warning:before {
    content: "\E607";
}
.login-error .login-error-msg {
    font-size: 12px;
    padding-left: 20px;
    line-height: 20px;
}
.login-error{
    display: none;
}
