/* Force white text on registration buttons */
a.btn.btn-primary,
a.btn.btn-primary:link,
a.btn.btn-primary:visited {
  color: #ffffff !important;
  background-color: #2774AE !important; /* UCLA Blue */
  border-color: #2774AE !important;
}

a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.btn-primary:active {
  color: #ffffff !important;
  background-color: #005587 !important; /* darker UCLA Blue */
  border-color: #005587 !important;
}
