.forgot-password{height:calc(100vh - 12rem);display:flex;align-items:flex-start;justify-content:center;background:#f5f5f5;padding:1.25rem}.forgot-password__card{width:100%;max-width:30rem;margin-top:3.75rem;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 .25rem 1.5rem rgba(0,0,0,.08);text-align:center}@media(min-width:576px){.forgot-password__card{padding:3rem}}.forgot-password__icon{margin-bottom:1.5rem}.forgot-password__title{font-size:1.5rem;font-weight:700;color:#102031;margin-bottom:.75rem}@media(min-width:576px){.forgot-password__title{font-size:1.75rem}}.forgot-password__text{font-size:.9375rem;color:#6b7280;line-height:1.5;margin-bottom:1.5rem}.forgot-password__text strong{color:#102031}.forgot-password__footer{font-size:.875rem;color:#6b7280;margin-top:1.5rem}.forgot-password__link{color:#ff3b2f;font-weight:500}.forgot-password__link:hover{text-decoration:underline}