/* Frase legal reaproveitada em todas as páginas */
.page-footer .legal,
.login-footer .legal {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.35;
  color: #666;
  text-align: center;
  padding: 0 12px;
  font-weight: 700; /* negrito */
}

/* Ajuste de espaçamento do rodapé (mantém visual atual) */
.page-footer { padding-bottom: 12px; }
.login-footer { padding-bottom: 12px; }

/* Opcional: assegura que a imagem não “estoure” em telas menores */
.page-footer img,
.login-footer img {
  max-width: 95vw;
  height: auto;
}
