.btn {
    background-color: #0ADECB;
    color: black;
}
.btn:hover {
    background-color: #0bf0db !important;
}
.btn[type="submit"] {
    background: #0ADECB !important;
    color: black !important;
}

.bg-brand-color {
    background-color: #0ADECB !important;
}

.border-brand-color {
    border-color: #0ADECB !important;
}

.bg-brand-color-dark {
    background-color: #079084 !important;
}

.content-highlight-bold {
    background-color: #079084;
    border-color: #079084;
    color: black;
}
.content-highlight-subtle {
    background-color: #ffffff;
    border-color: #079084 !important;
    color: black;
}

.bg-brand-color:hover {
    background-color: #0bf0db !important;
}

.text-brand-color {
    color: black !important;
}

.text-use-brand-color {
    color: #0ADECB;
}

.course-nav-header {
    border-bottom: 6px solid #0ADECB;
}

.auth-form {
     border-top: 6px solid #0ADECB;
     border-bottom: 6px solid #0ADECB;
}