.btn-primary,
.btn-primary:visited {
  border-color: #c04646 !important;
  background-color: #c04646 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  border-color: #9d3636 !important;
  background-color: #9d3636 !important;
  box-shadow: none !important;
}
.btn-primary:active {
  border-color: #8a2f2f !important;
  background-color: #8a2f2f !important;
  box-shadow: none !important;
}
