.bg-blue {
    background: #1d68a7;
}

.bg-green {
    background: green;
}

.bg-violet {
    background: violet;
}

.bg-pink {
    background: pink;
}

.bg-cyan {
    color: #30719f !important;
    background: cyan;
}

.bg-gray {
    background: gray;
}

.bg-black {
    background: black;
}

.bg-yellow {
    color: rgba(0,0,0,.5) !important;
    background: #ffe369;
}

.bg-orange {
    background: orangered;
}

.bg-red {
    background: red;
}

.bg-brown {
    background: brown;
}

.btn-warning {
    background: #ff7f4a !important;
    border: none !important;
}
