.ml_login_error, .ml_reset_error, .ml_reset_ok, .ml_password_mismatch, .ml_pass_policy_error, .ml_reset_session_error { display: none; }
.ml-error-text {
    color: #dc3545 !important;
    text-align: center;
    width: 100%;
    margin-top: 0.75rem;
}
.ml-info-text {
    color: hsl(var(--color-primary)) !important;
    text-align: center;
    width: 100%;
    font-weight: 600;
}
.ml-login-primary-btn {
    width: 100%;
    border: none !important;
    color: #fff !important;
    background-color: hsl(var(--color-primary)) !important;
    border-radius: 0.375rem;
    font-weight: 600;
    padding: 0.65rem 1rem;
}
.ml-login-primary-btn:hover,
.ml-login-primary-btn:focus {
    background-color: color-mix(in hsl, hsl(var(--color-primary)) 85%, black) !important;
    color: #fff !important;
    opacity: 1;
}
.ml-logo { width: 85%; }

.ml-password-intro {
    font-size: 1rem;
    line-height: 1.4;
}

.ml-password-hint {
    line-height: 1.45;
}

.ml-password-label {
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.ml-password-field {
    position: relative;
}

.ml-password-input {
    padding-right: 42px;
}

.ml-toggle-password {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 0;
    line-height: 0;
}

.ml-toggle-password:hover,
.ml-toggle-password:focus {
    color: hsl(var(--color-primary));
    outline: none;
}

.ml-toggle-password .eye-closed {
    display: none;
}

.ml-toggle-password.active .eye-open {
    display: none;
}

.ml-toggle-password.active .eye-closed {
    display: block;
}
