/*
 * App styles layered on top of Bootstrap's dark theme (data-bs-theme="dark"
 * is set on <html> in base.html.twig).
 */
body {
    min-height: 100vh;
}

.app-brand {
    font-weight: 600;
    letter-spacing: 0.02em;
}

.form-signin {
    max-width: 24rem;
}
