.btn-success {
    color: #fff !important;
    background-color: #b02164 !important;
    border-color: #b02164 !important;
    box-shadow: none !important
}


.btn-success:hover {
    color: #fff !important;
    background-color: #9a0b4e !important;
    border-color: #9a0b4e !important
}