html,
body {
    height: 100%;
}

/* Contenedor del formulario */
.form-signin {
    max-width: 375px;
    padding: 1rem;
}

/* Imagen de fondo */
.login-page {
    background-image: url('/img/fondo_auth.webp');
    background-size: cover;
    background-position: center center;
}