Password page is too long with my pipeline theme.

Hi @iceymonski ,

Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:

.password-section, 
.password__wrapper {
    width: 100%;
    height: 80vh;
}
.password__outer {
    height: 80vh;
}
.shopify-section.password-section+.shopify-section {
    padding-top: 0vh;
}