.forgot-password-modal-container{width:100%;margin-top:4rem}.forgot-password-overlay{width:100%;min-height:calc(100vh - 8rem);padding:1.5rem}.forgot-password-overlay,.forgot-password-panel{display:flex;align-items:center;justify-content:center}.forgot-password-panel{position:relative;width:min(58rem,72vw);min-height:21rem;overflow:hidden;border:1px solid hsla(0,0%,100%,.2);border-radius:.5rem;background:linear-gradient(105deg,rgba(5,5,4,.93),rgba(24,20,14,.9) 57%,rgba(90,75,54,.78));box-shadow:0 24px 70px rgba(0,0,0,.4);color:#fff;backdrop-filter:blur(24px)}.forgot-password-panel:after{position:absolute;right:-12%;bottom:-60%;width:60%;height:110%;border-radius:50%;background:hsla(37,38%,66%,.15);content:"";filter:blur(45px);pointer-events:none}.forgot-password-close{position:absolute;z-index:2;top:.75rem;right:.75rem;display:inline-flex;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border:1px solid hsla(0,0%,100%,.12);border-radius:9999px;background:rgba(0,0,0,.35);color:hsla(0,0%,100%,.88);transition:background-color .15s ease,color .15s ease}.forgot-password-close:focus-visible,.forgot-password-close:hover{background:rgba(0,0,0,.62);color:#fff;outline:none}.forgot-password-close svg{width:1rem;height:1rem}.forgot-password-form,.forgot-password-success{position:relative;z-index:1;display:flex;width:min(22rem,70%);flex-direction:column;align-items:center}.forgot-password-form h1,.forgot-password-success h1{margin:0;color:#fff;font-family:inherit;font-size:1.5rem;font-weight:700;letter-spacing:.04em;text-align:center}.forgot-password-field{position:relative;width:100%;margin-top:2rem}.forgot-password-field label{position:absolute;top:.55rem;left:.9rem;color:hsla(0,0%,100%,.58);font-size:.7rem;pointer-events:none}.forgot-password-field input{width:100%;height:3.5rem;padding:1.25rem .9rem .35rem;border:1px solid hsla(0,0%,100%,.58);border-radius:.15rem;background:rgba(0,0,0,.16);color:#fff;font-size:.95rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.forgot-password-field input:focus{border-color:#fff;box-shadow:0 0 0 2px hsla(0,0%,100%,.12)}.forgot-password-field input:disabled{cursor:not-allowed;opacity:.65}.forgot-password-ok-button,.forgot-password-submit{min-height:2.5rem;border-radius:9999px!important;background:#fff!important;color:#17130e!important;font-size:.75rem!important;font-weight:600!important}.forgot-password-submit{width:100%;margin-top:.75rem}.forgot-password-submit:disabled{cursor:not-allowed;opacity:.65}.forgot-password-success p{margin:2.25rem 0 0;color:hsla(0,0%,100%,.9);font-size:.95rem;font-weight:500;letter-spacing:.03em;text-align:center}.forgot-password-ok-button{width:8rem;margin-top:1.5rem}@media (max-width:767px){.forgot-password-modal-container{margin-top:3rem}.forgot-password-overlay{min-height:calc(100vh - 7rem);padding:1rem}.forgot-password-panel{width:100%;min-height:22rem;padding:4rem 1.25rem 2.5rem}.forgot-password-form,.forgot-password-success{width:100%;max-width:23rem}.forgot-password-form h1,.forgot-password-success h1{font-size:1.35rem}}