.main-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  /* z-index: 1032; */
  right: 0;
  background-color: var(--bs-body-bg);
}

#auth #auth-right {
  height: 100%;
  background: url(http://localhost:8000/mazer-dash/assets/compiled/png/4853433.png),
    linear-gradient(90deg, #2d499d, #3f5491);;
}

#auth #auth-left .auth-logo img {
  height: 7rem;
}

@media only screen and (max-width: 768px) {
  #auth #auth-left .auth-logo img {
      height: 10rem;
      
    }
  
  #auth #auth-left .auth-logo {
    margin-bottom: 4rem;
  }
}

