@charset "utf-8";

.form-section { display: flex; justify-content: center; padding-inline: 12px; margin-top: 30px !important; margin-bottom: 40px !important; }

.form-container { background-color: rgb(255, 255, 255); padding: 20px; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; max-width: 500px; width: 100%; }

.offer-form { display: flex; flex-direction: column; }

.offer-form h2 { color: rgb(0, 0, 0); font-size: 26px; margin-bottom: 20px; text-align: center; }

.offer-form label { color: rgb(0, 0, 0); text-align: left; margin-bottom: 5px; font-size: 16px !important; }

.offer-form input { border-radius: 4px; font-size: 16px; box-sizing: border-box; width: 100% !important; margin-bottom: 15px !important; padding: 10px !important; border: 1px solid rgb(204, 204, 204) !important; }

.offer-form button[type="submit"] { padding: 10px 15px; background-color: rgb(180, 3, 3); color: rgb(255, 255, 255); border: none; border-radius: 4px; cursor: pointer; font-size: 20px; margin-top: 20px; }

.offer-form button[type="submit"]:hover { background-color: rgb(230, 22, 22); }

#email { display: block; }
