.container {
  text-align: center;
}

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

.section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 30px;
  padding-bottom: 40px;
}

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

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

.field-label {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.text-block {
  color: #fff;
  text-align: left;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

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

.submit-button {
  color: #fff;
  background-color: #2c9da0;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

.form {
  text-align: left;
  background-color: #000000ba;
  border-radius: 20px;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: 1px 1px 14px #00000030;
}

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

.link {
  color: #fff;
  text-decoration: none;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

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

  .form {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}


