:root {
    --shallow-container-width: 512px;
}

.login-container {
    max-width: var(--shallow-container-width);
    width: 100%;
}
