.mab-contact-form-container {
  width: 100%;
}

.mab-contact-form input[type=text],
.mab-contact-form input[type=email],
.mab-contact-form input[type=url],
.mab-contact-form input[type=tel],
.mab-contact-form input[type=date],
.mab-contact-form input[type=number],
.mab-contact-form textarea {
  background: #fff;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  outline: 0;
}
.mab-contact-form input[type=submit] {
  border: 0;
  float: none;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  width: auto;
}

.mab-custom-radio-checkbox.mab-contact-form input[type=checkbox],
.mab-custom-radio-checkbox.mab-contact-form input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-style: solid;
  border-width: 0;
  outline: none;
  display: inline-block;
  min-width: 1px;
  width: 15px;
  height: 15px;
  background: #ddd;
  margin-right: 5px;
  padding: 3px;
  vertical-align: middle;
  top: -1px;
}
.mab-custom-radio-checkbox.mab-contact-form input[type=checkbox]:before,
.mab-custom-radio-checkbox.mab-contact-form input[type=radio]:before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
}
.mab-custom-radio-checkbox.mab-contact-form input[type=checkbox]:checked:before,
.mab-custom-radio-checkbox.mab-contact-form input[type=radio]:checked:before {
  background: #999;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.mab-custom-radio-checkbox.mab-contact-form input[type=radio] {
  border-radius: 50%;
}
.mab-custom-radio-checkbox.mab-contact-form input[type=radio]:before {
  border-radius: 50%;
}