/* Hide email and password login */
#hs-membership-form {
  display: none;
}

/* Hide form separator */
.form-separator {
  display: none;
}

/* Hide register here text */
#hs-login-self-registration-link {
  display: none;
}

.hs-login-widget-email-label {
  display: none;
}

#hs-membership-passwordless-auth-form p {
  display: none;
}

.welcome-header {
  font-size: 24px;
  margin: 24px 0 12px;
  color: #252629;
  font-weight: 500;
}

.welcome-description {
  font-size: 14px;
  margin: 12px 0;
}

.centered-text {
  text-align: center;
}

#hs-passwordless-auth-checkbox-consent {
  font-size: 14px;
}

.hs-form-field {
  display: flex;
  align-items: center;
  font
}

.hs-form-field input[type="checkbox"] {
  margin-right: 10px; /* Adds space between the checkbox and the label */
}

.form-wrapper input {
  font-size: 14px;
}

.hs-form-field input[type="email"] {
  font-size: 14px;
}

.hs-input:focus-visible {
  outline: #252629 auto 1px;
}

#hs-passwordless-auth-checkbox-consent {
  color: #252629;
  font-size: 0.8rem;
}

/* Hack to re-use classes */
.small-margin {
  margin: 12px 0;
}