#eb .eb-container .btn {
  background: #73c477 !important;
  border-color: #73c477 !important;
			color: #fff !important;
			font-size: 14px !important;
			font-weight: 500 !important;
			padding: 10px 25px !important;
			text-transform: uppercase !important;
			height: inherit !important;
			line-height: inherit !important;
}
#eb .eb-container .btn:hover, #eb .eb-container .btn:focus {
  background: #2b5faa !important;
  border-color: #2b5faa !important;
}