/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.7.3_webpack@5.75.0_webpack-cli@5.0.1_/node_modules/css-loader/dist/cjs.js??clonedRuleSet-41.use[1]!./node_modules/.pnpm/resolve-url-loader@5.0.0/node_modules/resolve-url-loader/index.js??clonedRuleSet-41.use[2]!./node_modules/.pnpm/sass-loader@13.2.0_sass-embedded@1.57.1_sass@1.58.3_webpack@5.75.0_webpack-cli@5.0.1_/node_modules/sass-loader/dist/cjs.js??clonedRuleSet-41.use[3]!./assets/mybrunex/styles/auth.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --brunex-primary: #9a2027;
  --brunex-primary-dark: #7e1a20;
  --brunex-surface: #f7f5f3;
  --brunex-surface-alt: #f2efed;
  --brunex-white: #ffffff;
  --brunex-text: #3b3b3a;
  --brunex-text-secondary: #605f5d;
  --brunex-text-muted: #9a9895;
  --brunex-border: #e2e0dd;
  --brunex-wood: #cfa97b;
  --brunex-wood-dark: #ae8b5d;
  --brunex-wood-light: #e3cdab;
  --brunex-metal: #b9bdbf;
  --brunex-font-sans: Poppins, -apple-system, Segoe UI, sans-serif;
  --brunex-font-icon: BrunexIcon;
  --brunex-radius: 4px;
}

.auth {
  display: grid;
  place-items: center;
  min-block-size: 100vh;
  padding: 40px 16px;
  background-color: var(--brunex-surface-alt);
  background-image: url(/build/theme/mybrunex/images/login-bg.fdda82da.jpg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 576px) {
  .auth {
    padding: 48px 24px;
  }
}
@media (min-width: 992px) {
  .auth {
    padding: 64px 24px;
    background-attachment: fixed;
  }
}

.auth__inner {
  inline-size: 100%;
  max-inline-size: 840px;
  margin-inline: auto;
}

.auth__brand {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-block-end: 24px;
}
@media (min-width: 992px) {
  .auth__brand {
    margin-block-end: 34px;
  }
}

.auth__brand-mark {
  flex: none;
  inline-size: 44px;
  color: var(--brunex-primary);
}
.auth__brand-mark svg {
  display: block;
  inline-size: 100%;
  block-size: auto;
}
@media (min-width: 576px) {
  .auth__brand-mark {
    inline-size: 60px;
  }
}

.auth__brand-wordmark {
  inline-size: 281px;
  max-inline-size: 60%;
}
.auth__brand-wordmark svg {
  display: block;
  inline-size: 100%;
  block-size: auto;
}

.auth__headline {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: var(--brunex-text);
}
@media (min-width: 992px) {
  .auth__headline {
    font-size: 2.125rem;
  }
}

.auth__subline {
  margin: 10px 0 0;
  font-size: 1rem;
  text-align: center;
  color: var(--brunex-text);
}
@media (min-width: 992px) {
  .auth__subline {
    font-size: 1.125rem;
  }
}

.auth__card {
  margin-block-start: 24px;
  padding: 24px 20px 32px;
  background-color: var(--brunex-white);
  border-radius: 8px;
}
@media (min-width: 992px) {
  .auth__card {
    margin-block-start: 27px;
    padding: 34px 39px 46px;
  }
}

.auth__split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}
@media (min-width: 992px) {
  .auth__split {
    grid-template-columns: 340px 2px 1fr;
    gap: 42px;
  }
}

.auth__divider {
  block-size: 1px;
  background-color: var(--brunex-border);
}
@media (min-width: 992px) {
  .auth__divider {
    block-size: auto;
    align-self: stretch;
  }
}

.auth__welcome {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brunex-text);
}

.auth__intro {
  margin: 6px 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--brunex-text-secondary);
}

.auth__field {
  position: relative;
}

.auth__field--icon .form-control {
  padding-inline-start: 41px;
}

.auth__field--toggle .form-control {
  padding-inline-end: 41px;
}

.auth__field-icon,
.auth__field-toggle {
  position: absolute;
  inset-block-end: 0;
  display: grid;
  place-items: center;
  inline-size: 41px;
  block-size: 40px;
  font-size: 17px;
  line-height: 1;
  color: var(--brunex-text-muted);
}

