.login_title {
    border-radius:3px 3px 0 0;
    background-color:#FFFFFF;
    color:#333333;
    font-size:24px;
    height:33px;
    line-height:33px;
    text-shadow:0 0 1px #eeeeee;
    padding-top: 30px;
    margin-bottom: 31px;
}
.login_label{
    display:block;
}
li.login_active{
    background-color:white;
    border-bottom:1px solid white;
    cursor:default;
}
.login_orPhone, .login_orEmail {
    width:222px;
    height:100%;
    cursor:pointer;
    color:black;
    float:left;
    text-align:center;
}
.other-login-way .other-login-way-left {
    height: 24px;
}
.other-login-way .other-login-way-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.other-login-way .other-login-way-icon:hover {
    opacity: 0.8;
}
.other-login-way .other-login-way-icon > img {
    width: 24px;
}
.other-login-way-text {
    font-size:14px;
    color: rgba(0,0,0,0.45);
    line-height: 21px;
}
.login_box_tip {
    height:17px;
}

.container {
    /*max-height: 1080px;*/
    min-height: 100vh;
    display: flex;
}
.container-left {
    background-image: url("../img/common/login.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-right {
    padding: 20px 0 42px 0;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.container-content {
    margin: 0 auto;
}
.content-title-account {
    font-size: 20px;
    font-weight: bold;
    color: rgba(0,0,0,0.85);
    line-height: 30px;
    display: inline-block;
    position: relative;
}
.content-title-account:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #0D99F9;
    border-radius: 13px;
    position: absolute;
    bottom: 3px;
    opacity: 0.8;
}
.form-block {
    width: 440px;
    margin: 0;
}
.form-block input {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.15);
}
.form-block .input_user,
.form-block .input_psw {
    box-sizing: border-box;
    width: 440px;
    height: 40px;
    padding-left: 16px;
    padding-right: 40px;
    font-size: 16px;
}
.help-tip {
    margin-top: 8px;
    font-size: 12px;
    color: #DB4C48;
}
.forget-password {
    font-size: 14px;
    color: #0081E2;
    line-height: 21px;
}
.username-icon,
.password-icon,
.password-tip-icon {
    position: absolute;
    right: 12px;
    top: 11px;
    font-size: 18px;
    color: rgba(0,0,0,0.3);
    cursor: pointer;
}
.password-icon {
    /*right: 42px;*/
    right: 12px;
}
.password-tip-icon {
    color: rgba(0,0,0,0.45);
}
.password-tip-icon-tooltip {
    bottom: 32px;
    left: -72px;
}
.username-icon:hover {
    color: rgba(0,0,0,0.45);
}
.password-icon {
    color: rgba(0,0,0,0.45);
}
.password-icon:hover {
    color: #0081E2;
}
.sso-icon-password-visible {
    color: #0081E2;
}
.sso-icon-password-visible:hover {
    color: rgba(0,129,226,0.85);
}
.form-block .submit-button {
    width: 440px;
    height: 40px;
    background: #0D99F9;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in;
}
.form-block .submit-button:hover:not(.submit-button_disable) {
    background: rgba(13,153,249,0.85);
}
.form-block .submit-button_disable {
    background: rgba(13,153,249,0.35);
    cursor: not-allowed;
}
@media only screen and (max-width: 1300px){
    .container-left {
        display: none;
    }
}