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

.input-wrapper .eye-icon {
    margin-left: 10px;
}

#password::placeholder,
#email::placeholder {
    font-family: inherit;
    font-weight: 500;
    font-size: 0.938rem;
    color: color-mix(in srgb, var(--eld-dark) 50%, transparent);
}

.api-error-message {
    color: var(--eld-error);
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    min-height: 20px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.api-error-message:empty {
    display: none;
}

.forgot_p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 460px;
    text-align: center;
}
