@charset "UTF-8";
a:hover {
    text-decoration: underline;
}

body {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

.login-title {
    padding-top: 55px;
    padding-bottom: 24px;
    font-size: 24px;
    font-weight: 500;
    color: #484848;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 320px;
    left: -40px;
}

.login-form-cell.login-form-cell-psd {
    margin-top: 40px;
    margin-bottom: 19px;
}

.login-tmp-form .forget-pwd {
    margin-top: 20px;
}

.login-tmp-form.login-form {
    padding-bottom: 60px;
    /* margin-top: -210px; */

}

.logo_box {
    width: 360px;
    height: 80px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 80px;
}

.logog_box_image {
    max-width: 360px;
    max-height: 80px;
    vertical-align: middle;
}

.copyright_box {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 4%;
}

.login-btn {
    background: #389EC5;
}

form.login-tmp-form.login-form-ies{
    margin-top:-190px ;
}
.login-form-ies .logo_box{
    top:-95px;
}
.copyright-s.copyright_box{
    bottom:2%;
}
.login-form-ies .login-form-cell{
    margin-top:20px !important;
}
.login-change{
    padding-top: 0;
}
.login-shuoming{
    width: 360px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    position: relative;
    margin-top: 20px;
    margin-left: -60px;
}
.login-shuoming a{
    color: #389EC5!important;
}

@media screen and (max-height: 650px) {
    .logo_box{
        top:-100px;
    }

}

/* Password input toggle */
.password-input__toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    transform: translate(-50%, -50%);
}

.password-input__toggle-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: none;
}

.hidden {
    display: none;
}

/* hide password reveal button */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}