#eb .btn {
color: #09112f !important;
  box-shadow: none !important;
  border: 2px solid #fff !important;
  border-radius: 5px !important;
  font-weight: 700 !important;
  font-family: 'Quantico', sans-serif !important;
  transition: color 400ms, background-color 400ms !important;
}
#eb .btn:hover,
#eb .btn:focus {
background: #f26705 !important;
  border-color: #f26705 !important;
color: #fff !important;
    transition: color 400ms, background-color 400ms !important;
}