a { color: rgb(75,124,246) }
a:hover { color: rgba(75,124,246, 0.8) !important }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 20px !important;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary
{
        background-color: rgb(75,124,246);
        border-color: rgb(75,124,246); 
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: rgba(75,124,246, 0.90) ;
  border-color: rgba(75,124,246, 0.90)  ;
}
