.login {
    height: 100%;
    background: url("../img/login_bg.jpg") no-repeat;
    background-size: cover;
}
.login .main {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 67px;
}
#selectLang {
    text-align: right;
    margin-bottom: 10px;
}
#language {
    display: inline-block;
    width: 130px;
    height: 36px;
}
#loginArea {
    background-color: #FFF;
    padding: 95px 120px 80px 120px;
}
.logo {
    text-align: center;
    margin-bottom: 21px;
}
.subTitle {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 16px;
    margin-bottom: 30px;
    text-align: center;
}
#tips {
    display: none;
    color: #ff6e3b;
    font-weight: bolder;
}
#new_login > [data-i18n="login.lblWelcome"] {
    margin-top: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: normal;
}
#loginAgreement {
    font-size: 14px;
    display: none;
}
#readAgree {
    margin-right: 5px;
}
#loginAgreement > [data-i18n="login.lblUserAgreement"] {
    color: #003378;
}
#loginPwd {
    border-color: #E4E4E4;
    color: #666;
    height: 50px;
    text-align: center;
    box-shadow: none;
    margin-bottom: 20px;
}
#loginBtn {
    min-height: 50px;
    font-size: 16px;
    margin-bottom: 58px;
    white-space: break-spaces;
    word-wrap: break-word;
}
#loginInputPwd {
    display: none;
}
/* Small Devices, Tablets */
@media (max-width: 768px) {
    .login {
        padding: 0 20px;
    }
    .login .main {
        padding-top: 40px;
    }
    #loginArea {
        border-radius: 8px;
        padding: 60px 34px 40px 34px;
    }
    .logo img {
        height: 70px;
    }
    #new_login > [data-i18n="login.lblWelcome"] {
        margin-top: 30px;
        font-size: 18px;
    }
    #loginBtn {
        margin-bottom: 30px;
    }
}
