.btn {
    background-color: #2A88CE;
    color: white;
}
.btn:hover {
    background-color: #2d93de !important;
}
.btn[type="submit"] {
    background: #2A88CE !important;
    color: white !important;
}

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

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

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

.content-highlight-bold {
    background-color: #1b5886;
    border-color: #1b5886;
    color: black;
    font-weight: bold;
}
.content-highlight-subtle {
    background-color: #ffffff;
    border-color: #1b5886 !important;
    color: black;
}

.bg-brand-color:hover {
    background-color: #2d93de !important;
}

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

.text-use-brand-color {
    color: #2A88CE;
}

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

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