.btn-success {
    background: #12a58b !important;
    color: #fafafa;
    border: 1px solid #12a58b !important;
}

.btn-success:hover {
    background: #0e8c75 !important;
    color: #fff;
    border: 1px solid #12a58b !important;
}