* { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; height: 100vh; direction: rtl; } .login-container { background: white; padding: 40px 30px; border-radius: 20px; width: 90%; max-width: 400px; text-align: center; position: relative; } .security-badge {display:none; position: absolute; top: 10px; left: 10px; background: #28a745; color: white; padding: 4px 8px; border-radius: 4px; font-size: 10px; font-weight: bold; } .logo { width: 80px; height: 80px; margin-bottom: 20px; background: linear-gradient(135deg, #c3996b, #fdb924); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: bold; font-size: 18px; margin: 0 auto 20px; } h2 { color: #2a4157; margin-bottom: 30px; font-size: 13px; } .input-group { margin-bottom: 20px; text-align: right; position: relative; } input { width: 100%; padding: 15px; border: 2px solid #e1e5e9; border-radius: 10px; font-size: 14px; text-align: center; transition: all 0.3s; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } input:focus { border-color: #c3996b; outline: none; box-shadow: 0 0 0 3px rgba(195, 153, 107, 0.1); } .input-error { border-color: #dc3545 !important; box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important; } .error-message { color: #dc3545; font-size: 12px; margin-top: 5px; text-align: right; display: none; } .btn-login { background: linear-gradient(135deg, #c3996b, #fdb924); color: white; border: none; padding: 15px !important; border-radius: 10px; font-size: 12px; cursor: pointer; width: 100%; font-weight: bold; transition: all 0.3s; position: relative; overflow: hidden; } .btn-login:hover:not(:disabled) { opacity: 0.9; transform: translateY(-2px); } .btn-login:disabled { opacity: 0.6; cursor: not-allowed; transform: none; } .loading-spinner { display: none; width: 20px; height: 20px; border: 2px solid #ffffff; border-top: 2px solid transparent; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .register-link {justify-content: space-between;display:flex; margin-top: 20px; color: #5a6871; font-size: 12px; } .register-link a {padding: 0 4px; color: #c3996b; text-decoration: none; font-weight: bold; } #message { margin-top: 15px; padding: 10px; border-radius: 8px; display: none; font-size: 12px; } .success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; } .error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; } .warning { background: #fff3cd; color: #856404; border: 1px solid #ffeaa7; } .attempts-warning { background: #f8d7da; color: #721c24; padding: 8px; border-radius: 5px; margin-bottom: 15px; font-size: 12px; display: none; }.input-group.two-column { display: flex; gap: 10px; margin-bottom: 20px; } .input-group.two-column .column { flex: 1; position: relative; } .input-group.two-column input { width: 100%; box-sizing: border-box; } .input-group.two-column .error-message { position: absolute; bottom: -18px; font-size: 12px; }.code-inputs { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 25px; } .code-inputs input { width: 60px; height: 60px; text-align: center; font-size: 24px; font-weight: bold; border: 2px solid #ddd; border-radius: 8px; transition: all 0.3s; } .code-inputs input:focus { border-color: #4CAF50; box-shadow: 0 0 5px rgba(76, 175, 80, 0.3); outline: none; } .code-inputs input.filled { border-color: #4CAF50; background-color: #f8fff8; } .timer { text-align: center; margin: 15px 0; color: #666; font-size: 12px; } .resend-link { text-align: center; margin: 20px 0; } .resend-link a { color: #4CAF50; text-decoration: none; cursor: pointer; } .resend-link a.disabled { color: #999; cursor: not-allowed; pointer-events: none; } .phone-display { text-align: center; margin-bottom: 20px; color: #333; font-size: 12px; } .phone-display span { font-weight: bold; color: #4CAF50; }.otp-instruction { text-align: center; margin-bottom: 25px; color: #666; font-size: 12px; }.agreement-container { max-width: 560px; margin: 0 auto; padding: 20px; } .agreement-content { height: 400px; overflow-y: auto; border: 1px solid #ddd; padding: 20px; margin: 20px 0; border-radius: 8px; background: #f9f9f9; line-height: 1.8; } .agreement-content h3 {font-size:12px; color: #333; margin-bottom: 15px; } .agreement-content p { margin-bottom: 10px; font-size: 12px; line-height: 30px; text-align: justify; } .signature-section { margin: 30px 0; padding: 20px; background: #f8f9fa; border-radius: 8px; border: 2px dashed #ddd; } .signature-pad { border: 1px solid #ccc; background: white; border-radius: 4px; margin: 15px 0; } .signature-buttons { display: flex; gap: 10px; margin-top: 15px; } .btn-clear { border-radius: 4px; width: 120px; background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; } .btn-clear:hover { background: #f5c6cb; } .agreement-footer {display: flex; justify-content: space-between; align-items: center; flex-direction: column; margin-top: 0; padding-top: 0; } .checkbox-agreement { display: flex; align-items: center; gap: 10px;margin-bottom: 15px; } .checkbox-agreement input { width: 18px; height: 18px; } .agreement-info { font-size: 11px; color: #666; margin-top: 10px; line-height: 2.5; }body{height:auto} .agreement-header { text-align: center; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 2px solid #4CAF50; } .agreement-title { font-size: 12px; color: #2c3e50; margin-bottom: 15px; } .agreement-subtitle { font-size: 11px; color: #7f8c8d; } .agreement-content { height: 500px; overflow-y: auto; border: 1px solid #ddd; padding: 30px; margin: 20px 0; border-radius: 8px; background: #fefefe; line-height: 1.8; text-align: justify; font-size: 14px; } .agreement-content h3 { color: #2c3e50; margin: 25px 0 15px 0; padding-bottom: 8px; border-bottom: 1px solid #eee; } .agreement-content h4 { color: #34495e; margin: 20px 0 10px 0; } .agreement-content ul, .agreement-content ol { margin: 15px 0 15px 30px; padding-right: 20px; font-size:12px; } .agreement-content li { margin-bottom: 8px; } .article-number { background: #4CAF50; color: white; padding: 3px 12px; border-radius: 4px; margin-left: 10px; font-size: 12px; } .required-field { color: #e74c3c; margin-right: 5px; } @media (max-width: 768px) { .agreement-footer { flex-direction: column; } .agreement-confirmation { min-width: 100%; } .agreement-actions { width: 100%; } .btn-sign { width: 100%; } }