.signup-page {
  position: relative;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  font-family: 'Figtree', 'SF Pro Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.5;
  color: inherit;
}

.signup-page *,
.signup-page *::before,
.signup-page *::after {
  box-sizing: border-box;
}

.signup-page [hidden] {
  display: none !important;
}

.signup-page a {
  cursor: pointer;
}

.signup-page img {
  max-width: 100%;
}

.signup-page button,
.signup-page input,
.signup-page select,
.signup-page textarea {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.signup-page button,
.signup-page input[type='button'],
.signup-page input[type='submit'] {
  overflow: visible;
}

.signup-page .page {
  position: relative;
  z-index: 1;
}

.signup-page .d-flex {
  display: flex;
}

.signup-page .justify-content-center {
  justify-content: center;
}

.signup-page .align-items-center {
  align-items: center;
}

.signup-page .text-center {
  text-align: center;
}

.signup-page .mb-4 {
  margin-bottom: 1.5rem !important;
}

.signup-page .c-500 {
  color: rgb(26, 193, 210);
  fill: currentColor;
  text-decoration: none;
}

.signup-page .c-500:is(:visited, :hover, :focus, :active) {
  color: rgb(26, 193, 210);
}

.signup-page .passwordless-email-field {
  width: 100% !important;
  max-width: 371px;
  margin: 0 0 12px;
}

.signup-page .passwordless-email-form {
  margin: 0;
}

.signup-page .social-buttons {
  margin: 0;
  padding-top: 0;
}

.signup-page .btn-socials {
  --space: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto calc(var(--space) * -1);
}

@media (min-width: 768px) {
  .signup-page .btn-socials {
    --space: 14px;
  }
}

.signup-page .btn-social-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  background: none;
  border: 1px solid #50DBE9;
  border-radius: 4px;
  text-decoration: none;
  margin-left: calc(var(--space) / 2);
  margin-right: calc(var(--space) / 2);
  margin-bottom: var(--space);
}

.signup-page .btn-social-2 img {
  display: block;
}

.signup-page .btn-main {
  display: inline-block;
  max-width: 100%;
  padding: 0.65rem 1.75rem;
  border: none;
  border-radius: 4px;
  color: #222222;
  background-color: #50DBE9;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  -webkit-touch-callout: none;
  transition: color 0.3s, background-color 0.3s;
}

.signup-page .btn-main:hover {
  background-color: #1CCEE0;
}

.signup-page .btn-main:active {
  background-color: #19B5C4;
}

.signup-page .btn-main:disabled {
  cursor: default;
  background-color: #97A4BA;
  color: #5A6475;
}

.signup-page .btn-social {
  width: 380px;
  max-width: 100%;
}

.box {
  position: relative;
  padding-bottom: 81px;
  padding-top: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 1;
  height: 100%;
  background: transparent;
}

.box .logo-wrap {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-bottom: 55px;
}

.box .title {
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #F4F4F4;
  margin: 0 0 8px;
}

.box .subtitle {
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0;
  text-align: center;
  color: #F4F4F4;
  margin: 0 0 28px;
}

.signup-action {
  margin: 16px 0;
  padding: 0;
}

.signup-divider {
  margin-bottom: 12px;
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0;
  color: #F4F4F4;
  text-align: center;
}

.signup-page .term {
  font-size: 1rem;
}

.accept-terms {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 20px;
  display: flex;
  justify-content: center;
  color: #F4F4F4;
}

.accept-terms__control {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  color: inherit;
}

.accept-terms__input {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 1.5px solid #F4F4F4;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.accept-terms__input::after {
  content: '';
  width: 8px;
  height: 5px;
  border-left: 1.5px solid #161617;
  border-bottom: 1.5px solid #161617;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.accept-terms__input:checked::after {
  opacity: 1;
}

.accept-terms__input:checked {
  background: #F4F4F4;
}

.accept-terms__input:focus-visible {
  outline: 2px solid #50dbe9;
  outline-offset: 2px;
}

.accept-terms__input--error {
  border-color: #f44;
}

.accept-terms__label {
  display: inline;
  flex: 1;
  min-width: 0;
  color: inherit;
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0;
  text-decoration: none;
  white-space: normal;
}

.accept-terms__link {
  font: inherit;
  color: #F4F4F4 !important;
  text-decoration: underline !important;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-decoration-style: solid;
  text-underline-offset: 3px;
}

.accept-terms__link:is(:visited, :hover, :focus, :active) {
  color: #F4F4F4 !important;
}

.accept-terms__error {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 70px;
  font-size: 0.875rem;
  color: #f44;
}

.error-info {
  width: 100%;
  max-width: 420px;
  text-align: center;
  color: #FF8D8D;
  font-size: 14px;
}
