/* *****************************************************

    ** Custom Stylesheet special styles for 3.7 version **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* Override ALL primary buttons */
.btn.btn-primary {
  background-color: #C71585 !important; /* Dark Pink */
  border-color: #C71585 !important;
  color: #fff !important;
}

/* Add hover effect */
.btn.btn-primary:hover {
  background-color: #a1126a !important; /* Darker pink */
  border-color: #a1126a !important;
  color: #fff !important;
}
/* Override domain search button color */
#btnCheckAvailability {
    background-color: #c71585 !important; /* dark pink */
    border-color: #c71585 !important;
    color: #fff !important;
}

#btnCheckAvailability:hover {
    background-color: #a0136b !important; /* darker pink on hover */
    border-color: #a0136b !important;
}

