.login {
    background-color: #eff3f8 !important
}

.login .login-container {
    width: 1024px;
    margin: auto;
    background: #fff;
    border-top: 3px #0963b9 solid;
    padding-bottom: 20px;
}
.login .header{ height: 116px; background: url("../../pages/img/top-bj.jpg") repeat-x;}
.login .logo {
    margin: 0px auto 0;
    padding: 15px;
    text-align: center;
}

.login .content {
    background:url("../../pages/img/login-img01.png") no-repeat top left;
    min-height: 454px;
    border-bottom: 3px #0963b9 solid;
}
.login .content-form{
    margin-left: 604px;
    width: 380px;
    padding-top: 50px;
}
.login .content h3 {
    color: #000;
    text-align: left;
    font-size: 20px;
    font-weight: 400 !important
}

.login .content h4 {
    color: #555
}

.login .content .hint {
    color: #999;
    padding: 0;
    margin: 15px 0 7px
}

.login .content .login-form {
    padding: 0;
    margin: 0
}

.login .content .form-control {
    background-color: #eceff2;
    color: #8290a3;
    border: 1px solid #dde3ec
}

.login .content .form-control:active, .login .content .form-control:focus {
    border: 1px solid #c3ccda
}

.login .content .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1
}

.login .content .form-control:-ms-input-placeholder {
    color: #8290a3
}

.login .content .form-control::-webkit-input-placeholder {
    color: #8290a3
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px
}

.login .content .form-actions {
    clear: both;
    border: 0;
    padding: 25px 30px;
    margin-left: -30px;
    margin-right: -30px
}

.login .content .form-actions > .btn {
    margin-top: -2px
}

.login-options {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden
}

.login-options h4 {
    float: left;
    font-weight: 600;
    font-size: 15px;
    color: #7d91aa !important
}

.login-options .social-icons {
    float: right;
    padding-top: 3px
}

.login-options .social-icons li a {
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px 15px 15px 15px !important
}

.login .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0
}

.login .content .form-actions .btn {
    margin-top: 1px;
    font-weight: 600;
    padding: 10px 20px !important
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #fff;
    border: none
}

.login .content .form-actions .btn-default:hover {
    background-color: #fafaff;
    color: #45b6af
}

.login .content .check {
    color: #8290a3
}

.login .content .rememberme {
    margin-left: 8px
}

.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px;
    line-height: 200%;
}

@media (max-width: 440px) {
    .login .content, .login .logo {
        margin-top: 10px
    }

    .login .content {
        width: 280px
    }

    .login .content h3 {
        font-size: 22px
    }

    .login .checkbox {
        font-size: 13px
    }
}