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