/* here you can put your own css to customize and override the theme */
.ng-valid[required], .ng-valid.required  {
  border-left: 5px solid #fb571d; /* orange */
}

.ng-invalid:not(form)  {
  border-left: 5px solid #a94442; /* red */
}

.form-control {
  height: 34px !important;
}

@media (max-width: 580px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 581px) {
  .show-on-mobile {
    display: none !important;
  }
}