input[type="checkbox"].form-control#accept_terms,
input[type="checkbox"].form-control#accept_no_return
{appearance: checkbox;}
input[type="checkbox"]:checked {
  appearance: auto;
}