.login-content{
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100svh;
}
body{
    background-color: rgba(0, 0, 0, 0.24);
    background-blend-mode: color;
    background-image: url("../images/fondo-login-fluchos.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.content-form{
    color: white;
    padding: 1rem 2rem;
    background-color: #0000003b;
    border-radius: 1rem;
    width: min(100%, 350px);
    box-shadow: 3px 3px 6px #ffffff99
}