.wholesaling-banner {
  background-image: url("../images/wholesaling.jpg");
  height: 450px;
  background-position: 50%;
}

.wholesaling-landing-page .card {
  background-color: var(--color-secondary-ligth);
  margin-top: -220px;
  padding: 15px;
}
@media (min-width: 768px) {
  .wholesaling-landing-page .card {
    padding: 35px;
  }
}
.wholesaling-landing-page .card .title {
  font-family: "Montserrat-Bold";
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .wholesaling-landing-page .card .title {
    font-family: "Montserrat-500";
    font-size: 32px;
  }
}
.wholesaling-landing-page .card .subtitle {
  font-family: "Lato-700";
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wholesaling-landing-page .card .subtitle {
    font-family: "Lato-Regular";
    font-size: 24px;
  }
}
.wholesaling-landing-page .card .seller-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.wholesaling-landing-page .card .subscribe-wholesaling {
  width: 250px;
}
.wholesaling-landing-page .card #province {
  color: #596068;
}
.wholesaling-landing-page .card .form-group.required .form-control-label {
  position: relative;
}
.wholesaling-landing-page .card .form-group.required .form-control-label::before {
  content: none;
}
.wholesaling-landing-page .card .form-group.required .form-control-label::after {
  content: "*";
  color: red;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
}