/*********** THIS CSS IS WRITTEN FOR RESPONSIVE PURPOSE FOR ALL PAGES***********/
@media screen and (max-width:767px) {
    .page-header.navbar .page-top {
            display: inline-block;
            clear: none;
            width: auto;
    }
    
}
@media screen and (max-width:768px) {
    #divLoginImgs{
        display:none;
    }
    
}