#header, #footer {
  display: none;
}

#signup {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(0 41 57 / var(--tw-bg-opacity));
}

#signup .left {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 66.666667%;
  height: 100vh;
  filter: brightness(55%);
}

#signup .left img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#signup .right {
  display: flex;
  width: 33.333333%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

#signup .right form {
  width: 80%;
}

#signup .right .errorlist {
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

#signup .right .errorlist li {
  list-style: none;
  font-size: 12px;
}

#signup .right .title {
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(228 207 169 / var(--tw-text-opacity));
  font-size: 48px;
  font-family: "wondershine", serif;
  line-height: 1;
  letter-spacing: 2px;
}

#signup .right .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

#signup .right .row .form-group {
  flex: 0 0 calc(50% - 12px);
}

#signup .right .row input {
  border: none;
  border-bottom: 1px solid;
  width: 100%;
  border-bottom-color: rgb(246 246 246 / 0.3);
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  outline-width: 0px;
  font-size: 20px;
}

#signup .right .form-check {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}

#signup .right .form-check .form-check-input {
  height: 1rem;
  width: 1rem;
}

#signup .right .form-check .form-check-label {
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
  font-size: 16px;
}

#signup .right button[type=submit] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: block;
  width: 50%;
  cursor: pointer;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 207 169 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 41 57 / var(--tw-text-opacity));
  outline-width: 0px;
  font-size: 18px;
}

#signup .right .bottom-link {
  margin-top: 0px;
  color: rgb(246 246 246 / 0.7);
  font-size: 14px;
}

#signup .right .bottom-link a {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

@media (max-width: 1200px) {
  #signup .logo {
    max-width: 200px;
  }

  #signup .right .title {
    font-size: 40px;
  }

  #signup .right .row {
    flex-direction: column;
  }

  #signup .right .row .form-group {
    flex: 0 0 100%;
  }

  #signup .right .row input {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 18px;
  }

  #signup .right .form-check .form-check-label {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  #signup {
    display: block;
  }

  #signup .logo {
    padding-top: 5rem;
    max-width: 200px;
  }

  #signup .left {
    top: 0px;
    left: 0px;
    width: 100%;
  }

  #signup .right {
    position: relative;
    width: 100%;
    justify-content: flex-start;
    overflow: auto;
    background-color: rgb(0 41 57 / 0.5);
    height: 100vh;
  }

  #signup .right::-webkit-scrollbar {
    width: 0.25rem;
  }

  #signup .right form {
    max-width: clamp(280px, 70vw, 480px);
    height: -moz-max-content;
    height: max-content;
  }

  #signup .right .bottom-link {
    padding-bottom: 5rem;
  }
}

@media (max-width: 567px) {
  #signup .logo {
    max-width: 180px;
  }

  #signup .right .title {
    font-size: 32px;
  }
}

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