/* FORMS */

form {
  fieldset {
    margin: unset;
  }

  .form-control {
    margin: var(--size-2) 0;
  }
}