.justify-items-center{
  justify-items: center;
}

.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  inline-size: 100%;
  min-block-size: 100vh;
}
.authentication-wrapper .authentication-inner {
  inline-size: 100%;
}
.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
}
.authentication-wrapper .auth-cover-illustration {
  z-index: 1;
  max-inline-size: 38rem;
}
.authentication-wrapper .authentication-image-object-left {
  position: absolute;
  inset-block-end: 6%;
  inset-inline-start: 4%;
}
.authentication-wrapper .authentication-image-object-right {
  position: absolute;
  inset-block-end: 7%;
  inset-inline-end: 4%;
}
.authentication-wrapper .authentication-image {
  position: absolute;
  z-index: -1;
  inline-size: 100%;
  inset-block-end: 0;
  inset-inline-start: 0;
}
.authentication-wrapper .authentication-image-model {
  inline-size: 768px;
}
.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  position: relative;
  min-block-size: 100vh;
}
.authentication-wrapper.authentication-cover .authentication-image {
  inset-inline-start: unset;
}
.authentication-wrapper.authentication-cover .authentication-image-tree {
  position: absolute;
  inset-block-end: 4rem;
  inset-inline-start: 3rem;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-inline-size: 460px;
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-inline-size: 50px;
  padding-inline: 0.4rem;
}

@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199.98px) {
  .authentication-cover .authentication-image-model {
    position: relative;
    inline-size: 575px;
    inset-block-start: 1rem;
  }
}
.authentication-wrapper .authentication-bg {
  background-color: #fff;
}


.progress-bar {
    background-color: var(--bs-green);
		}
		
		.stepper-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.stepper-line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  background: #dee2e6;
  transform: translateY(-50%);
  z-index: 1;
}

.stepper-progress {
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  background: #0d6efd;
  transform: translateY(-50%);
  width: 0%;
  z-index: 2;
  transition: width 0.3s ease;
}

.step {
  width: 40px;
  height: 40px;
  background: #dee2e6;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  color: #6c757d;
  z-index: 3;
  transition: all 0.3s ease;
}

.step-active {
  background: #0d6efd;
  color: #fff;
}

.step-completed {
  background: #198754;
  color: #fff;
}


	.step-circle {
  width: 40px;
  height: 40px;
  background: #dee2e6;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  color: #6c757d;
  z-index: 3;
  transition: all 0.3s ease;
}

.step-active {
  background: #0d6efd;
  color: #fff;
}

.step-completed {
  background: #198754;
  color: #fff;
}