:root {
    --pass-code-height: 100%;
}

.component {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: var(--pass-code-height);
}
