:root {
    --theme-color: #c72e2c !important;
    --theme-color2: #1b5589 !important;
}

/* --- استایل‌های مخصوص صفحه اصلی --- */

.login-form .login-header p {
    color: var(--theme-color) !important;
}

.input-error {
    border-color: red;
}

/* استایل‌های ساده برای تمایز */
.alert-error {
    color: red;
    background: #ffe6e6;
    padding: 10px;
    margin-bottom: 10px;
}

.error-text {
    color: red;
    font-size: 0.9em;
    display: block;
    margin-top: 5px;
}

.success-text {
    color: green;
    font-size: 0.85rem;
    display: block;
    margin-top: 4px;
}

.btn-link {
    background: none;
    border: none;
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}