/* MECHART v7 password reset UI */
.auth-forgot-password {
    display: block;
    margin: 10px auto 2px;
    padding: 4px 8px;
    border: 0;
    background: transparent;
    color: #93c5fd;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.auth-forgot-password:hover,
.auth-forgot-password:focus-visible {
    color: #bfdbfe;
    text-decoration: underline;
    outline: none;
}

[data-auth-panel="reset-request"] .auth-heading,
[data-auth-panel="reset-verify"] .auth-heading,
[data-auth-panel="reset-password"] .auth-heading {
    margin-bottom: 18px;
}

#reset-email-label {
    color: #c4b5fd;
    overflow-wrap: anywhere;
}
