div.reseller_registration_holder {
  margin: auto;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 600px;
  background-color: #F2EADA;
}

div.reseller_registration_holder h4 {
  font-size: 29px;
  color: var( --e-global-color-primary );
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-primary-font-weight );
}

div.reseller_registration_holder label {
  font-family: "Montserrat", Sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

div.reseller_registration_holder input {
  background-color: rgba(144, 182, 111, 0.53);
  border-color: rgba(144, 182, 111, 0);
  border-width: 2px 2px 2px 2px;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
}

div.reseller_registration_holder input[type="submit"] {
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 10px 10px 10px 10px;
  padding: 15px 15px 15px 15px;
  background-color: #76A54E;
  color: #F9F6EE;
  border-color: rgba(144, 182, 111, 0);
}


div.error_holder {
  margin: auto;
  color:red;
  font-weight: 600;
  max-width: 600px;
  text-align: center;
}
