body {
font-family: 'Heebo', sans-serif;
background-color: #f0f5ff;
}
.form-container {
max-width: 600px;
margin: 0 auto;
background-color: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.form-header {
background-color: #0052cc;
color: white;
border-radius: 12px 12px 0 0;
}
.input-field {
border: 1px solid #d1d5db;
border-radius: 6px;
padding: 10px 14px;
transition: all 0.3s;
}
.input-field:focus {
border-color: #0052cc;
box-shadow: 0 0 0 3px rgba(0, 82, 204, 0.2);
outline: none;
}
.submit-btn {
background-color: #0052cc;
color: white;
border-radius: 6px;
padding: 12px 24px;
font-weight: 500;
transition: all 0.3s;
}
.submit-btn:hover {
background-color: #003d99;
}
.checkbox-custom {
width: 20px;
height: 20px;
border: 2px solid #0052cc;
border-radius: 4px;
cursor: pointer;
}
.thank-you-page {
display: none;
text-align: center;
padding: 40px 20px;
}
.error-message {
color: #e53e3e;
font-size: 14px;
margin-top: 4px;
display: none;
}
✅
תודה על פנייתך!
פרטיך התקבלו בהצלחה. נציג מטעמנו יצור איתך קשר בהקדם.