.s-password-page{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:nowrap;text-align:center;height:100vh;padding:16px}@media screen and (min-width:768px){.s-password-page{padding:0}}.s-password-page__heading{font-size:60px;line-height:1;font-weight:300;margin-bottom:16px}@media screen and (max-width:767px){.s-password-page__heading{font-size:30px;line-height:1.333}}.s-password-page__description{color:rgb(var(--color-foreground-secondary));margin-bottom:40px}@media screen and (max-width:767px){.s-password-page__description{margin-bottom:24px}}.s-password-page__form-heading{font-size:18px;font-weight:500;margin-bottom:24px}@media screen and (max-width:767px){.s-password-page__form-heading{margin-bottom:16px}}.s-password-page__form{margin-bottom:40px}.s-password-page__form-wrapper{position:relative}.s-password-page__form .errors{color:#ff534d}.s-password-page__form button,.s-password-page__form span{position:absolute;top:0;width:44px;height:100%;display:flex;align-items:center;justify-content:center}.s-password-page__form span{left:0}.s-password-page__form button{right:0}.s-password-page .form-field{border-radius:6px;background-color:rgba(var(--bg-white),1)}