:root {
  --background-light: #FFFFFF;
  --background-base: #FFEAFF;
  --background-dark: #FFDCFF;
  --text-primary: #000000;
  --text-secondary: #FFFFFF;
  --accent-light: #D9C2FF;
  --accent-base: #AC85FF;
  --accent-dark: #9969FF;
}

.message {
  width: clamp(8rem, 50%, 18rem);
  padding: 5px 10px;
  border-radius: 7px;
  background-color: var(--primary);
  border: 2px solid var(--text-primary);
}

.background-section {
  background-color: var(--accent-base);
}
.background-section svg:nth-child(1) {
  position: absolute;
  top: -40rem;
  right: -25rem;
  width: 50rem;
  height: 50rem;
  fill: var(--accent-light);
}
.background-section svg:nth-child(2) {
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  width: 20rem;
  height: 20rem;
  fill: var(--accent-light);
}
.background-section svg:nth-child(3) {
  position: absolute;
  top: 40%;
  left: 35%;
  width: 5rem;
  height: 5rem;
  fill: var(--background-base);
}
.background-section svg:nth-child(4) {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 12rem;
  height: 12rem;
  fill: var(--background-dark);
}
.background-section svg:nth-child(5) {
  position: absolute;
  top: 25%;
  left: 70%;
  width: 8rem;
  height: 8rem;
  fill: var(--background-base);
}
.background-section svg:nth-child(6) {
  position: absolute;
  bottom: -20%;
  left: -25%;
  width: clamp(8rem, 100%, 40rem);
  fill: var(--background-base);
}
.background-section svg:nth-child(6) path {
  -webkit-transform: scale(1, -1) translateY(-300px);
          transform: scale(1, -1) translateY(-300px);
}

.signup-section {
  background-color: var(--background-light);
  overflow: hidden;
}
.signup-section .form-input {
  padding: 1rem 0;
  width: clamp(8rem, 50%, 18rem);
}
.signup-section input[type=text],
.signup-section input[type=email],
.signup-section input[type=password] {
  padding: 0 10px;
  width: 100%;
  height: 3.5rem;
  border-radius: 7px;
  background-color: var(--background-light);
  border: 2px solid var(--text-primary);
}
.signup-section input[type=text]:focus,
.signup-section input[type=email]:focus,
.signup-section input[type=password]:focus {
  background-color: var(--background-base);
}
.signup-section input[type=checkbox] {
  position: absolute;
  display: block;
  right: 0.2rem;
  top: 3.9rem;
  width: 2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-size: 1.3rem;
}
.signup-section input[type=checkbox]:hover {
  cursor: pointer;
}
.signup-section input[type=checkbox]:not(:checked) {
  background-image: url(/assets/svg/eye-closed.svg);
}
.signup-section input[type=checkbox]:checked {
  background-image: url(/assets/svg/eye-open.svg);
}
.signup-section label {
  padding-left: 5px;
  font-weight: bold;
  font-family: "Fredoka", sans-serif;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.signup-section #signup-button,
.signup-section #start-button,
.signup-section #resend-email-button {
  margin-top: 0.5rem;
  width: clamp(8rem, 50%, 18rem);
  color: var(--text-secondary);
  padding: 0.6rem 0;
  border-radius: 10px;
  font-family: "Inder", sans-serif;
  background-color: var(--accent-base);
  z-index: 1;
}
.signup-section #signup-button.disabled,
.signup-section #start-button.disabled,
.signup-section #resend-email-button.disabled {
  opacity: 0.6;
}
.signup-section #signup-button:hover,
.signup-section #start-button:hover,
.signup-section #resend-email-button:hover {
  color: var(--accent-base);
  background-color: var(--background-light);
  outline: 2px solid var(--accent-base);
}
.signup-section .signup-options {
  padding: 0 3px;
  width: clamp(8rem, 50%, 18rem);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--accent-base);
  z-index: 1;
}
.signup-section .signup-options a {
  color: var(--accent-base);
}
.signup-section .signup-options a:hover {
  cursor: pointer;
  opacity: 0.6;
}
.signup-section .ring {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 80%;
  height: 100%;
  fill: var(--background-dark);
}
.signup-section .ring path {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.signup-section .circle {
  position: absolute;
  bottom: -4rem;
  right: -4rem;
  width: 12rem;
  height: 12rem;
  fill: var(--accent-light);
}
.signup-section .donut {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  width: 7rem;
  height: 7rem;
  fill: var(--background-dark);
}
.signup-section #signup-section .flashi {
  width: clamp(12rem, 50%, 18rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  z-index: 1;
}
.signup-section #signup-section .cat {
  width: clamp(3.5rem, 10%, 4rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin: 2rem 0 2rem 0;
}
.signup-section #username-section .hey {
  width: clamp(8rem, 25%, 10rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  z-index: 1;
  margin-bottom: 3rem;
}
.signup-section #verify-section .nice {
  width: clamp(8rem, 25%, 10rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  z-index: 1;
  margin-bottom: 3rem;
}

@media (max-width: 1000px) {
  .background-section {
    display: none;
  }
}
@media (max-width: 400px) {
  .signup-section .form-input,
  .signup-section #signup-button,
  .signup-section #start-button,
  .signup-section #resend-email-button,
  .signup-section .signup-options {
    width: clamp(8rem, 80%, 18rem);
  }
  .signup-section .donut {
    bottom: -3rem;
    left: -3rem;
  }
  .signup-section .circle {
    bottom: -6rem;
    right: -4rem;
  }
  .message {
    width: clamp(8rem, 80%, 18rem);
  }
}/*# sourceMappingURL=styles.css.map */