.my-fresbutton {
  background-color: #FF9100;
  border-color: #FF9100;
  color: #ffffff;
  transition: all 0.3s ease;
}

.my-fresbutton:hover {
  background-color: #ffffff;
  border-color: #FF9100;
  color: #FF9100;
}

.my-fresbutton:focus, .my-fresbutton:active {
  background-color: #E68200 !important;
  border-color: #E68200 !important;
  color: #ffffff !important;
  /*box-shadow: 0 0 0 0.25rem rgba(255, 145, 0, 0.5) !important;*/
}

