.resetPasswordForm{z-index:999;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}.resetPasswordContainer{width:40rem;height:24rem;font-family:var(--fourth-font);background-color:var(--white-color);border-radius:12px;flex-direction:column;gap:1rem;display:flex}.resetHeader{justify-content:space-between;align-items:center;width:60%;margin-top:1.5rem;margin-left:auto;padding-right:2rem;display:flex}.closeOfReset{cursor:pointer;width:70%}.resetHeaderTitle{font-size:1.25rem;font-weight:700;font-family:var(--fourth-font)}.horizantalDividerDesktopReset{border-top:.1px solid var(--border-auth);opacity:.4;width:100%}.resetText{padding-left:3rem;font-size:.875rem}.resetOtpText{padding-left:3rem;font-size:.875rem;font-weight:800}.resetOtpBox{align-items:center;gap:1rem;width:80%;height:6rem;padding-left:3rem;display:flex}.submitContainer{justify-content:space-evenly;align-items:center;width:50%;height:4rem;margin-top:1.5rem;margin-left:auto;display:flex}.otpSuccess{background-color:var(--primary-color);width:45%;height:2.35rem;color:var(--white-color);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.resendOtpReset{color:var(--primary-color);cursor:pointer;font-size:.875rem;font-weight:700}.resetTextForForm{padding-left:0;text-align:center!important}.resetInputForm{background-color:var(--white-color);flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:60%;height:15.5rem;margin-left:auto;margin-right:auto;display:flex}.passwordField{background-color:var(--white-color);width:87%;height:2.5rem;color:var(--secondary-color);border:none;outline:none;margin:auto}.passwordFieldContainer{background-color:var(--white-color);border:1px solid var(--border-auth);border-radius:6px;width:90%;padding-right:1rem;display:flex}.passwordSuccesButton{background-color:var(--fourth-font);background-color:var(--primary-color);width:90%;height:2.5rem;color:var(--white-color);cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;font-weight:700;transition:all .5s;display:flex}.passwordSuccesButton:hover{background-color:var(--white-color);color:var(--primary-color);border:1px solid var(--primary-color)}.redBorder{border:1px solid var(--auth-error-color)}.notEqualError{color:var(--auth-error-color);align-items:center;width:90%;height:0;padding-right:5rem;font-size:.65rem;display:flex}.eyeIcon{cursor:pointer}@media only screen and (min-width:0) and (max-width:768px){.resetPasswordContainer{width:25rem}.resetHeader{width:70%}.resetInputForm{width:100%}.passwordSuccesButton:hover{background-color:var(--primary-color);color:var(--white-color);border:1px solid var(--primary-color)}}
