/**
 * Login LegadoQR — layout mínimo.
 * Componentes (botones, formularios, alertas): design-system.css
 */

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}
