
body { font-family: 'Arial', sans-serif; } .form-group { margin-bottom: 15px; text-align: center; /* ממרכז את הכיתוב */ color: white; } label { display: white; margin-bottom: 5px; font-family: 'Verdana', sans-serif; /* גופן מודרני */ } input[type="text"], input[type="tel"], input[type="email"], textarea { width: 100%; padding: 8px; background-color: #0000; border: 1px solid #BABBBD; /* מסגרת ורוד כהה */ border-radius: 4px; box-sizing: border-box; color: white; } .submit-button-container { text-align: center; /* ממרכז את הכפתור */ } .submit-button { background-color: #1846AD; /* תורכיז */ color: white; padding: 10px 50px; border: none; border-radius: 4px; cursor: pointer; font-size: 18px; } .submit-button:hover { background-color: #4D618D; }