.auth__field-icon {
  inset-inline-start: 0;
  pointer-events: none;
}

.auth__field-toggle {
  inset-inline-end: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}
.auth__field-toggle:hover {
  color: var(--brunex-text-secondary);
}

.auth__submit {
  margin-block-start: 15px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  block-size: 40px;
  padding-inline: 30px 31px;
  font-size: 1rem;
  font-weight: 500;
}

.auth__submit--block {
  display: flex;
  inline-size: 100%;
  justify-content: center;
}

.auth__links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px 16px;
  margin-block-start: 18px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.auth__links-register {
  margin: 0;
  text-align: end;
  color: var(--brunex-text-secondary);
}

.auth__error {
  margin-block-start: 16px;
  padding: 10px 14px;
  border-radius: 3px;
  font-size: 0.875rem;
}
.auth__form > .auth__error:first-child {
  margin-block-start: 0;
}

.auth__benefits-heading {
  margin: 0;
  font-size: 1.03125rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--brunex-text);
}

.auth__benefits {
  display: grid;
  gap: 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.auth__benefit {
  display: flex;
  gap: 14px;
}

.auth__benefit-icon {
  flex: none;
  display: grid;
  place-items: center;
  inline-size: 30px;
  block-size: 30px;
  border-radius: 50%;
  background-color: var(--brunex-surface);
  font-size: 15px;
  color: var(--brunex-primary);
}

.auth__benefit-title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brunex-text);
}

.auth__benefit-text {
  margin: 2px 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--brunex-text-secondary);
}

.auth__tools {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin-block-start: 24px;
  padding: 20px;
  background-color: var(--brunex-white);
  border-radius: 8px;
}
@media (min-width: 992px) {
  .auth__tools {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 20px 40px;
  }
}

.auth__tools-heading {
  margin: 0;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--brunex-text);
}

.auth__tool {
  display: flex;
  align-items: center;
  gap: 16px;
  color: inherit;
  text-decoration: none;
}

.auth__tool-mark {
  flex: none;
  display: grid;
  place-items: center;
  inline-size: 40px;
  block-size: 40px;
  border-radius: 50%;
  border: 1px solid var(--brunex-primary);
  color: var(--brunex-primary);
  line-height: 1.05;
  text-align: center;
}

.auth__tool-mark-main {
  font-size: 0.875rem;
  font-weight: 700;
}

.auth__tool-mark-sub {
  font-size: 0.5625rem;
}

.auth__tool-text {
  font-size: 0.9375rem;
  line-height: 1.35;
  color: var(--brunex-text);
}

.auth__inner--narrow {
  max-inline-size: 520px;
}

.auth__inner--wide {
  max-inline-size: 840px;
}

.auth__title {
  margin: 0 0 6px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brunex-text);
}

.auth__prose {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--brunex-text-secondary);
}
.auth__prose + .auth__prose {
  margin-block-start: 10px;
}

.auth .form-label.required::after {
  content: "*";
  margin-inline-start: 3px;
  color: var(--brunex-primary);
}

.auth__form {
  margin-block-start: 20px;
}
.auth__form .mb-3 {
  margin-block-end: 12px !important;
}
.auth__form .form-label {
  margin-block-end: 9px;
  font-size: 0.875rem;
  color: var(--brunex-text);
}

.auth__section + .auth__section {
  margin-block-start: 28px;
  padding-block-start: 24px;
  border-block-start: 1px solid var(--brunex-border);
}

.auth__section-title {
  margin: 0 0 16px;
  font-size: 1.03125rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--brunex-text);
}

.auth__section-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 20px;
}
@media (min-width: 768px) {
  .auth__section-fields {
    grid-template-columns: 1fr 1fr;
  }
}

.input-group > .auth__group-part {
  flex: 1 1 var(--part-basis, 0);
  min-inline-size: 0;
}

.input-group > .auth__group-part--end {
  text-align: end;
}

.auth__section-fields--single {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .auth__section-fields--single {
    grid-template-columns: 1fr;
  }
}

