.account-drawer{position:fixed;top:0;right:0;display:none;width:100vw;height:100vh;z-index:1000}.account-drawer:before{content:"";position:fixed;top:0;left:0;display:none;width:100%;height:100%;background-color:#000000bf}.account-drawer.open{display:block}.account-drawer.open:before{display:block;animation:fadeIn .6s both}.account-drawer__container{position:absolute;top:0;right:0;width:100%;max-width:480px;height:100%;background-color:#f8f6f2;padding:40px 20px}.account-drawer__content{opacity:0}.account-drawer__header{position:relative;display:flex;align-items:center;justify-content:space-between;padding:16px 0}.account-drawer__close{display:flex;align-items:center;justify-content:center;border-radius:50%;width:20px;height:20px;border:none;padding:0;color:#fff;background-color:#6f6e6b;cursor:pointer;transition:background-color .3s ease-in-out}.account-drawer__close:hover{background-color:#5a5a57}.account-drawer__close svg{width:12px;height:12px}.account-drawer__body .input-wrapper{width:100%}.account-drawer__body .input-wrapper:not(:last-child){margin-bottom:20px}.login-form__title{margin-bottom:46px;margin-top:0}.login-form__title h2{font-size:24px;margin:0}.login-form__title p{margin-top:20px;margin-bottom:0;font-size:14px}.login-form__forgot-password{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.login-form__forgot-password button{font-size:10px;background-color:transparent;border:none;outline:none;padding:0;color:#000;text-decoration:none;cursor:pointer}.login-form__forgot-password span{font-size:10px;color:#c9c8c4}.login-form__actions{display:flex;align-items:stretch;justify-content:space-between;flex-direction:column;margin-top:40px;width:100%;gap:10px}.login-form__actions button[type=submit]{border:0;background-color:#6f6e6b;color:#fff;transition:background-color .3s;cursor:pointer}.login-form__actions button[type=submit]:hover{background-color:#5a5a57}.login-form__actions a{background-color:transparent;color:#000;border:1px solid #6f6e6b;transition:border-color .3s;cursor:pointer}.login-form__actions a:hover{border-color:#5a5a57}.register-form__title{margin-bottom:46px;margin-top:0}.register-form__title h2{font-size:24px;margin:0}.register-form__required-text{margin-top:20px;text-align:right}.register-form__required-text span{font-size:10px;color:#c9c8c4}.register-form__actions{display:flex;align-items:stretch;justify-content:space-between;flex-direction:column;margin-top:40px;width:100%;gap:10px}.register-form__actions button[type=submit]{border:0;background-color:#6f6e6b;color:#fff;transition:background-color .3s;cursor:pointer}.register-form__actions button[type=submit]:hover{background-color:#5a5a57}.recover-password-form__title{margin-bottom:46px;margin-top:0}.recover-password-form__title h2{font-size:24px;margin:0}.recover-password-form__title p{margin-top:20px;margin-bottom:0;font-size:14px}.recover-password-form__required-text{margin-top:20px;text-align:right}.recover-password-form__required-text span{font-size:10px;color:#c9c8c4}.recover-password-form__actions{display:flex;align-items:stretch;justify-content:space-between;flex-direction:column;margin-top:40px;width:100%;gap:10px}.recover-password-form__actions button[type=submit]{border:0;background-color:#6f6e6b;color:#fff;transition:background-color .3s;cursor:pointer}.recover-password-form__actions button[type=submit]:hover{background-color:#5a5a57}.reset-password-form__title{margin-bottom:46px;margin-top:0}.reset-password-form__title h2{font-size:24px;margin:0}.reset-password-form__required-text{margin-top:20px;text-align:right}.reset-password-form__required-text span{font-size:10px;color:#c9c8c4}.reset-password-form__actions{display:flex;align-items:stretch;justify-content:space-between;flex-direction:column;margin-top:40px;width:100%;gap:10px}.reset-password-form__actions button[type=submit]{border:0;background-color:#6f6e6b;color:#fff;transition:background-color .3s;cursor:pointer}.reset-password-form__actions button[type=submit]:hover{background-color:#5a5a57}@media (min-width: 1024px){.account-drawer__container{padding:40px}.account-drawer__close{display:none}}
