.l_bg {
  position: absolute;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: -1;
}
.l_bg img {
  height: 100%;
  width: 100%;
  opacity: 0.3;
  object-fit: cover;
}
.l_formgroup {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.l_g1,
.l_g2 {
  width: 500px;
  aspect-ratio: 4 / 5;
  padding: 70px;
  display: flex;
  flex-direction: column;
}
.l_g1 {
  background: #d9d9d9 1px;
  font-size: 24px;
  font-weight: 800;
  gap: 20px;
  color: #456449;
}
.l_g1 .label {
  display: flex;
  flex-direction: column;
  line-height: 0.9;
  letter-spacing: 0.5px;
}
.l_g2 {
  background: #456449 1px;
  color: white;
}
.slideright {
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(2px 2px 20px #33333391);
}
.slideright .l_g2 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}

.l_form {
  width: 100%;
}
.remember_me {
  display: flex;
  gap: 5px;
}
.remember_me input {
  width: unset;
}
.loginbtn {
  background-color: #66bb6a;
  color: white;
  border: #00000000;
  font-weight: 700;
}
.loginbtn:hover {
  background-color: var(--secondary);
  scale: 1.01;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  * {
    font-size: small;
  }
  .l_formgroup {
    flex-direction: column;
    padding: 20px;
  }
  .slideright {
    border-radius: 10px;
    flex-direction: column;

    overflow: hidden;
  }
  .l_g1,
  .l_g2 {
    width: 100%;
    padding: 10px 20px;
    aspect-ratio: unset;
  }

  .l_g1 {
    font-size: 18px;
    gap: 15px;
    flex-direction: row;
    align-items: center;
  }
  .l_g1 .label {
    font-size: 10px;
  }
  .slideright .l_g2 {
    gap: 5px;
  }
  .deped_logo {
    max-width: 100px;
  }
  .l_input_group {
    gap: 0px;
  }
}
