.become-a-dealer .text-col {
  padding-top: 25px;
  padding-bottom: 25px;
}
.become-a-dealer .text-col h3 {
  margin-bottom: 20px;
}

.become-a-dealer .top-image-row {
  background: url("../images/become-a-customer-xl.jpg");
  background-size: cover;
  min-height: 400px;
  color: white;
}
.become-a-dealer .top-image-col {
  margin-bottom: 100px;
}

.become-a-dealer .interested-row {
  background: rgb(60, 174, 117, 0.6);
  padding-top: 25px;
  padding-bottom: 25px;
  color: white;
  width: 100%
}
.become-a-dealer button {
  text-transform: uppercase;
}
.become-a-dealer .checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #3cae75 !important;
  border-color: #3cae75 !important;
}
.become-a-dealer .checkbox {
  padding-left: 15px !important;
  padding-right: 15px;
  margin-bottom: 5px;
}
.become-a-dealer .first-form {
  margin-bottom: 5px;
}
.become-a-dealer .form-row {
  margin-top: 50px;
  margin-bottom: 50px;
}

.become-a-dealer button {
  background: #3cae75;
  width: 100%;
  color: white;
}
.become-a-dealer .button-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
.checkbox .form-control {
  border: none;
}
@media only screen and (max-width: 1200px) {
  .interested-row h1 {
    font-size: 20px;
  }
  .interested-row h5 {
    font-size: 15px;
  }
}
