.body {
  background-color: #f5f5f5;
}

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

.section {
  background-color: #d6dade;
  padding-top: 57px;
  padding-bottom: 40px;
}

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

.container {
  text-align: center;
}

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

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

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

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

.field-label-2 {
  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;
  top: 0%;
  bottom: -4%;
  left: 0%;
  right: 0%;
}

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

.section-2 {
  background-image: url('../images/LandingHotSale-header.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 137px;
}

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

  .section {
    padding-top: 31px;
  }

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

  .image-2 {
    margin-bottom: 30px;
  }
}


