
body { font-family: 'Vazirmatn', sans-serif; background: #f4f7f6; color: #333; direction: rtl; text-align: center; margin: 0; padding: 20px; }
.form-container { background: white; padding: 40px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); max-width: 450px; margin: 50px auto; }
.logo { max-width: 150px; margin-bottom: 20px; }
h1, h2, h3 { color: #2c3e50; margin-bottom: 10px; }
input[type="text"], input[type="tel"], input[type="email"], input[type="file"] { width: 100%; padding: 12px; margin: 10px 0; border: 1px solid #ddd; border-radius: 5px; box-sizing: border-box; font-size: 16px; text-align: right; }
button { width: 100%; padding: 12px; background-color: #3498db; color: white; border: none; border-radius: 5px; cursor: pointer; font-size: 16px; transition: background-color 0.3s; }
button:hover { background-color: #2980b9; }
.otp-container { display: flex; justify-content: space-between; margin: 20px 0; }
.otp-input { width: 45px; height: 45px; text-align: center; font-size: 24px; border: 1px solid #ddd; border-radius: 5px; }
#message { margin-top: 15px; color: #e74c3c; font-weight: bold; }
small { display: block; margin-top: -5px; margin-bottom: 10px; font-size: 12px; color: #777; text-align: right; }
header { background: #34495e; color: white; padding: 1rem 2rem; display: flex; justify-content: space-between; align-items: center; }
header a { color: white; text-decoration: none; background: #e74c3c; padding: 8px 15px; border-radius: 5px; }
main { padding: 2rem; max-width: 1200px; margin: auto; }
.card { background: white; padding: 1.5rem; margin-bottom: 1.5rem; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); text-align: right; }