/***
Login page
***/
/* bg color */
.login {
    background-color: #fff !important;
    height: 100vh;
}


    .login .content {
        background-color: #fff;
        width: 100%;
        max-width: 400px;        
    }
        .login .content form {
            padding: 0 40px 0 40px;
        }
        .login .content h1 {
    color: #333333;
    font-weight: bold !important;
}

        .login .content h2 {
            color: #CCC;
            font-weight: bold !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: 0px;
            margin: 0px;
        }

        .login .content .form-control {
            border: none;
            background-color: #fff;
            height: 43px;
            color: #8290a3;
            border-bottom: 2px solid #dde3ec;
            border-color: #c4c4c4;
            border-radius: 0;
            background-color: #f9fafb;
        }

            .login .content .form-control:focus {
                border: 1px solid #c4c4c4;
            }


        .login .content select.form-control {
            padding-left: 9px;
            padding-right: 9px;
        }

        .login .content .forget-form {
            display: none;
        }

        .login .content .register-form {
            display: none;
        }

        .login .content .form-title {
            margin-bottom: 45px;
            margin-top: 45px;
        }

        .login .content .form-sutitle {
            margin-top: .25em;
            margin-bottom: 2em;
            padding-bottom: 2em;
            color: #c4c4c4;
            font-weight: bold;
        }

        .login .content .form-actions {
            clear: both;
            border: 0px;
            display: flex;
            flex-direction: column;
            margin-top: 40px;
        }

.login-options {
    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 15px 15px 15px !important;
            -moz-border-radius: 15px 15px 15px 15px !important;
            -webkit-border-radius: 15px 15px 15px 15px !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;
    padding: 14px 14px;
    background-color: #16417f;
    border-color: #16417f;
    font-weight: bold;
}

    .login .content .form-actions .btn:hover {
        background-color: #011b3d;
        border-color: #011b3d;
    }

.login .content .form-actions .btn-success {
    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;
    margin-top: 25px;
    color: #16417f;
    text-decoration: underline;
    font-weight: bold;
}

.login .content .check {
    color: #8290a3;
}

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px;
}

.login .content .create-account {
    margin: 0 -40px -40px -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 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 .content h3 {
        font-size: 22px;
    }

    .forget-password {
        display: inline-block;
        margin-top: 20px;
    }

    .login-options .social-icons {
        float: left;
        padding-top: 3px;
    }

    .login .checkbox {
        font-size: 13px;
    }
}


/**
    Maquetación nueva
*/

.login .nav {
    width: 100%;
    height: 64px;
    background-color: #041E42;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    box-sizing: content-box;
}


.nav-left, .nav-right {
    display: flex;
    width: 50%;
}

.nav-left {
    justify-content: flex-start;
}

.nav-right {
    justify-content: flex-end;
}


.login .nav-right-container {
    padding: 18px 12px 18px 12px !important;
    min-width: 66px;
    display: flex;
    justify-content: center;
}

.login .nav-right img {
    height: 30px
}

.login .app-title {
    padding: 0 24px 0 10px;
    text-decoration: none !important;
    align-self: center;
    letter-spacing: -0.32px;
}
.login .app-title a {
    font-family: 'Scania Sans Headline', Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
}

.login-content {
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 64px);
}

.login .content-background {
    width: 100%;
    background-image: url("../img/login_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.login .control-label {
    font-weight: bold;
}

.sc-wordmark {
    padding: 10px 24px 24px 24px;
    border-right: 1px solid #16417F;
    margin-right: 0;
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 0;
}
.sc-wordmark img {
    width: 80px;
}

@media (max-width: 992px) {

    .sc-wordmark {
        padding: 10px 12px 24px 12px;
        margin-right: 8px;
    }

    .login .app-title{
        padding-left: 4px;
    }

    .login .content-background {
        display: none;
    }

    .login-content {
        background-image: url(../img/login_background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center !important;
        align-items: center !important;
        padding: 20px;
    }

    .login .content {
        width: 100% !important;
        
        height: auto !important;
    }
        .login .content form {
            padding: 0 40px 0 40px;
        }
}

.mbn {
    margin-bottom: 0 !important;
}

.border-line {
    border-bottom: 2px solid #c4c4c4;
}

.pb-2em {
    padding-bottom: 2em;
}

.list-unstyled ul {
    padding-left: 0;
    list-style: none;
}
