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

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

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

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

.content-highlight-bold {
    background-color: #74170a;
    border-color: #74170a;
    color: black;
    font-weight: bold;
}
.content-highlight-subtle {
    background-color: #f9f1f0;
    border-color: #74170a !important;
    color: black;
}

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

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

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

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

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