.auth__steps {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
@media (min-width: 576px) {
  .auth__steps {
    gap: 16px;
  }
}

.auth__steps-item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  text-align: center;
  color: var(--brunex-text-muted);
}
.auth__steps-item + .auth__steps-item::before {
  content: "";
  position: absolute;
  inset-block-start: 15px;
  inset-inline-end: 50%;
  inline-size: calc(100% - 32px);
  margin-inline-end: 20px;
  block-size: 1px;
  background-color: var(--brunex-border);
}
.auth__steps-item.is-done, .auth__steps-item.is-current {
  color: var(--brunex-text);
}

.auth__steps-number {
  display: grid;
  place-items: center;
  inline-size: 30px;
  block-size: 30px;
  border-radius: 50%;
  border: 1px solid var(--brunex-border);
  background-color: var(--brunex-white);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: var(--brunex-text-muted);
}
.auth__steps-item.is-current .auth__steps-number {
  border-color: var(--brunex-primary);
  background-color: var(--brunex-primary);
  color: var(--brunex-white);
}
.auth__steps-item.is-done .auth__steps-number {
  border-color: var(--brunex-primary);
  color: var(--brunex-primary);
}

.auth__steps-label {
  display: none;
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .auth__steps-label {
    display: block;
  }
}
.auth__steps-item.is-current .auth__steps-label {
  font-weight: 600;
}

.auth__form--wizard .auth__step + .auth__step {
  margin-block-start: 0;
  padding-block-start: 0;
  border-block-start: 0;
}

.auth__section-title--sub {
  margin-block-start: 28px;
  padding-block-start: 24px;
  border-block-start: 1px solid var(--brunex-border);
}

.auth__split--wizard {
  display: block;
}

.auth__form--wizard .auth__split--wizard {
  display: grid;
}

.auth__form--wizard .auth__split--aside-first .auth__split-aside {
  order: 1;
}
.auth__form--wizard .auth__split--aside-first .auth__divider {
  order: 2;
}
.auth__form--wizard .auth__split--aside-first .auth__split-form {
  order: 3;
}
@media (min-width: 992px) {
  .auth__form--wizard .auth__split--aside-first .auth__split-aside,
  .auth__form--wizard .auth__split--aside-first .auth__divider,
  .auth__form--wizard .auth__split--aside-first .auth__split-form {
    order: 0;
  }
}

.auth__summary {
  display: grid;
  gap: 20px;
}

.auth__summary-group {
  padding: 16px 18px;
  background-color: var(--brunex-surface);
  border-radius: var(--brunex-radius);
}

.auth__summary-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--brunex-text);
}

.auth__summary-edit {
  flex: none;
  padding: 0;
  background: none;
  border: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--brunex-primary);
  text-decoration: underline;
  cursor: pointer;
}
.auth__summary-edit:hover {
  color: var(--brunex-primary-dark);
}

.auth__summary-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 16px;
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.auth__summary-list dt {
  font-weight: 400;
  color: var(--brunex-text-secondary);
}
.auth__summary-list dd {
  margin: 0;
  color: var(--brunex-text);
  overflow-wrap: anywhere;
}

.auth__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-block-start: 28px;
}
.auth__nav .auth__submit {
  margin-block-start: 0;
}

.auth__nav-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-inline-start: auto;
}

.auth__login-link {
  padding: 0;
  font-size: 0.875rem;
  color: var(--brunex-primary);
}
.auth__login-link:hover {
  color: var(--brunex-primary-dark);
}

.auth__login-link--centered {
  display: block;
  margin-block-start: 14px;
  text-align: center;
}

.auth__nav-back {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  block-size: 40px;
  padding-inline: 24px;
  font-size: 1rem;
  font-weight: 500;
}

.auth__back {
  margin-block-start: 20px;
  font-size: 0.875rem;
  text-align: center;
}

.auth__altcha {
  margin-block-end: 16px;
}

.registration-altcha {
  display: block;
  margin: 0 0 1.25rem;
  --altcha-max-width: 100%;
  --altcha-border-width: 1px;
  --altcha-border-radius: 2px;
  --altcha-color-base: #ffffff;
  --altcha-color-border: #e0e0e0;
  --altcha-color-border-focus: #9b1b1b;
  --altcha-color-text: #333333;
  --altcha-color-footer-bg: #f5f5f5;
  accent-color: #9b1b1b;
}
