/* LOGIN */

.login-bg {
    height: 100%;
    background-image: url(../img/login1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: blur(3px);
    position: fixed;
    left: 0;
    right: 0;
    z-index: 0;
    transform: scale(1.01);
}

.box-form {
    height: 380px;
    background-color: rgba(255,255,255,0.8);
    color: #000;
    border-radius: 0;
}

.box-form h3 {
    margin: 20px 10px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
    font-size: 20px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.container-login {
    margin-top: 60px;
}

.logo-login {
    text-align: center;
    margin-bottom: 40px;
}

.form-login {
    padding-bottom: 30px;
    height: 100px;
    background-color: transparent;
    max-width: 330px;
    margin: 40px auto 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-login label {
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 400;
}

.form-login .form-control {
    border-radius: 0;
}

.form-login .form-group {
    margin-bottom: 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset;
}


.btn-theme {
    background-color: #f9a328 !important;
    border-color: #f39817 !important;
    border-radius: 0;
    margin-top: 30px !important;
    color: #fff;
}

.btn-theme:hover, .btn-theme:active  {
    color: #fff;
}

.forgotPass-login {
    margin-top: 10px;
    text-align: center;
    margin-top: 20px;
}

.forgotPass-login a {
    color: #333;
}

.forgotPass-login a, .forgotPass-login a:hover,  .forgotPass-login a:focus {
    text-decoration: none;
    outline: none;
}

/* END LOGIN */