.container { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 1rem; } .paper { width: 100%; box-shadow: var(--mantine-shadow-lg); }