@media(min-width:1280px){.password-component{max-width:472px}
}
.password-component .private-area-component__subactions{justify-content:flex-start}
.password-component__step-two{background-color:var(--password-step2-bg-color,var(--primary-color-bg));color:var(--password-step2-fg-color,var(--primary-color-bg))}
.password-component__step-two.bg-primary{--password-step2-bg-color:var(--primary-color-bg);--password-step2-fg-color:var(--primary-color-fg)}
.password-component__step-two.bg-primary .hdr-description-error{color:var(--newsletter-fg-color)}
.password-component__step-two.bg-secondary{--password-step2-bg-color:var(--secondary-color-bg);--password-step2-fg-color:var(--secondary-color-fg)}
.password-component__step-two.bg-tertiary{--password-step2-bg-color:var(--tertiary-color-bg);--password-step2-fg-color:var(--tertiary-color-fg)}
.password-component__step-two__container{display:flex;justify-content:center;padding-top:60px;padding-bottom:80px;width:100%}
@media(min-width:1024px){.password-component__step-two__container{max-width:472px}
}
.password-component__step-two .private-area-component__actions button.cta-link{border:0;background:transparent;text-decoration-color:currentColor;color:currentColor}
.password-component__step-two__content{width:100%}
.password-component__step-two .hdr-field-group{width:100%}
.password-component__step-two .hdr-field-group .hdr-input{width:100%}
.password-component__step-two abbr{text-decoration:none}