/* ArqCad - estilo simples (Bulma) */

html, body { height: 100%; }
body {
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #f5f7fa;
}

/* Login */
body.is-login {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.is-login .hero {
  background: rgba(255,255,255,0.10);
}

/* Tabelas */
.table td, .table th { vertical-align: middle; }

/* Form */
.input.uppercase {
  text-transform: uppercase;
}

.tag.is-caixa {
  font-weight: 700;
}

/* Rodapé */
footer.footer { padding: 1.5rem 1rem; }

/* Pequenas melhorias */
.is-clickable { cursor: pointer; }

/* Evita o "flex" antigo quebrando layouts */
.container { display: block; }
