.auth-container header {
  max-height: 10vh;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .auth-container header img {
    width: 45%;
  }
}
.auth-container main .auth-row {
  min-height: 800px;
  height: fit-content;
}
@media screen and (max-width: 380px) {
  .auth-container main .auth-row {
    justify-content: space-evenly;
    min-height: 156svh;
  }
}
.auth-container main .auth-row .section-form .form-container {
  min-height: 860px;
}
@media screen and (max-width: 991px) {
  .auth-container main .auth-row .section-form .form-container {
    height: fit-content;
  }
}
.auth-container main .auth-row .section-form .form-container .oauth-list {
  min-width: 400px;
  width: 50%;
  justify-content: space-between;
  margin-top: 2rem;
}
.auth-container main .auth-row .section-form .form-container .oauth-list .btn-oauth {
  min-width: 80px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 45px;
  border: 1px solid #48443d;
  aspect-ratio: 1/1;
}
.auth-container main .auth-row .section-form .form-container .oauth-list .btn-oauth img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 540px) {
  .auth-container main .auth-row .section-form .form-container .oauth-list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
  }
  .auth-container main .auth-row .section-form .form-container .oauth-list .btn-oauth {
    width: 45%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 380px) {
  .auth-container main .auth-row .section-form .form-container .oauth-list .btn-oauth {
    width: 40%;
    margin-bottom: 3%;
  }
}
.auth-container main .auth-row .section-form .form-container .or-container {
  width: 100%;
  min-height: 60px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .auth-container main .auth-row .section-form .form-container .or-container {
    margin-top: -20px;
  }
}
.auth-container main .auth-row .section-form .form-container .or-container .or-copy {
  width: fit-content;
  background: #f9f7f3;
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 0 15px;
  transform: translate(-50%, 50%);
}
.auth-container main .auth-row .section-form .form-container .or-container .or-line {
  width: 100%;
  min-height: 60px;
  border-bottom: 1px solid black;
}
.auth-container main .auth-row .section-form .form-container form {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 30;
}
.auth-container main .auth-row .section-form .form-container form input {
  padding: 8px 18px;
  border-radius: 10px;
  background-color: transparent;
  border-color: black;
  color: black;
}
.auth-container main .auth-row .section-form .form-container form a {
  text-decoration: none;
}
.auth-container main .auth-row .section-form .form-container form a :hover {
  color: black;
  animation-duration: 300ms;
}
.auth-container main .auth-row .section-form .form-container form button:disabled {
  background-color: #f9f7f3;
  color: #48443d;
}
.auth-container main .auth-row .section-image {
  min-height: fit-content;
}
@media screen and (max-width: 380px) {
  .auth-container main .auth-row .section-image {
    max-height: 300px;
  }
}
@media screen and (max-width: 540px) {
  .auth-container main .auth-row .section-image {
    min-height: 350px;
  }
}
.auth-container main .auth-row .section-image .container-image {
  width: 88%;
  min-height: 680px;
  height: 75svh;
  border-radius: 16px;
  overflow-y: hidden;
  object-fit: cover;
  object-position: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .auth-container main .auth-row .section-image .container-image {
    min-height: 300px;
    height: 30vh;
  }
}
@media screen and (max-width: 540px) {
  .auth-container main .auth-row .section-image .container-image {
    width: 87%;
    aspect-ratio: 1/1;
  }
}
.auth-container main .auth-row .section-image .container-image img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
  aspect-ratio: 2/3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.auth-container main .auth-row .section-image .container-image .inverted-border {
  min-width: 12vw;
  aspect-ratio: 1/1;
  border-radius: 16px 0 16px 0;
  background-color: #f9f7f3;
  position: absolute;
  z-index: 20;
}
.auth-container main .auth-row .section-image .container-image .inverted-border.top {
  top: 0;
  left: 0;
}
.auth-container main .auth-row .section-image .container-image .inverted-border.bottom {
  bottom: 0 !important;
  right: 0;
}
.auth-container .line-decoreation {
  position: absolute;
  min-height: 100vh;
  width: 100vw;
  bottom: 56vh;
  left: 0;
  z-index: 0;
  transform: translateY(43%);
}
.auth-container .btn-lampaloka {
  width: fit-content;
  border: 1px solid orange;
  padding: 5px 13px;
  position: absolute;
  right: 25%;
  top: 10%;
  transform: translate(-50%, -50%);
  rotate: 15deg;
}
@media screen and (max-width: 990px) {
  .auth-container .btn-lampaloka {
    top: 7vh;
    right: 0%;
  }
}
@media screen and (max-width: 540px) {
  .auth-container .btn-lampaloka {
    top: 4%;
    right: 5px;
    scale: 0.8;
    transform: translateY(-30%);
  }
}
.auth-container .decoration {
  min-width: 30px;
  width: 4%;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 23vh;
  left: 3%;
}
@media screen and (max-width: 990px) {
  .auth-container .decoration {
    top: 38%;
    left: 5vw;
  }
}
@media screen and (max-width: 540px) {
  .auth-container .decoration {
    top: 36%;
    left: 5px;
    transform: translateY(-50%);
  }
}

/*# sourceMappingURL=auth.css.map */
