.callback-form {
  background: #ff0000;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
}

/* Heading */
.callback-form h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Inputs */
.callback-form .form-control, .callback-form .form-select {
  border-radius: 6px;
  border: none;
  font-size: 14px;
}

textarea.form-control {
  height: unset !important;
}

/* Textarea */
/* Checkbox text */
.form-check-label {
  color: #fff;
  font-size: 14px;
}

/* Submit Button */
.btn-submit {
  background: #fff;
  color: #000;
  padding: 5px 35px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  border: none;
}

.btn-submit:hover {
  background: #f1f1f1;
}

/* Mobile spacing */
@media (max-width: 575px) {
  .callback-form {
    padding: 20px;
  }
}/*# sourceMappingURL=call-back-form.css.map */