._page_16m0e_2 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f6f6f7;
  padding: 70px 2rem 2rem;
  gap: 1.5rem;
}
._card_16m0e_13 {
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 1px 3px #00000014,
    0 8px 24px #0000000a;
  padding: 3rem 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 589px;
  min-height: 300px;
  box-sizing: border-box;
}
._logo_16m0e_29 {
  border-radius: 20px;
  margin-bottom: 0.5rem;
}
._heading_16m0e_35 {
  font-family:
    Inter Variable,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #303030;
  margin: 0 0 32px;
}
._form_16m0e_52 {
  width: 100%;
}
._label_16m0e_57 {
  display: block;
  font-family:
    Inter Variable,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  color: #303030;
  margin-bottom: 0.5rem;
  text-align: left;
}
._inputGroup_16m0e_76 {
  display: flex;
  gap: 0.75rem;
  width: 100%;
}
._input_16m0e_76 {
  flex: 1;
  height: 32px;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
._input_16m0e_76:focus {
  border-color: #7530fd;
  box-shadow: 0 0 0 3px #9333ea26;
}
._input_16m0e_76::placeholder {
  color: #9ca3af;
}
._button_16m0e_107 {
  height: 32px;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background: #7530fd;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    opacity 0.15s ease;
  white-space: nowrap;
}
._button_16m0e_107:hover:not(:disabled) {
  background: #6124da;
}
._button_16m0e_107:disabled {
  background: #d1d5db;
  cursor: not-allowed;
}
._learnMore_16m0e_133 {
  font-family:
    Inter Variable,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: normal;
  color: #303030;
  text-decoration: none;
  transition: color 0.15s ease;
}
._learnMore_16m0e_133:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
@media (max-width: 620px) {
  ._page_16m0e_2 {
    padding: 2rem 1rem;
  }
  ._card_16m0e_13 {
    width: 100%;
    min-height: auto;
    padding: 2rem 1.5rem;
  }
  ._logo_16m0e_29 {
    width: 120px;
    height: 120px;
    border-radius: 16px;
  }
  ._heading_16m0e_35 {
    font-size: 1.5rem;
  }
  ._inputGroup_16m0e_76 {
    flex-direction: column;
  }
  ._button_16m0e_107 {
    width: 100%;
  }
}


/* CSS-only “disabled” behavior using native form validity */
._form_16m0e_52:invalid ._button_16m0e_107 {
background: #d1d5db !important;
  cursor: not-allowed;
}

/* Optional: keep hover from changing color when invalid */
._form_16m0e_52:invalid ._button_16m0e_107:hover {
  background: #7530fd; /* or whatever your normal bg is */
}

