/* Custom CSS file (must be linked AFTER bootstrap.css) */


.alert-primary {
  color: #000000 !important; /* Custom text color */
  background-color: #eef4fb !important; /* Custom background color */
  border-color: #eef4fb  !important; /* Custom border color */
}

.alert-info {
  color: #000000 !important; /* Custom text color */
  background-color: #eef4fb !important; /* Custom background color */
  border-color: #eef4fb  !important; /* Custom border color */
}

.alert-danger {
  color: #000 !important; /* Custom text color */
  background-color: #fbf5f6 !important; /* Custom background color */
  border-color: #fbf5f6 !important; /* Custom border color */
}



