/* Для всех кнопок в блоках Button */
.t-btn {
  background-color: #1E88E5 !important;  /* ваш цвет */
  border-color: #1E88E5 !important;
}
.t-btn:hover {
  background-color: #0B5E9E !important;
}