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

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

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

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

.content-highlight-bold {
    background-color: #2f2f2f;
    border-color: #2f2f2f;
    color: black;
    font-weight: bold;
}
.content-highlight-subtle {
    background-color: #dedede;
    border-color: #2f2f2f !important;
    color: black;
}

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

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

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

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

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