

.button-exito,
.button-error,
.button-advertencia,
.button-secundario {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-exito {
            background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
}

.button-advertencia {
            background: rgb(223, 117, 20); /* this is an orange */
}

.button-secundario {
            background: rgb(66, 184, 221); /* this is a light blue */
}
.button-secundario span{
            color:#333;
}