
.help-block strong {
    color: red!important;
}


    h5{
        text-align: center;
    }
    
    
    h5:after{
        content: "";
        display: block;
        width:50px;
        color: red;
        height: 3px;
        position: relative;
        background-color: red;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }


    ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

li.active span {
    color: #000!important;
}