﻿.fullscreen-bg {
    height: 100vh;
    width: 100%;
    position:relative;
}

.center-vertical-horizontal {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    height: 100vh; /* Ocupa el 100% de la altura de la pantalla */
    margin: 0; /* Elimina márgenes por defecto */
}

.login {
    width: 350px;
    height :auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -175px; 
}
