.sign-in-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  overflow: visible;
}

.sign-in-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.sign-in-box {
  margin-top: 10rem;
}

.sign-in-heading {
  margin-bottom: 1rem;
}

.parallax-image {
  width: 300px;
  max-width: none;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.parallax{
  margin-top: 10rem;
}

.parallax img {
  max-width: 520px;
  transform: translateX(-8rem);
  overflow: hidden;
}

.hero-img {
  transform: scale(1.2) translateX(-32rem);  
  overflow: visible;
  padding-top:16rem;
}

@media only screen and (max-width: 767px) {
    
  .sign-in-box {
    margin-top: -20rem;
    transform: translateY(-5rem);
  }
  .sign-in-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .hero-img {
    max-width: 100%;
    transform: translateX(-16rem);
    flex-shrink: 0;
    transform: scale(1);
  }

  .parallax img {
    transform: translateY(-18rem) translateX(-21%);
  }

  .header.navbar {
    position: static !important; 
  }

  .parallax-image {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .parallax-layer img {
    height: auto;
    max-width: 90%;
  }
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#scene {
  width: 300px;
  height: auto;
  overflow: visible;
}