html, body
{
    height: 100%;
}
body
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* background-image: url("../../assets/img/fondo-login.webp"); */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; 
}
.eye
{
    top: 30%;
    right: 0;
}