.form-account {
    max-width: 450px;
    padding: 2rem;
}

.title.form-account {
    padding: 0;
}

.form-account.signin input[type="email"],
.form-account.signin input[type="password"] {
    margin-bottom: -1px;
    border-radius: 0;
}

.text-forgot-password {
    text-decoration: none;
    color: #212529;
}

.text-forgot-password:hover {
    color: #ff3700;
}

.form-reset-password {
    max-width: 700px;
    padding: 2rem;
}
