html,
body,
#kt_body,
#kt_app_root {
  background-color: #ffffff !important;
  background-image: none !important;
}

#kt_app_root [style*="auth-bg.png"],
#kt_app_root [style*="assets/media/auth/"] {
  display: none !important;
}

#kt_app_root .locbit-auth-column {
  min-height: 100vh;
  min-height: 100dvh;
  width: 100% !important;
  max-width: none !important;
}

.app-blank #kt_app_root .w-lg-50 {
  width: 100% !important;
  max-width: 100% !important;
}

#kt_app_root .locbit-auth-form-area {
  flex: 1 1 auto;
}

#kt_app_root .locbit-auth-footer {
  flex-shrink: 0;
  margin-top: 1.875rem;
}

#kt_app_root .locbit-auth-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
  width: 100%;
  text-align: center;
}

#kt_app_root .locbit-auth-footer-links a {
  padding: 0;
  white-space: nowrap;
}

#kt_app_root .locbit-auth-signin-prompt {
  margin: 1rem 0 0;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

@media (max-width: 991.98px) {
  #kt_app_root .locbit-auth-column {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }

  #kt_app_root .locbit-auth-form-wrap {
    width: 100%;
    max-width: 500px;
  }

  #kt_app_root .locbit-auth-footer {
    margin-top: auto;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  #kt_app_root .locbit-auth-form-wrap {
    width: 100%;
    max-width: 400px;
  }

  #kt_app_root .locbit-auth-form-wrap .logo {
    height: 120px !important;
  }

  #kt_app_root .locbit-auth-footer {
    padding-bottom: 3.5rem;
  }
}
