html, body {
    height: 100%;
}

.loginsx-main {
    background: url("../images/required/login/backloginsx.png") center no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
}
.loginsx-logo {
    background: url("../images/required/logo/logotitlesx.png") center no-repeat;
    position: absolute;
    left: 85px;
    top: 45%;

}
.loginsx-title {
    background: url("../images/required/logo/logotitlesx.png") center no-repeat;
    background-size:50%;
    height: 180px;

}
.loginsx-main-model{
    position: absolute;
    left: 50%;

}

.technologysx-login{
    background: url(../images/required/logo/loginbgsx.png) center no-repeat;
    position: absolute;
    left: 60%;
    width: 315px;
    height: 430px;
    border-radius: 10px !important;
    padding-bottom: 25px;
    background-size: 100% 100%;

}
.technologysx-login-kb{
    padding: 70px 30px;
}
.technologysx-login-item{

    padding: 30px 30px;
    margin-top: -50px;
}
.technologysx-login-item>label{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #5a5c61;
}
.technologysx-login-input{
    position: relative;
}
.technologysx-login-input input{
    width: 100%;
    border: solid 1px #d2d8db;
    border-radius: 2px !important;
    text-indent: 20px;
    height: 32px;
    line-height: 32px;
    padding-right: 40px;
    color: #6c7181; !important;
}

.checkbox input[type="checkbox"]:checked + .fake-label{
    background-image: url(../images/technology/main-login-name.png);
}
.technologysx .technologysx-login-input input{
    color:rgb(108, 113, 129) !important;
}
.technologysx-login-input i{
    position: absolute;
    right: 15px;
    top: 10px;
    width:17px;
    height: 20px;
    background-repeat: no-repeat;
}
.technologysx-login-item:nth-child(1) .technologysx-login-input i{
    background-image: url(../images/technology/main-login-name.png);
}
.technologysx-login-item:nth-child(2) .technologysx-login-input i{
    background-image: url(../images/technology/main-login-name_sx.png);
}
.technologysx-login-item:nth-child(3) .technologysx-login-input i{
    background-image: url(../images/technology/main-login-pass_sx.png);
}
.technologysx-login-item .login-btn {
    background-color: #1dd97a;
    height: 33px;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    border-radius: 2px !important;
}


.loginsx-btn {
    padding: 34px 27px;
    margin-top: -30px;
    margin-left: 30px;
    background: url(../images/required/logo/loginbottunsx.png) center no-repeat;
    background-size:100%;
    width: 260px;
    height: 93px;
    cursor: pointer;
}
.loginsx-font{
    width: 37px;
    height: 16px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
.loginsx-main .login-main-content{
    top: 69% !important;
}

.loginsx-main .technologysx-login-input-yzm{
    position: relative;
}
.loginsx-main .technologysx-login-input-yzm img{
    position: absolute;
    right: 4px;
    top: 6px;
    cursor: pointer;
}

.loginerror{
    background: url(../images/required/login/loginerrbg.png) center no-repeat;
    position: absolute;
    left: 35%;
    height:315px;
    width:430px;
    border-radius: 10px !important;
    padding-bottom: 25px;
    background-size: 100% 100%;

}