.fs-logo {
  width: clamp(100px, 100%, 250px);
}

input, select {
  border-radius: 4px;
  color: #324148;
  border: 2px solid #eaecec;
  padding: 0.375rem 0.75rem;
  height: 35px;
}

select {
  cursor: pointer;
  background-color: #fff;
}

.errorlist li {
  color: #f0585f !important;
}

body {
  width: 100vw;
  height: 100vh;
  background-color: #f5f5f5 !important;
}
body #content {
  height: 100%;
}

.fs-link {
  color: #00acf0;
}
.fs-link:hover {
  color: #0092c7 !important;
  text-decoration: underline !important;
  cursor: pointer;
}

body {
  background-color: white !important;
}

.fs-logo {
  max-width: 200px;
}

.auth-form .signup {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.auth-form .signup p {
  display: flex;
  flex-direction: column;
}
.auth-form .signup p label {
  margin-bottom: 5px;
}

@media screen and (max-width: 764px) {
  .secondary-info {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media screen and (max-width: 540px) {
  .forms-wrapper {
    flex-direction: column;
  }
  .forms-wrapper div {
    width: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .left {
    position: fixed;
    top: 0;
    left: 0;
  }
  header {
    display: none !important;
  }
  .right {
    position: absolute;
    top: 100px;
    right: 0;
  }
  .right .auth-form-wrap {
    align-items: unset !important;
  }
}

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