.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #fff !important;
  text-decoration: none;
  background-color: #007bff;
  border: 1px solid #007bff;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  background-image: none !important;
}

.btn-custom:hover {
  background-color: #0069d9;
  border-color: #0062cc;
  text-decoration: none;
}

.btn-custom:active {
  background-color: #005cbf;
  border-color: #0056b3;
}

.btn-custom:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}