.text-blue {
    color: #3498db;
}
.text-green {
    color: #2ecc71;
}
.text-red {

    color: #db3471;
}

div.text-danger.bg-danger {
    padding: 10px;
}