/* forgot pw */
.form-links{
    margin-top:12px;
    color: var(--text-muted);
    text-align:center;
}

.forgot-password-link{
    color:var(--accent-primary);

    font-size:1rem;
    text-decoration:none;

    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}

.forgot-password-link:hover{
    text-decoration: underline;
}