body { font-family: Tahoma, sans-serif; background: #f4f6f9; direction: rtl; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; }
.container { background: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.1); width: 100%; max-width: 500px; }
h2 { text-align: center; color: #333; margin-bottom: 20px; }
.form-group { margin-bottom: 15px; }
label { display: block; margin-bottom: 5px; color: #666; }
input { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; box-sizing: border-box; font-family: Tahoma; }
button { width: 100%; padding: 12px; background: #28a745; color: #fff; border: none; border-radius: 5px; cursor: pointer; font-size: 16px; margin-top: 10px; }
button:hover { background: #218838; }
.alert { padding: 15px; border-radius: 5px; margin-bottom: 20px; text-align: center; }
.alert-error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
hr { border: 0; border-top: 1px solid #eee; margin: 20px 0; }
.section-title { font-weight: bold; margin-bottom: 10px; color: #007bff; display: block; }
