.text-field-3 {
  border-radius: 6px;
}

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

.link {
  color: #fff;
}

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

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

.section {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #f4f5f6;
  background-image: url('../images/Distribuidora-Eldor-B.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

.select-field-2 {
  border-radius: 6px;
}

.form {
  margin-right: 140px;
  margin-bottom: 25px;
  margin-left: 140px;
  padding: 20px;
  background-color: #fff;
  box-shadow: none;
  text-align: left;
}

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

.container {
  text-align: center;
}

.submit-button {
  margin-top: 14px;
  border-radius: 5px;
  background-color: #0e214b;
  transition: all 300ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

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

@media screen and (max-width: 991px) {
  .section {
    min-height: 100vh;
  }

  .form {
    margin-right: 100px;
    margin-left: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    min-height: 100vh;
  }

  .form {
    margin-right: 60px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 479px) {
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

