﻿
* {
    font-family: "byekan", Vazirmatn, sans-serif !important;
    font-size: 25px;
    text-align: right;
    direction: rtl;
}

.input-group {
    flex-direction: row-reverse;
}
* {
    font-family: Vazirmatn, sans-serif;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}

    .footer p {
        margin: 0;
        font-size: 14px;
    }

#user-input {
    direction: rtl;
    text-align: right;
}
.signupbody {
    background: linear-gradient(to left, #f8f9fa, #e9ecef);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Vazirmatn, sans-serif;
    padding: 2rem;
}

.form-container {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 720px; /* قبلاً 500 بود، حالا عریض‌تر */
}

.form-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-label, .form-control {
    font-size: 0.85rem;
}


