.consent-text {
  font-size: 0.6rem;
  color: black;
}

@media only screen and (max-width: 480px) {
  .form-control {
    padding: 0 10px !important;
    height: 28px !important;
  }
}

@media only screen and (min-width: 768) {
  .consent-text {
    font-size: 0.75rem;
    color: black;
  }
}
