.logo,
.header__logo img {
    width: 200px;
    height: 50px;
}
.menu-sidebar .logo1{
    background: #f5f5f5;
    height: 75px;
}
.menu-sidebar .logo1 img{
    width: 200px;
    height: 50px;
    margin-top: 10px;
    margin-left: 20px;
}
.login a {
    cursor: pointer;
}
@media (max-width: 991px) {
    .page-container  .header-desktop{
        display: none;
    }

}