:root{--cor-primaria:#3182ce;--cor-secundaria:#1a202c;--cor-acento:#3182ce;--cor-fundo:#f7fafc;--cor-texto:#1a202c;--cor-perigo:#e53e3e;--cor-sucesso:#38a169}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--cor-fundo);color:var(--cor-texto)}.login-logo{margin:0 auto;max-height:112px;width:auto}.lf-route-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;pointer-events:none;overflow:hidden;background:transparent}.lf-route-progress-bar{height:100%;width:40%;background:var(--cor-primaria,#3182ce);border-radius:2px;animation:lf-route-progress .9s ease-in-out infinite}@keyframes lf-route-progress{0%{transform:translateX(-100%)}to{transform:translateX(350%)}}