/***********backstage_login.html**************/
.img-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.back-win .win-con {
    position: fixed;
    left: 50%;
    top: 16.88%;
    width: 463px;
    margin-left: -231.5px;
    z-index: 2;
}


.back-content strong {
    display: block;
    padding-bottom: 11px;
    border-bottom: 2px solid #2f78c5;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
}

.back-content {
    width: 403px;
    margin: 38px auto 0;
}

.back-content li {
    position: relative;
    margin-top: 20px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px
}

.back-content li:hover {
    border: 1px solid #1e91ef;
}

.back-content i {
    float: left;
    display: block;
    margin: 3px 9.5px;
    width: 21px;
    height: 20px;
    background: url(../images/login_bg1.png) no-repeat
}

.back-content input[type=text], .back-content input[type=password] {
    float: left;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #ccc;
    color: #999;
    text-indent: .5em;
}

.back-content .user i {
    background-position: 0 -20px
}

.back-content .pass i {
    background-position: 0 0
}


.back-content .error-win1 {
    position: absolute;
    top: 42px;
    left: 0;
    color: #ff912f;
    font-size: 9pt;
    line-height: 20px
}

.back-content .error-win1 b {
    float: left;
    margin: 3.5px 6px 0 0;
    width: 13px;
    height: 13px;
    background: url(../images/login_bg2.png) 0 -63px no-repeat
}

.back-content .verifica {
    background: none;
    border: 0;
}

.back-content .verifica:hover {
    background: none;
    border: 0;
}

.back-content .verifica:hover input[type=text] {
    background: #fff;
}

.back-content .verifica input[type=text] {
    width: 135px;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 3px
}

.back-content .verifica img, .back-content .verifica em {
    display: block;
    float: left;
    color: #2f78c5;
}

.back-content .verifica img {
    margin: 0 25px;
    width: 104px;
    height: 37px;
    margin-top: 3px;
}

.back-content .verifica em {
    color: #2f78c5;
    line-height: 42px;
    cursor: pointer;
}

.back-content .log-btn {
    border-color: #2f78c5;
    border-radius: 3px;
    padding: 0
}

.back-content .log-btn button {
    width: 100%;
    height: 40px;
    background: #2f78c5;
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

.back-content .log-btn.on {
    border-color: #b7b7b7
}

.content .log-btn.on button {
    background: #b7b7b7;
}

.content .log-btn.on:hover {
    border-color: #b7b7b7;
}

.content .log-btn:hover {
    border-color: #2f78c5;
    background: #2278cf;
    color: #fff;
}