/* FabriSiteGPRS — login/cadastro no app Android (WebView / nativeShell) */

html.fs-native-app body.fs-auth-page {
  overflow-x: hidden;
}

html.fs-native-app body.fs-auth-page .fs-header,
html.fs-native-app body.fs-auth-page footer.footer {
  display: none !important;
}

html.fs-native-app body.fs-auth-page .fs-auth-wrap {
  max-width: 100% !important;
  min-height: 100dvh !important;
  min-height: 100vh !important;
  padding: max(1rem, env(safe-area-inset-top, 0px)) max(1rem, env(safe-area-inset-right, 0px))
    max(1.5rem, env(safe-area-inset-bottom, 0px)) max(1rem, env(safe-area-inset-left, 0px)) !important;
  justify-content: flex-start !important;
}

html.fs-native-app body.fs-auth-page .fs-auth-back {
  display: none !important;
}

html.fs-native-app body.fs-auth-page .fs-login-panel--page {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  overflow: visible !important;
}

html.fs-native-app body.fs-auth-page .fs-login-card {
  padding: 0;
}

html.fs-native-app body.fs-auth-page .fs-brand {
  text-align: center;
  margin-bottom: 1.25rem;
}

html.fs-native-app body.fs-auth-page .fs-brand .fs-tagline {
  font-size: 0.8125rem;
  line-height: 1.45;
}

/* Campos: layout em bloco (evita label “embaixo” do input no WebView) */
html.fs-native-app body.fs-auth-page .fs-form .wrap-input100 {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 3.35rem !important;
  margin-bottom: 1rem !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  position: relative !important;
  border-radius: 12px !important;
}

html.fs-native-app body.fs-auth-page .fs-form .input100 {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 3.35rem !important;
  padding: 1.4rem 1rem 0.55rem !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

html.fs-native-app body.fs-auth-page .fs-form .label-input100 {
  display: block !important;
  position: absolute !important;
  left: 1rem !important;
  right: auto !important;
  top: 0.45rem !important;
  bottom: auto !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  pointer-events: none;
}

html.fs-native-app body.fs-auth-page .fs-form .focus-input100 {
  display: none !important;
}

html.fs-native-app body.fs-auth-page .contact100-form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.75rem !important;
}

html.fs-native-app body.fs-auth-page .contact100-form-checkbox .input-checkbox100 {
  display: inline-block !important;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

html.fs-native-app body.fs-auth-page .contact100-form-checkbox .label-checkbox100 {
  font-size: 0.8125rem;
  line-height: 1.4;
}

html.fs-native-app body.fs-auth-page .container-login100-form-btn {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  width: 100% !important;
}

html.fs-native-app body.fs-auth-page .fs-form .login100-form-btn {
  display: block !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 0.9rem 1.25rem !important;
  font-size: 0.9375rem !important;
  letter-spacing: 0.06em !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
}

html.fs-native-app body.fs-auth-page .fs-demo {
  display: none !important;
}

html.fs-native-app body.fs-auth-page .fs-terms-hint {
  font-size: 0.78rem !important;
  margin-bottom: 0.85rem !important;
}

html.fs-native-app body.fs-auth-page .fs-auth-switch {
  margin-top: 1rem;
  font-size: 0.875rem;
}
