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