/* Forgot-password page-specific styles. Shared form/button/autofill rules live in shared/styles/style.css. */

.form-field {
    margin-bottom: 2rem;
}

#responseMessage {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    min-height: 20px;
    margin-bottom: 1.5rem;
}

#responseMessage.success {
    color: var(--eld-success);
}

#responseMessage.error {
    color: var(--eld-error);
}

.to-login {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
    font-weight: 400;
    margin-top: 1rem;
}
