/* استایل‌های پایه برای فرم لارا */
.lara-auth-container {
    direction: rtl;
    font-family: 'IRANSans', 'Tahoma', sans-serif;
}

.lara-input {
    font-family: inherit;
}

.lara-btn {
    font-family: inherit;
}

.lara-loading {
    opacity: 0.6;
    cursor: not-allowed;
}

.lara-step {
    transition: all 0.3s ease;
}
.lara-auth-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}