.body-app{
    height: 100vh;
    margin: 0px;
    background-color: #e5e7eb;
}
.body-guest{
    height: 100vh;
    margin: 0px;
    background-color: #e5e7eb;
    align-items: center;
    justify-content: center;
}
.nav-logo {
    width: 65px;
    margin-left: 10px;
    margin-right: 30px;
}
.card-login {
    width: 330px;
}

.card-forgot-password {
    width: 550px;
}

.card-reset-password {
    width: 330px;
}