.alert-success {
    color: green;
}
.alert-danger {
    color: red;
}
.text-success {
    color: green;
}
.text-danger {
    color: red;
}
