/* ============================================================
   PANTALLAS DE ACCESO - Entorno STAGING (dir_css: staging)
   Reemplaza a /css/entrar.css. Gradiente VERDE para diferenciar STAGING del
   rojo-rosa de produccion; el logo de acceso es el mismo (logo-serman-acceso.svg).
   ============================================================ */
.gradient-custom-2 {
    /* fallback for old browsers */
    background: #56ab2f;

    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #56ab2f, #2f8f4e, #1d976c, #11998e);

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #56ab2f, #2f8f4e, #1d976c, #11998e);
}

@media (min-width: 768px) {
    .gradient-form {
    height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    }
}

.entrar_caja_izquierda{
    background:#07071a none repeat center center;
}

/* Todos los botones de las pantallas de acceso van con el texto en mayusculas. */
.gradient-form .btn{
    text-transform: uppercase;
}

.entrar_boton{
    border-color: gray;
}
