/* ============================================================
   FilexFlow - Enterprise Login (page specific)
   ============================================================ */

.layout-enterprise-login .card-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fx-ent-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 6px;
}

.fx-ent-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fx-ent-label {
  font-size: 0.72rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.96);
}

.fx-ent-msg {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  padding: 10px 12px;
  font-size: 0.92rem;
}

.fx-ent-msg-error {
  border-color: rgba(239, 68, 68, 0.7);
  background: rgba(239, 68, 68, 0.10);
}

/* Links como "Create an organization" (consistentes) */
.text-soft a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  opacity: 0.95;
}
.text-soft a:hover {
  opacity: 1;
}
