body {
    font-family: 'Vazir', sans-serif; /* استفاده از فونت وزیر */
    background-color: #f4f4f4;
    padding: 20px;
    text-align: right; /* راست‌چین کردن متن‌ها */
    direction: rtl; /* تنظیم جهت نوشتار به راست‌چین */
}

form {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: right; /* راست‌چین کردن فرم */
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: right; /* راست‌چین کردن متن لیبل‌ها */
}

input, select {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: right; /* راست‌چین کردن محتوای ورودی‌ها */
}

button {
    padding: 10px 15px;
    background-color: #5cb85c;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #4cae4c;
}
