// To override all necessary settings
// Place it in your code after all the other CSS files

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}


// boton rojo a pastel ea9ed9

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}