.btn-primary {
  all: unset !important;
  background-color: #0074c8 !important;
  color: #fff !important;
  padding: 6px 12px !important;
  border-radius: 3px !important;
}

.btn-primary:hover {
  background-color: #0074c8 !important;
  color: #fff !important;
}

.btn-primary:focus {
  background-color: #0074c8 !important;
  color: #fff !important;
}
