/*
 * Page-level styling for the sign-in landing — everything else comes from the
 * framework (main.css design tokens) and the <de-login> component's own stylesheet.
 *
 * A separate file rather than an inline <style> so the page needs no 'unsafe-inline'
 * exemption in its Content-Security-Policy for a document-level stylesheet.
 */
html, body {
    height: 100%;
    margin: 0;
    background: var(--de-color-bg);
}
