body,html{
    overflow-x: hidden;
}
/* responsive Extra small devices Phones  */
@media (max-width: 778px) {
    
     .login-sidebar {
        right: 0% !important;
    left: 0% !important;
     margin-top: 0px;
     box-shadow: inherit;
    }
   
}
@media (max-width: 767px) {
   
}
/* responsive Small devices Tablets   */

@media (min-width: 768px) and (max-width:768px) { 
      .login-sidebar {
        right: 0% !important;
    left: 0% !important;
   margin-top: 0px;
    box-shadow: inherit;
}
}
/* responsive Medium devices Desktops    */

@media (min-width: 992px) and (max-width: 1024px) { 

.top-left-part img.dark-logo{
    margin-right: 10px;
}

}

/* responsive Large devices Desktop */
@media (min-width: 1200px) { 
 
.top-left-part img.dark-logo {
    margin-right: 10px;
}




 }