﻿
#full-page {
    /*min-height: 100%;*/
    /*min-height: calc(100vh - 85px);
    background-image: url(../Images/FondoLogin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;*/
}

.formImg {
    max-height: 30px;
}

.titleLogin h3 {
    color: white;
    font-weight: normal;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 24px;
    margin-left: 30px;
}

header.loginHeader {
    position: relative;
}

.spacingDiv {
    background-color: #001B45;
    height: 40px;
    border-bottom: 5px solid #004283;
}

.headerDiv {
    background-color: #CCCCCC;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.titleLogin {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
}

    .titleLogin h5 {
        margin-bottom: 0;
        color: white;
        font-size: 19px;
        font-weight: lighter;
    }

.flex-box {
    min-height: calc(100vh - 160px);
    display: flex;
    align-items: center;
}

.login-box {
    width: 100%;
    max-width: 605px;
    min-height: calc(100vh - 100px);
    padding-top: 10px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-box {
    background-repeat: no-repeat;
    background-position: 0;
    background-size: cover;
    background-image: url(../Images/FondoLogin.jpg);
    width: calc(100vw - 605px);
    min-height: calc(100vh - 100px);
}

.login-form {
    position: relative;
    /*left: 30px;
    bottom:-80px;*/
    width: 100%;
    max-width: 535px;
}

.legalText {
    margin-bottom: 0;
    margin-left: 10px;
    width: calc(100% - 156px);
    color: white;
    font-size: 12px;
    font-weight: 100;
}

.confidentialIcon {
    color: white;
}

.form-group {
    margin-bottom: 0;
}

.login-form form {
    opacity: 0.9;
    background: #faf3f1;
    padding: 23px 23px 20px 23px;
    margin-bottom: 20px;
}

.formSubtitle h4 {
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin-bottom: 0;
}

.login-form .form-control {
    background-color: transparent;
    border: 1px solid #e8e3e3;
    padding: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #001B45;
    border-radius: 0;
}

.login-form .form-group input {
    max-width: 100%;
    display: inline-block;
    font-weight: normal;
}

.login-form .label {
    width: 100%;
    margin-top: 45px;
    padding-bottom: 25px;
    min-height: 45px;
}

    .login-form .label .btn {
        float: right;
        width: 150px;
        background: #4472C4;
        font-weight: lighter;
        font-size: 20px;
        color:white;
        border-radius:5px;
    }

.toggle_pwd {
    cursor: pointer;
    display: inline-block;
    color: #001B45;
    position: relative;
    border-top: 1px solid #e8e3e3;
    border-right: 1px solid #e8e3e3;
    border-bottom: 1px solid #001B45;
    margin-left: -5px;
    width: 15%;
    line-height: 1.5;
    padding: 10px;
    margin-top: 15px;
    text-align: center;
}


.loginFooter {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    background-color: #001B45;
    border-top: 10px solid #004283;
    display: flex;
    align-items: center;
    padding: 0 30px;
}


#Password {
    max-width: 85%;
    border-right: none;
}

.campo_error_login.error-text {
    color: red;
    width: 100%;
    margin-top: 15px;
}

.form-control:focus {
    box-shadow: none;
}

.login-form .form-group input::placeholder {
    font-family:Arial;
    font-size:14px;
}

@media(min-width:1800px) {
    
    .formSubtitle h4 {
        font-size: 19px;
    }

}

@media(max-width:767px) {
    .formSubtitle h4 {
        font-size: 15px;
    }

    .login-form {
        display: block;
        margin: auto;
        position: relative;
        left: 0;
        padding: 15px 0;
    }


    .campo_error_login.error-text {
        font-size: 13px;
    }

    .login-form .label {
        min-height: 40px;
    }

        .login-form .label .btn {
            font-size: 15px;
        }
    .legalText{
        font-size:10px;
    }

}


@media(max-width:575px) {

    .confidentialIcon{
        display:none;
    }

    .formImg {
        max-height: 20px;
    }

    .legalText {
        font-size: 9px;
        margin-left: 0;
        margin-right: 10px;
        width: calc(100% - 60px);
    }

    .login-form {
        width: Calc(100% - 30px);
    }

        .login-form form {
            padding: 25px 25px 0px 25px;
        }


    .formSubtitle h4 {
        font-size: 14px;
    }


    .login-form .label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

        .login-form .label .btn {
            width: 110px;
            font-size: 15px;
        }



    .campo_error_login.error-text {
        font-size: 13px;
    }

    .login-form .label .btn {
        font-size: 14px;
    }

    .titleLogin h3 {
        color: white;
        font-weight: normal;
        font-weight: normal;
        margin-bottom: 0;
        font-size: 22px;
    }

    .logoLogin {
        margin-left: 15px;
    }

    .titleLogin {
        margin-left: 15px;
        margin-right: 15px;
    }

    .loginFooter {
        padding: 0 15px;
        height: 70px;
    }
}


/*ESTILOS PARA IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .toggle_pwd {
        padding-bottom: 7.25px;
    }
}

@media (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
    .login-form{
        margin:0;
    }

}

@media (max-width: 575px) and (-ms-high-contrast: none), (max-width: 575px) and (-ms-high-contrast: active) {
    .toggle_pwd {
        padding-bottom: 7.3px;
    }
}
