.body {
  background-color: #f5f5f5;
}

.form {
  text-align: center;
  background-color: #fff;
  margin-bottom: 25px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 20px;
  box-shadow: 1px 1px 14px #00000030;
}

.section {
  background-image: url('../images/WhatsApp-Image-2025-07-18-at-13.12.48-2.jpeg');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 40px;
}

.image {
  text-align: center;
  margin-bottom: 30px;
}

.container {
  text-align: center;
}

.text-block {
  text-align: left;
  font-family: Lato, sans-serif;
}

.submit-button {
  text-align: left;
  background-color: #f5850f;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #000;
}

.field-label {
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.field-label-2 {
  text-align: left;
  font-family: Lato, sans-serif;
}

.select-field {
  background-color: #f3f3f3;
  font-family: Lato, sans-serif;
}

.error-message {
  z-index: 2;
  background-color: #f5f5f5;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% -64%;
}

.text-block-2 {
  padding-top: 215px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

@media screen and (max-width: 479px) {
  .form {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}


