.login-wrap{
    background: url(../images/bgc.jpg) no-repeat center / cover;
    height: 80vh;
}
.login-wrap .login-main{
    padding-top: 134px;
}
.login-wrap .login{
    border: 15px solid #98b9dd;
    width: 644px;
    background-color: #ffffff;
    margin: 100px auto;
    padding: 50px 54px 43px;
    -webkit-box-shadow: 0px 8px 26.46px 0.54px rgba(18, 32, 58, 0.3);
    box-shadow: 0px 8px 26.46px 0.54px rgba(18, 32, 58, 0.3);
}
.login-wrap .login-logo{
    margin-bottom: 23px;
}
.login-wrap .login-form .logtxt{
    font-size: 14px;
    margin-bottom: 20px;
}
.login-wrap .login-logo img{
     display: inline-block;
     vertical-align: middle;
}

.login-wrap .login-logo p{
    color: #1760ac;
    font-size: 32px;
    font-family: '微软雅黑';
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    padding-left: 41px;
    font-weight: bold;
}
.login-wrap .login-form .s1{
    width: 500px;
    text-align: left;
    margin-left: 62px;
}
.login-wrap .login-form .s1 input{
    width: 400px;
    line-height: 42px;
    margin-bottom: 16px;
    font-size: 18px;
    font-family: '微软雅黑';
    border-radius: 5px;
    border: 1px solid #a2b3cc;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: -10px;
}
.login-wrap .login-form .s1 .btn{
    width: 150px;
    line-height: 44px;
    border: none;
    color: #fff;
    border-radius: 5px;
    background-color:  #1760ac;
    font-size: 20px;
    font-family: '微软雅黑';
}
.indexlogo{
    padding-top: 10px;
    height: 72px;
    background-color: #ffffff;
}
.login-wrap .login-form{
    text-align: center;
}
.login-wrap .login-form .forgot{
    margin-left: 15px;
    font-size: 14px;
}
.login-wrap .footer{
    text-align: center;
    line-height: 23px;
    padding-top: 52px;
    color: #737373;
    font-size: 12px; 
}
.login-wrap .footer a{
    display: inline-block;
    padding-left: 16px;
    color: #737373; 
}
.linkButton{
    float: left;
    display: block;
    background-color: #3384d8;
    height: 31px;
    line-height: 31px;
    color: #ffffff;
    padding: 0px 10px;
    width: 135px;
    text-align: center;
    margin-left: 5px;
}
a.linkButton:hover{
    text-decoration: none;
}

.linkButtonRed{
    float: left;
    display: block;
    background-color: #eb0314;
    height: 31px;
    line-height: 31px;
    color: #ffffff;
    padding: 0px 10px;
    width: 100px;
    text-align: center;
    margin-left: 5px;
}
a.linkButtonRed:hover{
    text-decoration: none;
}

#forgotpasswordcontent{
    display: none;
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    line-height: 180%;
}

#forgotpasswordcontent .passwordnote{
    padding:15px;
    font-size: 12px;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
    line-height: 130%;
    background-color: #f4f4f4;
}

#forgotpasswordcontent .passwordemail{
    text-indent: 8px;
    width: 300px;
    font-size: 16px;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #CCCCCC;
}

label{cursor: pointer;}
.derr{color: #FF0000;background-image: url(../images/formerror.gif);background-repeat: no-repeat;background-position: 3px;padding-left: 23px;margin-left: 15px;font-family: "微软雅黑";font-size: 14px;}
label.error{color: #FF0000;background-image: url(../images/formerror.gif);background-repeat: no-repeat;background-position: 3px;padding-left: 23px;margin-left: 15px;font-family: "微软雅黑";font-size: 14px;}
label.valid{color: #FF0000;background-image: url(../images/formok.gif);background-repeat: no-repeat;background-position:3px;padding-left: 23px;margin-left: 15px;font-family: "微软雅黑";font-size: 14px;}
