﻿/* CUERPO DEL DOCUMENTO */

html, body{
    margin: 0 !important;
    padding: 0 !important;
}

body {
    background-image: url("../img/fondo_01.png");
    background-size: cover;
}

/* NAVBAR */

nav {
    border-bottom: 4px solid var(--yellow);
    background-color: #ffffff;
}

/* IMAGEN LATERAL */

.img-prize {
    max-width: 100%;
    height: 100vh;
}

/* CUADRO DE LOGIN */

.center-box {    
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.login-box {
    width: 384px;
}

/* OLVIDO DE CONTRASEÑA */
.pass-forgot {
    text-decoration: none;
    color: #000;
}

/* POLITICA DE PRIVACIDAD Y TERMINOS Y CONDICIONES */

p:has(.reference-link){
    text-align: justify;
}

.reference-link {
    text-decoration: none;
    color: var(--green);
}

/* typical phone screen resolution */
@media only screen and (max-width : 991px) {
    .center-box {
        display: block;
        align-items: center;
        justify-content: center;
        min-height: auto;
    }

    .login-box {
        width: auto;
    }
}
