.forgot-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f0f2f5;padding:24px}.forgot-password-page .forgot-password-container{width:100%;max-width:448px;margin:0 auto}.forgot-password-page .forgot-password-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014;padding:32px 40px;position:relative}.forgot-password-page .forgot-password-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.forgot-password-page .forgot-password-header h2{font-size:20px;font-weight:600;color:#000000d9;margin:0}.forgot-password-page .forgot-password-header .close-button{color:#00000073;font-size:16px;border:none;box-shadow:none;padding:0;height:auto;line-height:1}.forgot-password-page .forgot-password-header .close-button:hover{color:#000000bf;background:transparent}.forgot-password-page .forgot-password-form .ant-form-item{margin-bottom:24px}.forgot-password-page .forgot-password-form .ant-form-item .ant-form-item-label{padding:0 0 8px;line-height:1.5}.forgot-password-page .forgot-password-form .ant-form-item .ant-form-item-label>label{color:#000000d9;font-size:14px}.forgot-password-page .forgot-password-form .ant-form-item .ant-input-affix-wrapper{padding:8px 11px}.forgot-password-page .forgot-password-form .ant-form-item .ant-input-prefix{margin-right:8px;color:#00000040}.forgot-password-page .form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px}.forgot-password-page .form-actions .cancel-btn{min-width:100px}.forgot-password-page .form-actions .submit-btn{min-width:120px}
