.btn {
    background-color: #0373C7;
    color: white;
}
.btn:hover {
    background-color: #037cd7 !important;
}
.btn[type="submit"] {
    background: #0373C7 !important;
    color: white !important;
}

.bg-brand-color {
    background-color: #0373C7 !important;
}

.border-brand-color {
    border-color: #0373C7 !important;
}

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

.content-highlight-bold {
    background-color: #024b81;
    border-color: #024b81;
    color: black;
    font-weight: bold;
}
.content-highlight-subtle {
    background-color: #f7fbfd;
    border-color: #024b81 !important;
    color: black;
}

.bg-brand-color:hover {
    background-color: #037cd7 !important;
}

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

.text-use-brand-color {
    color: #0373C7;
}

.course-nav-header {
    border-bottom: 6px solid #0373C7;
}

.auth-form {
     border-top: 6px solid #0373C7;
     border-bottom: 6px solid #0373C7;
}