.auth-page{display:flex;width:100%;flex-direction:column;align-items:flex-start;background:#fff;font-family:var(--font-body),system-ui,sans-serif;color:#1a1c1c}.auth-hero{position:relative;width:100%;min-height:280px;overflow:hidden;display:flex;align-items:center;justify-content:center}.auth-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6;filter:saturate(0)}.auth-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#00000073,#00000040)}.auth-hero__content{position:relative;z-index:1;text-align:center;padding:48px var(--container-padding)}.auth-hero__title{margin:0;color:#fff;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;text-transform:uppercase;line-height:1.2;letter-spacing:.02em}.auth-hero__accent{display:block;width:64px;height:4px;margin:16px auto 0;background:#01a859;border-radius:2px}.auth-page__body{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:32px var(--container-padding)}.auth-page__body--narrow{max-width:480px;padding-top:48px;padding-bottom:64px}.auth-form{display:flex;flex-direction:column;gap:0}.auth-form__section{padding-top:16px;display:flex;flex-direction:column;gap:10px}.auth-form__section:first-child{padding-top:0}.auth-form__heading{margin:0 0 4px;color:#00115b;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;line-height:16px}.auth-form__title{margin:0;color:#1a1c1c;font-size:20px;font-weight:600;line-height:32px;text-transform:none;letter-spacing:normal}.auth-form__subheading{margin:0 0 8px;color:#1a1c1c;font-size:20px;font-weight:600;line-height:32px}.auth-form__grid{display:grid;gap:10px}.auth-form__grid--2{grid-template-columns:1fr 1fr}.auth-form__grid--3{grid-template-columns:1fr 1fr 1fr}.auth-form__grid--6{grid-template-columns:repeat(6,1fr)}.auth-form__field--span-2{grid-column:span 2}.auth-form__field{display:flex;flex-direction:column;gap:4px}.auth-form__label{color:#454653;font-size:10px;font-weight:400;text-transform:uppercase;line-height:15px;letter-spacing:.3px}.auth-form__input,.auth-form__select,.auth-form__textarea{width:100%;padding:12px 16px;border:none;border-radius:4px;background:#f3f4f3;font-family:inherit;font-size:14px;color:#1a1c1c;line-height:20px;transition:box-shadow .15s ease,background-color .15s ease}.auth-form__input::placeholder,.auth-form__textarea::placeholder{color:#757684}.auth-form__input:focus,.auth-form__select:focus,.auth-form__textarea:focus{outline:none;background:#fff;box-shadow:0 0 0 2px #01a859}.auth-form__input:disabled,.auth-form__input[readonly]{color:#757684;cursor:not-allowed}.auth-form__select{-webkit-appearance:none;appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23454653' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:20px}.auth-form__textarea{min-height:80px;resize:vertical}.auth-form__lookup{position:relative}.auth-form__lookup .auth-form__input{padding-left:48px}.auth-form__lookup-icon{position:absolute;left:16px;bottom:10px;width:16px;height:24px;color:#757684;pointer-events:none}.auth-form__country{width:100%;padding:8px 16px;border-radius:4px;background:#e8e8e7;font-size:16px;font-weight:600;color:#1a1c1c;line-height:24px}.auth-form__holders-header{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:4px}.auth-form__holders-header .auth-form__label{font-weight:600}.auth-form__holders-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:10px}.auth-form__terms{display:flex;align-items:flex-start;gap:12px;padding-top:20px}.auth-form__checkbox{width:20px;height:20px;margin-top:2px;flex-shrink:0;-webkit-appearance:none;appearance:none;border:1px solid #757684;border-radius:2px;background:#fff;cursor:pointer}.auth-form__checkbox:checked{background:#00115b;border-color:#00115b;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5.2L4.2 8.4L11 1.6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.auth-form__terms-label{display:flex;flex-direction:column;gap:0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:#454653;line-height:18px}.auth-form__terms-label--plain{text-transform:none;font-weight:500}.auth-form__terms-heading{display:block;font-size:16px;font-weight:700;text-transform:uppercase;color:#1a1c1c;line-height:24px;letter-spacing:normal}.auth-form__terms-text{display:block;font-size:16px;font-weight:400;text-transform:none;color:#1a1c1c;line-height:24px;letter-spacing:normal}.auth-form__terms-label a,.auth-form__terms-text a{color:#0a2dad;text-decoration:underline;text-underline-offset:2px}.auth-form__section--agreement{display:flex;flex-direction:column;gap:40px}.auth-form__section--agreement .auth-form__terms{padding-top:0}.auth-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 48px;margin-top:40px;border:none;border-radius:8px;background:#00115b;color:#fff;font-family:inherit;font-size:16px;font-weight:400;line-height:24px;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 6px -4px #00115b1a,0 10px 15px -3px #00115b1a;transition:background-color .15s ease,transform .1s ease}.auth-form__section--agreement .auth-form__submit{margin-top:0}.auth-form__submit:hover{background:#0a2dad}.auth-form__submit:active{transform:translateY(1px)}.auth-form__submit:disabled,.auth-form__submit.is-loading{opacity:.7;cursor:wait;pointer-events:none}.auth-form__submit--full{width:100%;margin-top:24px}.auth-form__submit-arrow{font-size:14px}.auth-card{background:#fff;border:1px solid #e8e8e7;border-radius:8px;padding:32px;box-shadow:0 1px 3px #0000000a}.auth-card__title{margin:0 0 24px;color:#00115b;font-size:24px;font-weight:700;text-align:center}.auth-card__subtitle{margin:0 0 20px;color:#00115b;font-size:18px;font-weight:600;text-align:center}.auth-card__footer{margin-top:20px;text-align:center;font-size:14px;color:#6b7280}.auth-card__footer--top{margin-top:0;margin-bottom:20px}.auth-card__link{color:#0a2dad;font-weight:600;text-decoration:underline;text-underline-offset:2px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:inherit}.auth-card__link:hover{color:#00115b}.auth-card__helper{text-align:right;margin:-8px 0 8px}.customer-form__field-error{color:#dc2626;font-size:13px;margin-top:4px}.auth-form__password-wrap{position:relative}.auth-form__password-wrap .auth-form__input{padding-right:2.75rem}.auth-form__password-wrap .customer-form__password-toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%)}.auth-form__success{padding:16px;border-radius:8px;background:color-mix(in srgb,#01a859 12%,#fff);border:1px solid #01a859;color:#00115b;font-size:14px;text-align:center}.auth-form__errors{padding:16px;border-radius:8px;background:color-mix(in srgb,#f44336 10%,#fff);border:1px solid #f44336;margin-bottom:16px}.auth-form__errors-title{font-weight:600;color:#f44336;margin-bottom:8px}.auth-card__intro{font-size:14px;line-height:1.5;color:#454653;margin:0 0 20px}.auth-card__footer--hosted-extra{text-align:center;margin-top:12px}.auth-form__errors--banner{width:100%;max-width:640px;margin:24px auto 0;padding:20px 24px}.auth-form__errors-text{font-size:14px;margin:0 0 16px;color:#454653;line-height:1.5}.auth-form__hosted-actions{display:flex;flex-direction:column;gap:12px}.auth-form__hosted-actions .auth-form__submit{text-align:center;text-decoration:none;box-sizing:border-box}.auth-form__errors-list{list-style:disc;padding-left:20px;color:#f44336;font-size:14px}.auth-login__panels[data-open-recovery] [data-login-panel]{display:none}.auth-login__panels[data-open-recovery] [data-recovery-panel]{display:block}.auth-login__recovery[hidden]{display:none}@media(max-width:900px){.auth-page{gap:20px;overflow:hidden}.auth-hero{min-height:auto}.auth-hero__content{padding:48px var(--container-padding)}.auth-hero__title{font-size:30px;line-height:1.2}.auth-hero__accent{width:96px;margin-top:16px}.auth-page__body{max-width:none;padding:0 var(--container-padding) 48px}.auth-form{gap:16px}.auth-form__section{padding-top:16px;gap:10px}.auth-form__section:first-child{padding-top:0}.auth-form__title{font-size:18px;line-height:1.4}.auth-form__subheading{font-size:18px;line-height:1.4;margin:0}.auth-form__grid--2,.auth-form__grid--3,.auth-form__grid--6,.auth-form__holders-header,.auth-form__holders-row{grid-template-columns:1fr}.auth-form__field--span-2{grid-column:auto}.auth-form__grid{gap:0}.auth-form__field+.auth-form__field,.auth-form__grid .auth-form__field{margin-top:0}.auth-form__input,.auth-form__select{height:40px;padding:8px 16px;font-size:16px;line-height:24px}.auth-form__section:first-child .auth-form__input,.auth-form__section:first-child .auth-form__select{border-radius:8px}.auth-form__lookup .auth-form__input{height:auto;min-height:44px;padding:10px 16px 10px 48px;font-size:16px}.auth-form__holders-header{display:none}.auth-form__holders-row{gap:0;margin-bottom:0}.auth-form__holders-row .visually-hidden{position:static!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;overflow:visible!important;clip:auto!important;white-space:normal!important;border:0!important}.auth-form__holders-row .auth-form__field{margin-top:0}.auth-form__submit{width:100%;padding:16px 48px;margin-top:0}.auth-card{padding:24px 20px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/auth-pages.css.map */
