Hi there,
Oh, maybe you can try css codes below and see how it goes
[gist type="css"]
#es .btn-es-primary.btn-block {
background-color: green !important;
background-image: none !important;
border: 1px solid black !important;
color: white !important;
}
#es .btn-es-primary, #es .btn-es-primary:hover {
background-color: #2298DF !important;
background-image: none !important;
border: 1px solid black !important;
color: white !important;
}
[/gist]