body {
  background-color: #F3F3F3;
}

.become-reseller-wrap .intro {
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 27px;
}
.become-reseller-wrap .frm-wrap {
  background-color: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.05);
}
.become-reseller-wrap .frm-wrap #reseller-request-form label:not(.form-check-label) {
  color: black;
  font-weight: 700;
  font-size: 14px;
}
.become-reseller-wrap .frm-wrap #reseller-request-form label .term-and-policies {
  text-decoration: underline;
}
.become-reseller-wrap .frm-wrap #reseller-request-form input {
  border-radius: 12px;
  border: 1px solid var(--Neutral-Light-Medium, #E8E9F1);
  padding: 12px;
}
.become-reseller-wrap .frm-wrap #reseller-request-form button[type=submit] {
  background-color: #FD7513;
  width: 100%;
  color: white;
  border: none;
  padding: 15px 20px;
  border-radius: 45px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  cursor: pointer;
}
.become-reseller-wrap .frm-wrap #reseller-request-form button[type=submit]:hover {
  background-color: #db5d02;
}
.become-reseller-wrap .frm-wrap .error-term {
  background-color: #ffe5ea;
  padding: 16px 32px;
  text-align: center;
  border-radius: 12px;
  margin-bottom: 12px;
}
.become-reseller-wrap .frm-wrap .error-term p {
  margin-bottom: 0px;
}