@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
html {
  font-size: 62.5%;
}

/* Mobile View */
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.button--state-primary {
  background-color: #667BB4;
  color: #fff;
  border: none;
}
.button--state-primary-outline {
  color: #667BB4;
  border: 2px solid #667BB4;
  background-color: #fff;
}
.button--state-secondary {
  background-color: #F7F7F7;
  color: #111;
  border: none;
}

.signup {
  width: 100%;
  height: 100dvh;
}
.signup--image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.signup--title {
  font-size: 2rem;
  font-weight: 600;
}
.signup--desc {
  font-size: 1.25rem;
}
.signup--label {
  font-size: 1.25rem;
  font-weight: 600;
}
.signup input {
  height: 4rem;
  font-size: 1.25rem;
  padding-left: 1.5rem;
}
.signup input:focus, .signup select:focus {
  color: #3c4d62;
  background-color: #fff;
  border-color: #667BB4;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(133, 79, 255, 0.1);
}
.signup select {
  height: 4rem;
  font-size: 1.25rem;
  padding-left: 1.5rem;
}
.signup--button {
  width: 100%;
  height: 4rem;
  border-radius: 5px;
  font-size: 1.3rem;
}
.signup--login {
  text-decoration: none;
  color: #667BB4;
  font-size: 1.25rem;
  margin-top: 1rem;
}

.modal {
  padding: 5rem 0;
  /* Firefox */
}
.modal-content {
  padding: 5rem 0;
}
.modal--signup--title {
  font-size: 2rem;
  font-weight: 600;
}
.modal--signup--desc {
  font-size: 1.25rem;
}
.modal--signup--button {
  width: 20rem;
  height: 4rem;
  border-radius: 5px;
  font-size: 1.3rem;
}
.modal--group-kode {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 3rem 0;
}
.modal--group-kode input {
  width: 6rem;
  height: 8rem;
  font-size: 4rem;
  padding-left: 1rem;
  text-align: center;
}
.modal--group-kode input:focus {
  color: #3c4d62;
  background-color: #fff;
  border-color: #667BB4;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(133, 79, 255, 0.1);
}
.modal--group-kode input::-webkit-outer-spin-button, .modal--group-kode input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal--group-kode input[type=number] {
  -moz-appearance: textfield;
}
.modal--signup-resend {
  color: #667BB4;
  text-decoration: none;
  font-size: 1.25rem;
}
.modal--signup-resend:visited, .modal--signup-resend:active {
  color: #667BB4;
}

table td {
  font-size: 1.25rem;
}

.passcode-switch {
  position: absolute;
  top: 10px;
  right: 20px;
}
.passcode-switch .passcode-icon {
  font-size: 2rem;
  color: #111;
}/*# sourceMappingURL=signup.css.map */