.btn-info {
  background-color: #0087cc;
  border-color: #0087cc;
}

.btn-info:hover {
  background-color: #5c2483;
  border-color: #5c2483;
}
