@media only screen and (max-width: 1800px) {
 .sidebar {
  width: 280px;
}
.sidebar:not(.collapsed-sidebar) ~ .content {
  width: calc(100% - 280px);
}

.content {
  width: calc(100% - 280px);
}

.login-wrap {
  min-height: 600px;
  width: 550px;
  padding:3%;
}

}
@media only screen and (max-width: 1350px) {
    .content{
        width: 100% !important;
    }
    .container-main{
    padding:20px;
}
.menutoggler,
.cross-btn {
    display: block;
}
.toggler-btn{
    display: none;
}
.sidebar {
  position: fixed;
  top: 0;
  left: -300px;
  height: 100vh;
  width: 300px;
  padding: 30px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  transition: all 0.3s ease;
  z-index: 1000;
}
 .active {
    left: 0px !important;
  }
}

@media only screen and (max-width: 600px) {
.login-outerwrap{
  height: 100vh;
  min-height: 200px;
  padding: 0px;
}
.login-wrap {
  height: 100%;
  width: 100%;
  border-radius: 0%;
  padding: 10% !important;
}
.loginpage-logo {
  height: 80px;
  width: 100%;
}

    .profile-info h4 {
      max-width: 160px;
    }

.loginbg{
  /* background-image: url('../Images/bg01.jpg');
  background-size: cover;
  background-position: center; */
  background-image: linear-gradient(to right, #004aad 20%,#5eb23f);
}
.mini-desc{
  font-size: 14px;
}
.forgotpass,
.login-signupswitch{
  font-size: 14px;
}
.username,
.role{
  display: none;
}
.btn-topsave{
  display: none;
}
}

@media only screen and (max-width: 350px) {
    .profile-info h4 {
      max-width: 120px;
    }
}