﻿body {
  .btn
      {

      }

/* Hover & Focus states */
.btn-custom:hover, 
.btn-custom:focus {
  background-color: f;
  border-color: #007bff;
  color: #fff;
}
/* Custom button style */
   .btn-custom {
  background-color: #FF5421;
  border-color: #FF5421;
  color: ;
  color: #fff;
}

}

