html, body {
    height: 100%;
}

.loginwater-main {
    background: url("../images/required/login/backloginwater.png") center no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
}
.loginwater-logo {
    background: url("../images/required/logo/logotitlesx.png") center no-repeat;
    position: absolute;
    left: 85px;
    top: 45%;

}
.loginwater-title {
    background-size:50%;
    height: 180px;
}
.loginwater-title-font  {
    font-family: FZZQJW--GB1-0;
    font-size: 74px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-shadow:5px 2px 3px #3483CC;
    text-align:center;
    margin-top: 40px;
}
.loginwater-main-model{
    position: absolute;
    left: 50%;

}

.technologywater-login{
    position: absolute;
    left: 15%;
    width: 440px;
    height: 430px;
    border-radius: 10px !important;
    padding-bottom: 25px;
    background-size: 100% 100%;
    margin-top: 100px;

}
.technologywater-login-ld{
    width: 440px;
    height: 48px;
    font-family: SJcujihei-Regular;
    font-size: 53px;
    font-weight: normal;
    font-stretch: normal;
    text-align:center;
    line-height: 50px;
    letter-spacing: 0px;
    color: #347cef;

}
.technologywater-login-name{
    width: 440px;
    height: 67px;
    border-radius: 30px;
    border: solid 1px #999999;

}
.technologywater-login-kb{
    padding: 70px 30px;
}
.technologywater-login-item{

    padding: 10px 20px;
    margin-top: 10px;
}
.technologywater-login-item>label{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #5a5c61;
}
.technologywater-login-input{
    position: relative;
}
.technologywater-login-input input{
    width: 100%;
    border: solid 1px #d2d8db;
    border-radius: 30px !important;
    text-indent: 55px;
    height: 60px;
    line-height: 60px;
    padding-right: 40px;
    color: #6c7181; !important;
}

.checkbox input[type="checkbox"]:checked + .fake-label{
    background-image: url(../images/technology/main-login-name.png);
}
.technologywater .technologywater-login-input input{
    color:rgb(108, 113, 129) !important;
}
.technologywater-login-input i{
    position: absolute;
    left: 25px;
    top: 15px;
    width:30px;
    height: 30px;
    background-repeat: no-repeat;
}
.technologywater-login-item:nth-child(1) .technologywater-login-input i{
    background-image: url(../images/technology/main-login-name-water.png);
}
.technologywater-login-item:nth-child(2) .technologywater-login-input i{
    background-image: url(../images/technology/main-login-name-water.png);
}
.technologywater-login-item:nth-child(3) .technologywater-login-input i{
    background-image: url(../images/technology/main-login-pass-water.png);
}
.technologywater-login-item .login-btn {
    background-color: #1dd97a;
    height: 33px;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    border-radius: 2px !important;
}


.loginwater-btn {
    padding: 10px 20px;
    margin-left: 17px;
    margin-top:  10px;
    background-image: linear-gradient(90deg,
    #3483db 0%,
    #53a1f8 100%);
    border-radius: 30px !important;
    width: 400px;
    height: 66px;

}
.loginwater-btn-font{
    font-family: SJcujihei-Regular;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align:center;
}
.loginwater-font{
    width: 37px;
    height: 16px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
.loginwater-main .login-main-content{
    top: 69% !important;
}

.loginwater-main .technologywater-login-input-yzm{
    position: relative;
}
.loginwater-main .technologywater-login-input-yzm img{
    position: absolute;
    right: 20px;
    top: 20px;
    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%;

}