.userContent > .hyundaiPreOrder2021SalesPage {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 6vmin;
  padding-bottom: 6vmin;
  background-image: url("/files/documents/documents/hyundai-pre-order-2021-bg.png");
  background-color: #0cbfe1;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.userContent > .hyundaiPreOrder2021SalesPage img {
  max-width: 100%;
}
.userContent > .hyundaiPreOrder2021SalesPage .ocfwArea[data-ocfw-brand-class=hyundai-five] .ocfwFieldLabel {
  color: white;
}
.userContent > .hyundaiPreOrder2021SalesPage > * {
  display: flex;
}
.userContent > .hyundaiPreOrder2021SalesPage > * > img {
  margin: 0 auto;
}
.userContent > .hyundaiPreOrder2021SalesPage > .hyundaiContactFormArea {
  display: block;
  width: 80%;
  margin-top: -3em;
  margin-left: auto;
  margin-right: auto;
  padding: 6vmin;
  border-radius: 1vmin;
  background-color: blue;
  color: white;
}
.userContent > .hyundaiPreOrder2021SalesPage > .hyundaiContactFormArea .obButton {
  color: white;
  background-color: blue;
  border: 2px solid white;
}
.userContent > .hyundaiPreOrder2021SalesPage > .hyundaiContactFormArea h2 {
  color: white;
  text-transform: uppercase;
}
@media all and (min-width: 700px) {
  .userContent > .hyundaiPreOrder2021SalesPage {
    margin-left: auto;
    margin-right: auto;
  }
  .userContent > .hyundaiPreOrder2021SalesPage > * > img {
    width: 50%;
  }
  .userContent > .hyundaiPreOrder2021SalesPage > .timeForChangeTag > img {
    width: 40%;
  }
}
@media all and (max-width: 699px) {
  .userContent > .hyundaiPreOrder2021SalesPage {
    margin-top: 6vmin;
  }
  .userContent > .hyundaiPreOrder2021SalesPage > * {
    margin: 1rem 0;
  }
  .userContent > .hyundaiPreOrder2021SalesPage > * > img {
    width: 100%;
  }
  .userContent > .hyundaiPreOrder2021SalesPage > .timeForChangeTag > img {
    width: 80%;
  }
}

/*# sourceMappingURL=style.css.map */
