body{
    font-family: 'Montserrat', sans-serif
}

#formulario{
    background-color: white
}
.total_pantalla {
    height: 100vh;
}

.usuario {
    text-align: center;
    width: 75%;
    margin-top: 8rem;
    background-color: rgba(255,255,255,0.75);
    margin-left: auto;
    margin-right: auto;
}

#fondo-login{
    background-image: url(../../img/cover.jpeg);
    background-size: cover;
    height: 100vh;
}

.logo{
    width: 21rem;
    margin: 0 auto;
}

.lost-box{
    text-align: right;
    padding: 1rem;
}