@media (min-width: 1200px) {
  body[data-layout="horizontal"] .container-fluid,
  body[data-layout="horizontal"] .navbar-header {
    max-width: 100% !important;
  }
  /* Reset and base */
  html, body {
    margin: 0;
    height: 100%;
    overflow: hidden; /* Disable full page scroll */
  }

  .auth-page {
    height: 100vh;
  }
}

.auth-bg {
  background-image: url(../images/registeration-img.webp) !important;
  height: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 50% !important;
  height: 100vh;
}

.auth-full-page-content {
  flex: 1;
  height: 100vh;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

form {
  height: 100%;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 5px !important;
  box-sizing: border-box;
}

@media only screen and (max-width: 690px) {
  .auth-bg {
    display: none !important;
  }
  .auth-full-page-content {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/registeration-img.jpg) !important;
    color: white !important;
  }
}
