
.login .logo {
    margin: auto;
    padding: 40px 0 0;
    text-align: center;
    height: calc(75vh - 410px);

}

.login .logo img {
    height: 100%;
    max-height: 250px;
    display: inline-block;
    vertical-align: middle;
}

.login .logo:before,
.login .bottom-logo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.login .bottom-logo {
    margin: 0 auto;
    padding: 20px 0 10px;
    text-align: center;
    height: 15vh;
}

.login .bottom-logo img {
    height: 85px;
    display: inline-block;
    vertical-align: middle;
}

.background {
    background-image: url('/img/login_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: -999999;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;

}

.login .content {
    background-color: white;
    border: solid #96c93d 17px;
    width: 500px;
    margin: 40px auto 10px auto;
    padding: 10px 30px 30px;
    overflow: hidden;
    position: relative;
}

.login .content h3 {
    color: black;
    text-align: center;
    font-size: 28px;
    font-weight: 400 !important;
}

.login .content h4 {
    color: #555;
}

.login .content .hint {
    color: #999;
    padding: 0;
    margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0;
    margin: 0;
}

.login .content .form-control {
    background-color: white;
    height: 43px;
    color: #8290a3;
    border: 1px solid #dde3ec;
}

.login .content .form-control:focus, .login .content .form-control:active {
    border: 1px solid #96c93d;
}

.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 select.form-control {
    padding-left: 9px;
    padding-right: 9px;
}

.login .content .forget-form {
}

.login .content .register-form {
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.login .content .form-actions {
    clear: both;
    border: 0;
    padding: 25px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.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 .content .form-actions .checkbox {
    margin-left: 0;
    padding-left: 0;
}

.login .content .forget-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.login .content .register-form .form-actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.login .content .form-actions .btn {
    margin-top: 1px;
    float: right;
}

.login .content .form-actions .btn {
    font-weight: 600;
    padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #ffffff;
    border: none;
}

.login .content .form-actions .btn-default:hover {
    background-color: #fafaff;
    color: #45b6af;
}

.login .content .forget-password {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.login .content .check {
    color: #8290a3;
}

.login .content .rememberme {
    margin-left: 8px;
}

.login .content .create-account {
    margin: 0 -40px -30px -40px;
    padding: 15px 0 17px 0;
    text-align: center;
    background-color: #6c7a8d;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}

.login .content .create-account > p {
    margin: 0;
}

.login .content .create-account p a {
    font-weight: 600;
    font-size: 14px;
    color: #c3cedd;
}

.login .content .create-account a {
    display: inline-block;
    margin-top: 5px;
}

/* footer copyright */
.login .copyright {
    text-align: center;
    margin: 0 auto 30px 0;
    padding: 10px;
    color: #7a8ca5;
    font-size: 13px;
}

@media (max-width: 440px) {
    /***
    Login page
    ***/
    .login .logo {
        margin-top: 10px;
    }

    .login .content {
        width: 280px;
        margin-top: 10px;
    }

    .login .content h3 {
        font-size: 22px;
    }

    .forget-password {
        display: inline-block;
        margin-top: 20px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}

.login .content .form-actions > .btn {
    border: 1px solid #96c93d;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #96c93d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#96c93d), to(#90c030));
    background-image: -webkit-linear-gradient(top, #96c93d, #90c030);
    background-image: -moz-linear-gradient(top, #96c93d, #90c030);
    background-image: -ms-linear-gradient(top, #96c93d, #90c030);
    background-image: -o-linear-gradient(top, #96c93d, #90c030);
    background-image: linear-gradient(to bottom, #96c93d, #90c030);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#96c93d, endColorstr=#90c030);
}

.login .content .form-actions > .btn:hover {
    border: 1px solid #96c93d;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #98d23f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#98d23f), to(#90c030));
    background-image: -webkit-linear-gradient(top, #98d23f, #90c030);
    background-image: -moz-linear-gradient(top, #98d23f, #90c030);
    background-image: -ms-linear-gradient(top, #98d23f, #90c030);
    background-image: -o-linear-gradient(top, #98d23f, #90c030);
    background-image: linear-gradient(to bottom, #98d23f, #90c030);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#98d23f, endColorstr=#90c030);
}
