button[type=submit] {
    background-color: #8cc43d !important;
}
button[type=submit]:hover {
    background-color: #709d31 !important;
}

.btn-primary {
    border: 1px solid transparent !important;
    background-color: #8cc43d !important;
    color: #fff !important;
}
.btn-primary:hover {
    background-color: #709d31 !important;
    color: #fff !important;
}
.buttonImportURL {
    background-color: #8cc43d !important;
    color: #fff !important;
}
.buttonImportURL:hover {
    background-color: #709d31 !important;
}