.password-reset-form{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.password-reset-form__logo{display:flex;justify-content:center;margin-bottom:48px}.password-reset-form__title{font-size:24px;font-weight:500;margin-bottom:24px;text-align:center}@media screen and (min-width:350px){.password-reset-form__title{font-size:calc(22.66242px + .38217vw)}}@media screen and (min-width:1920px){.password-reset-form__title{font-size:30px}}.password-reset-form__form-wrapper{background-color:hsl(var(--white));border-radius:6px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);width:460px}.password-reset-form__partner-info{background-color:#f5f5f7;border-radius:6px;padding:32px}.password-reset-form__partner-txt{font-size:12px;font-weight:500}@media screen and (min-width:350px){.password-reset-form__partner-txt{font-size:calc(11.55414px + .12739vw)}}@media screen and (min-width:1920px){.password-reset-form__partner-txt{font-size:14px}}.password-reset-form__partner-link{color:hsl(var(--blue-gray-50));font-size:12px;font-weight:500;text-decoration:underline}@media screen and (min-width:350px){.password-reset-form__partner-link{font-size:calc(11.55414px + .12739vw)}}@media screen and (min-width:1920px){.password-reset-form__partner-link{font-size:14px}}.password-reset-form__response{border:1px solid hsl(var(--black))!important;border-radius:999px;display:none;font-size:12px;margin-left:auto;margin-right:auto;margin-top:24px;max-width:80%;padding:8px 16px;text-align:center}.password-reset-form__response.active{display:block}.password-reset-form .form{display:flex;flex-flow:column;padding:32px;row-gap:28px}.password-reset-form .form__row--double{column-gap:20px;display:grid;grid-template-columns:repeat(2,1fr)}.password-reset-form .form__forgot-password-wrapper{align-items:center;color:hsl(var(--blue-gray-50));display:flex;font-size:12px;font-weight:500;justify-content:flex-start;text-decoration:underline}@media screen and (min-width:350px){.password-reset-form .form__forgot-password-wrapper{font-size:calc(11.55414px + .12739vw)}}@media screen and (min-width:1920px){.password-reset-form .form__forgot-password-wrapper{font-size:14px}}.password-reset-form .form__forgot-password{color:hsl(var(--blue-gray-50));padding:0}.password-reset-form .form__login-btn-wrapper{display:flex;justify-content:flex-end}.password-reset-form .form label{display:flex;flex-flow:column;font-size:14px;font-weight:500;position:relative}@media screen and (min-width:350px){.password-reset-form .form label{font-size:calc(13.55414px + .12739vw)}}@media screen and (min-width:1920px){.password-reset-form .form label{font-size:16px}}.password-reset-form .form label input{border:1px solid hsl(var(--blue-gray-50));border-radius:26px;margin-top:12px;padding:8px 16px;resize:none;width:100%}.password-reset-form .form label .error-tip{bottom:-14px;color:red;font-size:10px;font-weight:400;margin-top:4px;position:absolute}