.authentication-wrapper.authentication-cover .auth-logo {
  fill: #FFF;
  width: 140px;
  height: auto;
  display: block;
}
.authentication-wrapper.authentication-cover .navbar-nav-right {
  position: absolute;
  z-index: 1;
  inset-block-start: 2.5rem;
  inset-inline-end: 1.5rem;
}
.authentication-wrapper.authentication-cover .lang-label {
  font-weight: 600;
  font-size: 12px;
}

.auth-multisteps-bg-height,
.auth-cover-bg {
  background: url("/assets/img/login-register-bg.jpg") no-repeat;
  background-size: cover;
  color: #FFF;
  padding-top: 100px !important;
}
.auth-multisteps-bg-height *,
.auth-cover-bg * {
  color: #FFF;
}

.bs-stepper .bs-stepper-header .step .bs-stepper-circle {
    inline-size: 29px;
    height: 30px;
}

.bs-stepper .line .icon-base {
  width: 15px;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
    font-size: 13px;
  }
  .bs-stepper:not(.vertical):not(.wizard-icons) .bs-stepper-header {
    gap: 5px !important;
  }
}

@media (max-width: 991.98px) {
  .authentication-wrapper.authentication-cover .auth-logo {
    width: 120px;
  }
  .authentication-wrapper.authentication-cover .lang-label {
    margin-top: -5px;
  }
  .authentication-wrapper.authentication-cover .lang-label,
  .authentication-wrapper.authentication-cover .text-heading {
    color: #FFF !important;
  }
  .authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height {
    height: auto;
    block-size: auto;
  }
  .authentication-wrapper.authentication-cover .bs-stepper .bs-stepper-header {
    padding-top: 0 !important;
  }
  .authentication-bg .w-px-400 {
    margin-top: 0 !important;
  }
  .bs-stepper .bs-stepper-header .step .step-trigger {
    padding-block: 4px;  
  }
  .authentication-bg .dropdown-language .nav-link {
      color: #FFF;
  }
  .authentication-bg .nav-item.dropdown-language .dropdown-toggle::after {
      background-color: #FFF;
  }
  .authentication-wrapper.authentication-cover .navbar-nav-right {
      inset-block-start: 33px;
  }  
}

@media (min-width: 992px) {
    .bs-stepper:not(.vertical):not(.wizard-icons) .bs-stepper-header {
        gap: 10px;
    }


}

/*# sourceMappingURL=register.css.map */
