@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");:root{--color-primary:#ff5100;--color-primary-light:rgba(255,81,0,.1);--color-gray-dark:#595959;--color-gray-light:#f4f4f4;--color-white:#fff;--shadow-card:0px 4px 12px rgba(165,188,225,.5);--font-family:"Poppins",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);min-height:100vh;overflow-x:hidden}.password-page{align-items:center;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;position:relative}.password-page__bg{background-color:#ff5e2d;inset:0;position:fixed;z-index:-1}.password-page__bg img{height:100%;object-fit:cover;width:100%}.password-page__container{align-items:center;display:flex;flex:1;flex-direction:column;gap:40px;max-width:1200px;padding:56px 24px 40px;width:100%}.password-page__logo{height:58px;width:232px}.password-page__logo img{height:100%;object-fit:contain;width:100%}.password-page__title{color:var(--color-white);font-family:var(--font-family);font-size:64px;font-weight:700;line-height:76px;text-align:center}.password-page__card{background:var(--color-white);border-radius:25px;box-shadow:var(--shadow-card);gap:32px;max-width:100%;padding:24px;width:588px}.password-page__card,.password-page__header{align-items:center;display:flex;flex-direction:column}.password-page__header{gap:16px;width:100%}.password-page__icon{align-items:center;background:var(--color-primary-light);border-radius:61px;display:flex;height:100px;justify-content:center;overflow:hidden;padding:18px;width:100px}.password-page__icon img,.password-page__icon svg{height:64px;object-fit:contain;width:64px}.password-page__card-title{font-size:28px;font-weight:700;line-height:36px}.password-page__card-subtitle,.password-page__card-title{color:var(--color-gray-dark);font-family:var(--font-family);text-align:center}.password-page__card-subtitle{font-size:16px;font-weight:400;line-height:24px}.password-page__form{width:100%}.password-page__form label{color:var(--color-gray-dark);display:block;font-family:var(--font-family);font-size:14px;font-weight:400;line-height:21px;margin-bottom:8px}.password-page__form input[type=password],.password-page__form input[type=text]{background:var(--color-gray-light);border:none;border-radius:10px;color:var(--color-gray-dark);font-family:var(--font-family);font-size:14px;height:56px;line-height:21px;outline:none;padding:14px 44px 14px 10px;transition:box-shadow .2s ease;width:100%}.password-page__form input[type=password]::placeholder,.password-page__form input[type=text]::placeholder{color:rgba(89,89,89,.5)}.password-page__form input[type=password]:focus,.password-page__form input[type=text]:focus{box-shadow:0 0 0 2px var(--color-primary)}.password-page__input-wrapper{position:relative;width:100%}.password-page__toggle-password{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;height:auto;justify-content:center;margin:0;padding:8px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:auto}.password-page__toggle-password:hover{background:rgba(89,89,89,.1);box-shadow:none}.password-page__toggle-password:before{display:none}.password-page__form button[type=submit],.password-page__form input[type=submit]{align-items:center;background:#ff5100;border:none;border-radius:1000px;color:var(--color-white);cursor:pointer;display:flex;font-family:var(--font-family);font-size:18px;font-weight:700;height:52px;justify-content:center;line-height:28px;margin-top:24px;outline:none;overflow:hidden;padding:0 40px;position:relative;transition:box-shadow .3s ease,transform .15s ease;width:100%;z-index:1}.password-page__form button[type=submit]:before{background:linear-gradient(90deg,#ff7100,#ffc400);border-radius:1000px;content:"";inset:0;opacity:0;position:absolute;transition:opacity .3s ease;z-index:-1}.password-page__form button[type=submit]:hover,.password-page__form input[type=submit]:hover{box-shadow:0 4px 12px rgba(255,113,0,.4)}.password-page__form button[type=submit]:hover:before{opacity:1}.password-page__form button[type=submit]:focus-visible,.password-page__form input[type=submit]:focus-visible{box-shadow:0 4px 12px rgba(255,113,0,.4)}.password-page__form button[type=submit]:focus-visible:before{background:linear-gradient(90deg,#d93c00,#ff9100);opacity:1}.password-page__form button[type=submit]:active,.password-page__form input[type=submit]:active{transform:scale(.98)}.password-page__form button[type=submit]:active:before{background:linear-gradient(90deg,#d93c00,#ff9100);opacity:1}.password-page__form button[type=submit]:disabled,.password-page__form input[type=submit]:disabled{background:#ffcbb7;box-shadow:none;color:var(--color-white);cursor:not-allowed;transform:none}.password-page__form button[type=submit]:disabled:before{display:none}.password-page__error,.password-page__form .hs-error-msg,.password-page__form .hs_error_rollup{color:#e53e3e;font-family:var(--font-family);font-size:14px;margin-top:8px}.password-page__divider{background:#e0e0e0;height:1px;width:100%}.password-page__security{align-items:center;display:flex;gap:6px}.password-page__security svg{flex-shrink:0}.password-page__security span{color:var(--color-gray-dark);font-family:var(--font-family);font-size:12px;font-weight:400;line-height:18px;text-align:center}.password-page__footer{align-items:center;display:flex;flex-direction:column;gap:16px;max-width:1200px;padding:24px;width:100%}.password-page__footer-top{color:var(--color-white);font-family:var(--font-family);font-size:18px;font-weight:700;line-height:28px;text-align:center}.password-page__footer-divider{background:hsla(0,0%,100%,.3);height:1px;width:100%}.password-page__footer-bottom{color:var(--color-white);font-family:var(--font-family);font-size:18px;font-weight:400;line-height:28px;text-align:center}@media (max-width:768px){.password-page__title{font-size:36px;line-height:44px}.password-page__container{gap:24px;padding:32px 16px 24px}.password-page__card{padding:20px;width:100%}.password-page__card-title{font-size:22px;line-height:30px}.password-page__footer-bottom,.password-page__footer-top{font-size:14px;line-height:21px}}.password-page__hs-form{width:100%}.password-page__hs-form form{display:flex;flex-direction:column;gap:8px;width:100%}.password-page__hs-form label{color:var(--color-gray-dark);font-family:var(--font-family);font-size:14px;font-weight:400;line-height:21px}.password-page__hs-form input[type=password],.password-page__hs-form input[type=text]{background:var(--color-gray-light)!important;border:none!important;border-radius:10px!important;box-sizing:border-box!important;color:var(--color-gray-dark)!important;font-family:var(--font-family)!important;font-size:14px!important;height:56px!important;line-height:21px!important;min-height:56px!important;outline:none!important;padding:14px 48px 14px 16px!important;transition:box-shadow .2s ease;width:100%!important}.password-page__hs-form input[type=password]::placeholder,.password-page__hs-form input[type=text]::placeholder{color:rgba(89,89,89,.5)}.password-page__hs-form input[type=password]:focus,.password-page__hs-form input[type=text]:focus{box-shadow:0 0 0 2px var(--color-primary)}.password-page__hs-form input[type=submit]{background:#ff5100;border:none;border-radius:1000px;color:var(--color-white);cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:700;height:52px;line-height:28px;margin-top:16px;overflow:hidden;padding:0 40px;position:relative;transition:box-shadow .3s ease,transform .15s ease;width:100%}.password-page__hs-form input[type=submit]:hover{background:linear-gradient(90deg,#ff7100,#ffc400);box-shadow:0 4px 12px rgba(255,113,0,.4)}.password-page__hs-form input[type=submit]:active{transform:scale(.98)}.password-page__hs-form .hs-error-msgs{color:#e53e3e;font-family:var(--font-family);font-size:14px;list-style:none;margin-top:8px;padding:0}.password-page__eye-btn{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.password-page__eye-btn:hover{background:rgba(89,89,89,.1)}