.btn {
    background-color: #005596;
    color: white;
}
.btn:hover {
    background-color: #005ca2 !important;
}
.btn[type="submit"] {
    background: #005596 !important;
    color: white !important;
}

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

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

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

.content-highlight-bold {
    background-color: #003762;
    border-color: #003762;
    color: black;
    font-weight: bold;
}
.content-highlight-subtle {
    background-color: #c8e1f3;
    border-color: #003762 !important;
    color: black;
}

.bg-brand-color:hover {
    background-color: #005ca2 !important;
}

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

.text-use-brand-color {
    color: #005596;
}

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

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