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

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

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

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

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

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

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

.text-use-brand-color {
    color: #4D4D4D;
}

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

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