@charset "UTF-8";
/* CSS Document */

body {
  scroll-behavior: smooth;
}

.form-check-input {
  float: none !important;
  margin-top: 2em;
}

@media (max-width: 991px) {
  .label_switch {
    margin-left: -36px;
    margin-top: 10px;
  }
}
