div.navbar-inverse {
    background-color: #444344 !important;
}
h1, .forgot-password-heading {
    font-family: Poppins,arial,sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
}
h2 {
    font-size: 25px !important;
    font-family: Poppins,arial,sans-serif !important; 
    font-weight: bold !important;
}
h3 {
    font-size: 20px !important;
    font-family: Poppins,arial,sans-serif !important; 
}
label.control-label, .table>thead>tr>th>a{
    font-size: 15px !important;
    font-weight: bold !important;
    font-family: Poppins,arial,sans-serif !important; 
    color: black !important;
}
label:not(control-lable), td  {
    font-size: 13px !important;
    font-family: Poppins,arial,sans-serif !important;   
}
.btn.btn-primary {
    color: white !important;
    background-color: orange !important;
    border-color: orange !important;
}
.btn-info {
    background-color: #444344 !important;
}
.rcCaptchaAudioLink, .rcRefreshImage{
    font-size: 13px !important;
    font-family: Poppins,arial,sans-serif !important; 
}
.breadcrumb {
    display: none;
}

body {
    font-family: Poppins,arial,sans-serif !important;
}

.dropdown > a.selected-view{
    color: orange !important;
}

a[href='/profile/']{
    display: none;
}
