body {
    background: #E1E6ED;
}
.wrapper {
    background: 50% 198px no-repeat;
}
.site-main {
    min-height: 0 !important;
}
.site-footer {
    background: url('../images/index/footer_bg.png') 50% 0 no-repeat;
}
.footer-top,
.floating .ibtn.gotop {
    display: none;
}
.footer-bottom {
    background: none;
    padding-top: 25px;
}

.login-box {
    position: absolute;
    top: 72px;
    right: 70px;
    width: 370px;
    background: rgba(255,255,255,0.85);
    border-radius: 10px;
    padding: 38px 44px 32px;
    font-family: 'Open Sans', sans-serif;
}
.login-title {
    background: url('../images/login/title_ic.png') 0 50% no-repeat;
    height: 64px;
    color: #111;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 5px 0 5px 75px;
    margin: 0 -10px 30px;
    box-sizing: border-box;
}
.login-title strong {
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    opacity: 0.75;
}
.login-box .form-group {
    padding: 0;
}
.login-box .control-label {
    color: #222;
    font-size: 18px;
    background: 4px 50% no-repeat;
    padding-left: 30px;
}
.login-box .username .control-label {
    background-image: url('../images/login/username_ic.png');
}
.login-box .password .control-label {
    background-image: url('../images/login/password_ic.png');
}
.login-box .btn-box {
    text-align: right;
    padding: 25px 0;
}
.login-box .register-txt {
    margin: 0 -44px;
    padding: 6px 44px 0;
    border-top: 1px solid rgba(170,170,170,0.70);
    color: #000;
    font-size: 16px;
}
.login-box .register-txt a {
    color: #007FFF;
    font-weight: bold;
}
.login-box .register-txt a:hover {
    text-decoration: underline;
}
.btn.login {
    width: 160px;
    color: #ccc;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 40px;
    border-radius: 4px;
    padding: 0 15px;
    background: url('../images/login/btn_login_arrow.png') 100% 50% no-repeat #414141;
}
.btn.login:hover {
    background-color: #40568A;
}