.login {
    background-color: #fff;
    font-family: "Lato", sans-serif !important;
}
.login .logo {
    text-align: center;
}
.login .logo img,
.register .logo img {
    max-width: 225px;
}
input[type=text],
input[type=password] {
    border-radius: 0px !important;
    border: 2px solid #323232;
    padding: 1.5rem 1.5rem;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
}
header {

}
nav {
    height: 44px;
}
.img-header {
    background-image: url('images/bg_portallogin.jpg');
    /*height: 500px;*/
    background-position: right;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    background-attachment: fixed;
}
.btn-login {
    line-height: 40px;
    text-align: center;
    border: 2px solid #333233;
    border-radius: 0px !important;
    padding: 0 30px;
    display: block;
    margin: 0 auto;
    background: #323232;
    color: #ffffff;
    font-weight: 300;
}
.login .content {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.login h3 {
    color: #323232;
    font-family: "lato", sans-serif !important;
    text-align: center;
    font-weight: 600;
    font-style: normal;
}

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

.login .content p {
    color: #222; }

.login .login-wrapper {
    padding: 50px;
    margin: 120px 0;
    background: #ffffff;
}
.login .login-wrapper {
    border: 2px solid #323232;
}
.login .content .input-icon {
}

.login .content .input-icon {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

.login .content .input-icon .form-control {
}

.login .forget-form {
    display: none; }

.login .content .register-form {
    display: none; }

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

.login .content .form-actions {
    clear: both;
    border: 0px;
}

.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 .rememberme {
    margin-top: 8px;
    display: inline-block; }

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

.login .content .forget-password {
    margin-top: 25px; }

.login .content .create-account {
    border-top: 1px dotted #eee;
    padding-top: 10px;
    margin-top: 15px; }

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

/* select2 dropdowns */
.login .content .select2-container {
    border-left: 2px solid #44B6AE !important; }

.login .content .select2-container .select2-choice {
    border-left: none !important; }

.login .content .select2-container i {
    display: inline-block;
    position: relative;
    color: #ccc;
    z-index: 1;
    top: 1px;
    margin: 4px 4px 0px -1px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center; }

.login .content .has-error .select2-container i {
    color: #b94a48; }

.login .content .select2-container a span {
    font-size: 13px; }

.login .content .select2-container a span img {
    margin-left: 4px; }

/* footer */
footer {
    margin: 0;
}
.form-footer {
    text-align: center;
    margin: 60px 0 0 0;
}
.form-footer a,
.form-footer p {
    color: #999 !important;
    font-size: 13px;
}
.form-footer a:hover,
.form-footer a:active {
    color: #00a1e0 !important;
    text-decoration: none !important;
}

@media (max-width: 480px) {
    /***
    Login page
    ***/
    .login .logo {
        margin-top: 10px; }
    .login .content {
        width: 280px; }
    .login .content h3 {
        font-size: 22px; }
    .login .checkbox {
        font-size: 13px; } }
