/* Custom overrides for bootstrap styles */

/* Override btn-primary styles to use the orange brand color */
.btn-primary {
  background-color: #F7931E !important;
  border-color: #F7931E !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #e58117 !important;
  border-color: #d57916 !important;
}

.btn-primary:disabled {
  background-color: #F7931E !important;
  border-color: #F7931E !important;
  opacity: 0.65;
}
