#auth-heading-title{
  padding-top:8px;
}

#auth-container{
  border:0px;
}

#auth-background-image{
  display:none; 
}

#auth-background-image-overlay::before{
  content: '';
  position:absolute;
  width:100vw;
  height:100vh;
  top:0px;
  left:0px;
  z-index:20;
  background:rgba(0, 0, 0, 0.6);
}

#auth-background-image-overlay::after{
  content: '';
  z-index:10;
  position:absolute;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  height: 400%;width: 400%;top: -25%;left: -100%;background-size: 800px auto;background-image: url('https://cdn.devdojo.com/images/june2025/smart-screens.jpeg');will-change: transform;
  transform: rotate(12deg) scale(140%);
  background-repeat:repeat;
}


@keyframes scrollLarge {
0% {
  transform:  translateY(0px);
}
100% {
    transform:  translateY(-1278px);
}
}

