.section-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fec868;
  text-align: center;
}

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

.text-block-4 {
  padding-top: 215px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.section {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 161, 197, 0.45)), to(rgba(1, 161, 197, 0.45))), url('../images/318315618_951219835856278_1289642534867465554_n.jpg');
  background-image: linear-gradient(180deg, rgba(1, 161, 197, 0.45), rgba(1, 161, 197, 0.45)), url('../images/318315618_951219835856278_1289642534867465554_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.container {
  padding-right: 80px;
  padding-left: 80px;
  text-align: center;
}

.link-3 {
  color: #fff;
}

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

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

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

.error-message-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: -64%;
  z-index: 2;
  margin-top: 0px;
  padding-bottom: 0px;
  background-color: #01a1c5;
}

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

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

.form-2 {
  margin-bottom: 25px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.19);
  text-align: left;
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 25px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-block {
    padding-right: 124px;
    padding-left: 10px;
    line-height: 16px;
  }

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

