#UpdatePanel2 {
    height: 600px;
    position: absolute;
    width: 100%;
    /*padding-top: 5%;*/
}
*{
    padding: 0;
    margin: 0;
}
#txtLoginID, #txtNum, btnLogin, btnReg {
    width: 310px;
    height: 42px;
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: auto;
}

#txtLoginID {
    background-image: url(../css/img/login/people.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
    background-position: 16px;
}

#txtNum {
    background-image: url(../css/img/login/lock.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
    background-position: 16px;
}

#txtCode {
    width: 190px;
    height: 42px;
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-left: 35px;
}

.headtitle {
    margin: 30px auto 20px;
    border-bottom: 1px solid #ccc;
    width: 310px;
}

#divleft {
    height: 42px;
    width: 120px;
    height: 30px;
    color: rgb(94,149,191);
    padding-left: 8px;
    font-size: 20px;
    height: 42px;
    cursor: pointer;
    color: #6199d2;
    border-bottom: 3px solid #6199d2;
    margin-bottom: -1px;
    font-family: 'Microsoft YaHei';
}

#divright {
    width: 160px;
    height: 30px;
    margin-top: -42px;
    font-size: 20px;
    float: left;
    margin-left: 140px;
    height: 42px;
    cursor: pointer;
    color: #333333;
    font-family: 'Microsoft YaHei';
}


a:hover {
    text-decoration: underline !important;
}

.head {
    height: 110px;
    vertical-align: middle;
}

    .head img {
        background-repeat: no-repeat;
        height: 50px;
        margin-top: 30px;
        margin-left: 150px;
    }

.LoginMain {
    height: 450px;
    background-image: url(http://www.njszgl.cn/images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

    .LoginMain .LoginWrapper {
        position: absolute;
        height: 370px;
        width: 370px;
        background-color: white;
        top: 50%;
        margin-top: -185px;
        right: 20%;
    }

.otherinfo {
    color: grey;
    width: 310px;
    height: 30px;
    margin: 0 auto;
    font-family: SimSun;
    font-size: 12px;
    line-height: 30px;
}

#loginimg {
    background-color: white;
    border-color: white;
    background-image: url(../css/img/login/login_normal.png);
    background-repeat: no-repeat;
    width: 313px;
    height: 44px;
    margin: 0 auto 22px;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    line-height: 22px;
    border-radius: 5px !important;
}

    #loginimg:hover {
        background-image: url(../css/img/login/login_click.png);
    }

#btnLogPwd {
    background-color: white;
    border-color: white;
    background-image: url(../css/img/login/login_normal.png);
    background-repeat: no-repeat;
    width: 313px;
    height: 44px;
    margin: 0 auto 22px;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    line-height: 22px;
    border-radius: 5px !important;
}

    #btnLogPwd:hover {
        background-image: url(../css/img/login/login_click.png);
    }
/*媒体查询，响应式*/
@media only screen and (max-width: 1400px) {
    .LoginMain .LoginWrapper {
        right: 15%;
    }
}

.LoginPStyle {
    font-size: 17px;
    text-align:left;
}