/* Password page spacing fixes */
.template-password header,
.template-password footer,
.template-password .shopify-section,
.template-password .password__container,
.template-password .password-page__content {
margin: 0 !important;
padding: 0 !important;
}
/* Make sure email signup form is visible */
.template-password form[action*="/contact"],
.template-password .password__newsletter,
.template-password .newsletter-form {
display: block !important;
opacity: 1 !important;
margin: 1rem auto !important;
}
/* Center and tighten everything */
.template-password .password-page__content {
max-width: 600px;
margin: 0 auto;
text-align: center;
}