.forgot-password-page{min-height:100vh;display:grid;background-color:#f5faff;grid-template-columns:1fr 1fr;position:relative}.forgot-password-page .left-side{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem 1.5rem;text-align:center}.forgot-password-page .left-side .left-side__logo{width:min(90%,420px);height:auto;margin-bottom:1.5rem}.forgot-password-page .left-side .left-side__title{font-size:2rem;font-weight:700;color:rgba(245,250,255,.92)}.forgot-password-page .left-side .left-side__tagline{margin:0;max-width:28rem;font-size:1rem;font-weight:500;line-height:1.5;color:rgba(245,250,255,.92)}.forgot-password-page .left-side{border-radius:0 16px 16px 0;background-color:#0076b8;box-shadow:8px 0 24px 0 rgba(0,0,0,.15),4px 0 12px 0 rgba(0,0,0,.12),2px 0 6px 0 rgba(0,0,0,.08);z-index:10;position:relative}.forgot-password-page .right-side{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f5faff;position:relative}.forgot-password-page .right-side .right-side__mobile-brand{display:none}.forgot-password-page .submit-btn{display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;align-self:stretch;border-radius:8px;width:75%;color:#fafafa!important;font-size:16px;font-style:normal;font-weight:700;background:var(--Colors-Primary-600,#0076b8);cursor:pointer}.forgot-password-page .submit-btn,.forgot-password-page .submit-btn:hover{box-shadow:inset 0 4px 4px 0 hsla(0,0%,100%,.25),inset 0 -2px 4px 0 hsla(0,0%,100%,.25)}.forgot-password-page .submit-btn:hover{background:var(--Colors-Primary-400,#45afff)}.forgot-password-page .submit-btn :focus,.forgot-password-page .submit-btn:active{background:var(--Colors-Primary-400,#45afff);box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.25),inset 4px 0 4px 0 rgba(0,0,0,.25),inset -2px 0 4px 0 rgba(0,0,0,.25),inset 0 -2px 4px 0 rgba(0,0,0,.25)}.forgot-password-card{border-radius:16px;padding:40px 50px;color:var(--table-body-foreground);z-index:20;position:relative;width:100%;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.forgot-password-card .form-header{display:flex;flex-direction:column;align-items:flex-start;font-style:normal;color:#000;width:100%}.forgot-password-card .form-header .form-title{font-size:30px;font-weight:700}.forgot-password-card .form-header .form-description{margin-top:.5rem;font-size:16px;font-weight:400}.forgot-password-card .input-label{color:var(--Colors-Neutral-500,#8c8c8c);font-size:14px;font-style:normal;font-weight:500;line-height:21px;min-width:400px}.forgot-password-card .input-field{border-radius:8px;width:100%;border:1px solid var(--Colors-Neutral-300,#c7ccdb);background:#fff!important;display:flex;padding:16px;justify-content:space-between;align-items:center;color:#6e6e6e;font-weight:500;align-self:stretch;box-shadow:0 1px 2px 0 rgba(0,0,0,.3),0 1px 3px 1px rgba(0,0,0,.15)}.forgot-password-card .input-field:-webkit-autofill,.forgot-password-card .input-field:-webkit-autofill:active,.forgot-password-card .input-field:-webkit-autofill:focus,.forgot-password-card .input-field:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important;-webkit-text-fill-color:#6e6e6e!important;box-shadow:inset 0 0 0 30px #fff!important}@media(max-width:1000px){.forgot-password-page .left-side .left-side__logo{width:min(90%,340px)!important}.forgot-password-page .left-side .left-side__tagline{font-size:.9375rem}.form-title{font-size:25px;font-weight:700}.forgot-password-page .input-label{min-width:320px!important}}@media(max-width:750px){.forgot-password-page{grid-template-columns:1fr}.forgot-password-page .left-side{display:none}.forgot-password-page .right-side .right-side__mobile-brand{display:flex;justify-content:center;width:100%;padding:1.5rem 1rem 0;box-sizing:border-box}.forgot-password-page .right-side .right-side__mobile-logo{width:min(92%,360px);height:auto}.forgot-password-page .input-label{min-width:400px!important}}@media(max-width:500px){.forgot-password-page .input-label{min-width:320px!important}}@media(max-width:420px){.forgot-password-page .input-label{min-width:250px!important}.forgot-password-page .left-side .left-side__logo,.forgot-password-page .right-side .right-side__mobile-logo{width:min(92%,280px)!important}}.forgot-password-page>video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.08;pointer-events:none}.forgot-password-page:before{content:"";position:absolute;inset:0;z-index:1}