.forgot-password-description {
    color: var(--color-warm-grey);
    display: block;
    text-align: center;
    justify-self: center;
    margin-bottom: 1.5rem;
}

.forgot-password-confirmation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.change-password-container {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.reset-password-form {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.reset-password-button {
    margin-top: 2rem;
}
