body {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
}
body .w-5 {
  width: 5% !important;
}
@media (min-width: 768px) {
  body .w-md-100 {
    width: 100% !important;
  }
  body .w-md-75 {
    width: 75% !important;
  }
  body .w-md-50 {
    width: 50% !important;
  }
  body .w-md-25 {
    width: 25% !important;
  }
  body .w-md-5 {
    width: 5% !important;
  }
}
body .pr-1 {
  padding-right: 0.25rem;
}
body .pr-2 {
  padding-right: 0.5rem;
}
body .pl-1 {
  padding-left: 0.25rem;
}
body .pl-2 {
  padding-left: 0.5rem;
}
body .wrapper {
  min-height: calc(100vh - 150px);
}
body .wrapper p {
  font-size: 1rem !important;
}
body .wrapper input {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=custom.css.map */
