/* 登陆页面 */
body {
    background: url('img/login_bg.jpg') no-repeat #e9f0f4;
}

#wrapper {
    position: relative;
    margin-bottom: 20px;
    padding-top: 12%;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.aw-login-box {
    width: 714px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
}

    .aw-login-box .logo {
        height: 70px;
    }

        .aw-login-box .logo a {
            display: block;
            height: 70px;
        }

.title {
    color: #485366;
    font-size: 24px;
    text-align: center; /*padding-bottom:20px;*/
    padding-left: 35px;
}

.aw-login-box .mod-body {
    padding: 50px 48px;
}

    .aw-login-box .mod-body .content {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

        .aw-login-box .mod-body .content ul li {
            margin-top: 20px;
            line-height: 30px;
        }

            .aw-login-box .mod-body .content ul li:first-child {
                margin-top: 0;
            }

            .aw-login-box .mod-body .content ul li.last {
                font-size: 12px;
                line-height: 40px;
            }

                .aw-login-box .mod-body .content ul li.last input {
                    vertical-align: -2px;
                }

                .aw-login-box .mod-body .content ul li.last a {
                    color: #666;
                }

            .aw-login-box .mod-body .content ul li .btn-primary {
                width: 112px;
                color: #fff !important;
            }

    .aw-login-box .mod-body .form-control {
        height: 40px;
        line-height: 28px;
        padding-left: 15px !important;
        box-shadow: none;
        border-color: #e6e6e6;
    }

.aw-login-box .mod-footer {
    height: 70px;
    line-height: 70px;
    background-color: #f5f5f5;
    padding: 0 60px;
    color: #66b7ff;
    text-align: center;
}

    .aw-login-box .mod-footer span {
        color: #666;
    }

    .aw-login-box .mod-footer a {
        color: #66b7ff;
    }

.aw-footer-wrap {
    color: #999;
}

    .aw-footer-wrap a {
        color: #66b7ff;
    }

.aw-login-box {
    width: 425px;
    border-color: #e6e6e6;
}

    .aw-login-box .logo {
        width: 97px;
        margin: 0px auto 40px;
        background: transparent;
        padding-left: 10px;
    }

    .aw-login-box .mod-body .content {
        margin: 0;
    }

        .aw-login-box .mod-body .content ul li .btn-success, .btn-success {
            min-width: 112px;
            height: 38px;
            line-height: 25px;
            font-size: 14px;
            color: #fff !important;
        }

body {
    background: #fff;
}

    body.login {
        background: #f5f5f5;
    }

ul, ol {
    list-style: none;
}

a {
    color: #4fb1f7;
}

    a:hover {
        color: #0076cc;
    }

.login_bg {
    width: 100%;
    height: 354px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -999;
    background: transparent url("../img/login_bg.png") no-repeat scroll 0px 0px / 100%;
}

.aw-login-box .mod-body {
    padding-bottom: 0px !important;
}
