.text-brand {
    color: #0097b2 !important;
}

.bg-brand {
    background-color: #0097b2 !important;
}

.border-brand {
    border-color: #0097b2 !important;
}

.btn-brand {
    background-color: #0097b2;
    color: white;
    border: none;
}

.btn-brand:hover {
    background-color: #00768c;
    color: white;
}
