﻿.login-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 95vh;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("/contenido/recursos/imagenes/back_portada_2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card {
    border-radius: 10px;
}

.boton-login {
    padding:12px !important;
}

.titulo-login {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.logo-login {
    width:320px;
    padding: 10px;
}

.login-label {
    font-size: 14px;
}

    .login-label i {
        color: var(--coloricon) !important;
        margin-right: 2px !important;
    }

.password-container {
    position: relative;
}

    .password-container input[type="password"],
    .password-container input[type="text"] {
        width: 100%;
        box-sizing: border-box;
    }

.fa-eye {
    position: absolute;
    top: 28%;
    right: 4%;
    cursor: pointer;
    color: var(--coloricon) !important;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 12px;
}

.form-control {
    font-size: 12px;
}

.modal-header-color {
    background-color: var(--colorprincipal) !important
}

.footer-contenido {
    height: 5vh;
    background-color: #151B24;
    margin-bottom: 0px;
    padding: 10px;
}

.footer-contenido span{
    font-size: 13px;
    color: white;
}

.g-recaptcha {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .footer-contenido {
        height: auto;
    }
}
