.jz-login-page {
    background: url(./../images/jz-login-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.csyy-login-page {
    background: url(./../images/yy-login-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.login-box, .register-box {
    width: auto;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.login-logo {
    padding: 110px 0 0 0;
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}
.login-logo div {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}
.login-logo p {
    font-size: 18px;
}

.login-box-body {
    width: 360px;
    margin: 0 auto;
    border-radius: 7px;
}
.login-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 1;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
}

.login-footer .p1 {
    font-size: 16px;
    margin-bottom: 10px;
}
.login-footer .p2 {
    font-size: 12px;
}

.logo-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/jz-login-logo.png) no-repeat center center;
    background-size: contain;
    width: 390px;
    height: 106px;
    z-index: 1;
}