/* large Desktop */
@media only screen and (min-width: 1550px) {}

/* desktop 1200px to 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {}


/* normal desktop */
@media only screen and (min-width: 992px) and (max-width: 1199px) {}

/* tablet view */
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .img-upload-section{
      margin-left: 35px;
    }
}


/* tablet & mobile view */
@media only screen and (max-width: 991px) {

      /* sidebar responsive */
      body:not(.sidebar-mini-md) .content-wrapper,
      body:not(.sidebar-mini-md) .main-footer,
      body:not(.sidebar-mini-md) .main-header {
            margin-left: 0;
      }

      .sidebar-collapse .main-sidebar,
      .sidebar-collapse .main-sidebar::before {
            margin-left: -255px;
      }

      .main-sidebar,
      .main-sidebar::before {
            width: 255px;
      }

      /* inner section */
      .white-box .btn-block {
            margin-bottom: 12px;
      }

      .white-box .form-control {
            margin-bottom: 15px;
      }

      .switchery{
            width: 75px;
            height: 25px;
      }

}
/* mobile view */
@media only screen and (max-width: 767px){
      .login-page{
            height: 100%;
      }
      .login-box{
            width: 290px;
      }
      .login-box::before{
            width: 290px;
      }

}