body{
    height: 100%;
    width: 100%;
    background-color: white;
    background: url('../img/sanjorbe/fondo.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.conteiner-auth{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-card{
    width: 340px;
    height: 350px;
    padding: 30px;
    background: rgba(255, 255, 255,0.9);
    border-radius: 15px;
}
