.login-page-bg {
    background: rgb(68, 68, 68) url('../images/splendid_bg.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.login-win {
    border-radius: 3px;
    background-color: #fff !important;
}

.login-title {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #333;
    text-align: center;
    line-height: 70px;
}
.login-form {
    border-width: 0 !important;
}

.register-page{
    background: rgb(68, 68, 68) url('../images/splendid_bg.jpg') no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}


.login_ma {
    float: right;
    background: url(/images/qrCode.png) no-repeat !important;
    background-size: 120px 120px !important;
    background-position: 0px 0px !important;
    cursor: pointer;
}

.login_ma:hover {
    background-position: -60px 0px !important;
}

.login_yonghu {
    float: right;
    background: url(/images/qrCode.png) no-repeat !important;
    background-size: 120px 120px !important;
    background-position: 0px -60px !important;
    cursor: pointer;
}

.login_yonghu:hover {
    background-position: -60px -60px !important;
}


.loginSpans_link{
    color: #313131;
    cursor:pointer;
}
.loginSpans_link:hover{
    color: #59A1F3;
}