.forgot-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 20% 20%,rgba(135,43,151,.12) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,60,104,.12) 0,transparent 50%),linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:5rem 2rem 2rem}.forgot-password-page .forgot-password-container{width:100%;max-width:480px;margin:0 auto;background:rgba(23,23,33,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.3),0 2px 8px rgba(135,43,151,.2);border:1px solid hsla(0,0%,100%,.1);position:relative}.forgot-password-page .forgot-password-container:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(135,43,151,.5),rgba(255,60,104,.5),transparent)}.forgot-password-page .forgot-password-content{padding:2.5rem}.forgot-password-page .forgot-password-content h1{font-size:2rem;font-weight:600;color:#fff;margin-bottom:.75rem;line-height:1.2;background:linear-gradient(135deg,#fff,#a8a8b3);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);position:relative}.forgot-password-page .forgot-password-content h1:after{content:"";position:absolute;bottom:-.5rem;left:0;width:60px;height:3px;background:linear-gradient(90deg,#872B97,#FF3C68);border-radius:2px}.forgot-password-page .forgot-password-content p{color:hsla(0,0%,100%,.7);font-size:1rem;line-height:1.5;margin-bottom:2rem}.forgot-password-page .forgot-password-content .forgot-password-form .form-group{margin-bottom:1.25rem}.forgot-password-page .forgot-password-content .forgot-password-form .form-group label{display:block;color:hsla(0,0%,100%,.9);margin-bottom:.5rem;font-size:.9375rem;font-weight:500}.forgot-password-page .forgot-password-content .forgot-password-form .form-group input{width:100%;padding:.75rem 1rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:#fff;font-size:.9375rem;transition:all .2s ease}.forgot-password-page .forgot-password-content .forgot-password-form .form-group input:focus{outline:none;border-color:#872b97;background:hsla(0,0%,100%,.08);box-shadow:0 0 0 2px rgba(135,43,151,.1)}.forgot-password-page .forgot-password-content .forgot-password-form .form-group input.error{border-color:#ff3c68;box-shadow:0 0 0 2px rgba(255,60,104,.1)}.forgot-password-page .forgot-password-content .forgot-password-form .form-group input::placeholder{color:hsla(0,0%,100%,.3)}.forgot-password-page .forgot-password-content .forgot-password-form .error-message{color:#ff3c68;font-size:.875rem;margin-top:.5rem;display:block}.forgot-password-page .forgot-password-content .forgot-password-form .reset-button{width:100%;padding:.75rem;background:linear-gradient(135deg,#872B97,#FF3C68);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.forgot-password-page .forgot-password-content .forgot-password-form .reset-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(135,43,151,.3)}.forgot-password-page .forgot-password-content .forgot-password-form .reset-button:disabled{opacity:.7;cursor:not-allowed}.forgot-password-page .forgot-password-content .forgot-password-form .back-to-login{text-align:center;color:hsla(0,0%,100%,.7);font-size:.9375rem}.forgot-password-page .forgot-password-content .forgot-password-form .back-to-login a{color:#872b97;text-decoration:none;font-weight:600;margin-left:.5rem;transition:color .2s ease}.forgot-password-page .forgot-password-content .forgot-password-form .back-to-login a:hover{color:#ff3c68}.forgot-password-page .forgot-password-content .success-message{text-align:center;padding:1.5rem 0}.forgot-password-page .forgot-password-content .success-message p{color:hsla(0,0%,100%,.9);margin-bottom:1rem}.forgot-password-page .forgot-password-content .success-message .back-to-login{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#872B97,#FF3C68);border-radius:8px;color:#fff;text-decoration:none;font-weight:500;transition:all .2s ease}.forgot-password-page .forgot-password-content .success-message .back-to-login:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(135,43,151,.3)}@media(max-width:768px){.forgot-password-page{padding:4rem 1rem 1rem}.forgot-password-page .forgot-password-container{margin:1rem}.forgot-password-page .forgot-password-content{padding:1.5rem}.forgot-password-page .forgot-password-content h1{font-size:1.75rem}.forgot-password-page .forgot-password-content p{font-size:.9375rem}}