.btn-primary {
    background-color: #3a9947;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #33863e;
}