/* Auth Pages Styling - Login, Register, Forgot Password, Reset Password */

/* This file contains shared styles for authentication pages */
/* Individual page styles are inline in the PHP files for easier customization */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* RTL Support */
[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .form-group input {
    text-align: right;
}

/* Additional utility classes if needed */
.text-center {
    text-align: center;
}

.mt-2 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: 1rem;
}
