.form-2 {
  text-align: left;
  background-color: rgba(255, 255, 255, .33);
  border-radius: 16px;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, .19);
}

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

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

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

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

.link-3 {
  color: #fff;
}

.submit-button-3 {
  background-color: #000;
  border: 3px solid #000;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  transition: all .3s;
}

.submit-button-3:hover {
  color: #000;
  background-color: #fff;
  border: 3px solid #000;
  font-weight: 900;
}

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

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

.section {
  min-height: 100vh;
  background-color: #00214e;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/banner.jpg');
  background-position: 0 0, 30%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 40px;
}

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

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

.section-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.container-2 {
  text-align: center;
}

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

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

  .image {
    margin-bottom: 67px;
  }

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

  .section {
    padding-top: 25px;
  }
}


