/*
*/

@media only screen and (max-width: 800px) {
  .login-content-wrapper{
      flex-direction: column;
  }
  
  .login-left-wrapper{
      display: none;
  }
  
  .login-right-wrapper{
      width: 100%;
  }
  
  .login-form-wrapper{
      max-width: 800px;
  }
  
  /*
  */
  .page-container{
      flex-direction: column;
  }
  .dashboard-left-side{
      display: flex;
      width: 100%;
  }
  .ulMenuList{
      display: flex;
      margin-top: 0px;
      margin-left: 30px;
  }
  .menu-list-item{
      padding: 5px;
      border-bottom: 0px;
  }
}