.btn-primary{
  color: #fff;
  background: #0c60a9;
  border-color: #0c60a9;
}
.btn-primary:hover{
  color: #0c60a9;
  background: none;
}