.auth-form,
.auth-helper,
.social-login,
.auth-alt {
  width: min(352px, 100%);
}

.auth-form {
  gap: 14px;
  margin-top: 24px;
}

.auth-row {
  grid-template-columns: 1fr;
  gap: 7px;
}

.auth-label {
  padding-left: 2px;
  font-size: 13px;
  font-weight: 700;
}

.auth-form input[type="email"],
.auth-form input[type="password"] {
  min-height: 42px;
}

.auth-submit {
  width: 100%;
  min-height: 42px;
  margin-top: 10px;
}

.auth-helper {
  margin-top: 13px;
}

.social-login {
  margin-top: 24px;
}

.auth-alt {
  margin: 18px auto 0;
  text-align: center;
}
