body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto;
}

/* Background container */
.slideshow-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Each slide */
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

/* Fade animation */
.active {
  opacity: 1;
}

/* Optional content overlay */
.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 2em;
  padding-top: 20%;
}

.mainBg {
  height: 100vh;
  overflow: auto;
}

img.fade-out {
  opacity: 0.7;
  /* Fade out by setting opacity to 0 */
}

.liqvidLogo {
  height: 1rem;
  width: 8rem;
  margin-left: 3rem;
}

.left_img {
  height: 45rem;
  width: 40rem;
}

.formHeadText {
  /* width: 380.5px; */
  height: 41px;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  align-self: center;
}

.formSubHeadText {
  color: yellow;
  font-weight: 600;
  align-self: center;
  margin-bottom: 50px;
}

.formBox {
  height: 320px;
  width: 350px;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  box-shadow: 5px 5px 5px 5px #61616154;
}

.loginBtn {
  width: 15rem;
  border-radius: 22px;
  padding: 8px;
  font-weight: 600;
  margin-top: 20px;
}

.outerBox {
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;
}

.formFooter {
  color: #fff;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.formFooterText {
  font-weight: lighter;
  font-size: 13px;
  display: flex;
  justify-content: center;
  margin-top: 9px;
}

.link {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.contenty {
  position: absolute;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 1;
  margin-top: 5rem;
}

.contenty.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.contenty2 {
  background-color: transparent;
  padding: 0px;
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.contenty2.hidden {
  transform: translateY(100%);
  opacity: 0;
}

.aboutLELHead {
  width: 480.5px;
  height: 41px;
  margin: 39px 0px;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: normal;
  text-align: left;
  color: #ff0909;
}

.aboutLiqText {
  font-family: OpenSans;
  font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: normal;
  text-align: center;
  color: #4e4e4e;
}

#scrollTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position at the bottom right */
  bottom: 20px;
  right: 20px;
  z-index: 100; /* Sit on top of other content */
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

#scrollTopBtn:hover {
  background-color: #555; /* Darken on hover */
}
