/* Authentication
******************************************************************************* */
.authentication-wrapper {
  --bs-auth-basic-inner-max-width: 450px;
  display: flex;
  flex-basis: 100%;
  inline-size: 100%;
  min-block-size: 100dvh;
  /* min-height: 100dvh; */
}
.authentication-wrapper .authentication-bg {
  background-color: var(--bs-paper-bg);
}
.authentication-wrapper .authentication-inner {
  inline-size: 100%;
}
.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-inline-size: var(--bs-auth-basic-inner-max-width);
}
.authentication-wrapper .auth-cover-illustration {
  z-index: 1;
  max-inline-size: 38rem;
}
.authentication-wrapper .authentication-image {
  position: absolute;
  z-index: -1;
  inline-size: 100%;
  inset-block-end: 7%;
  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: 100dvh;
}
.authentication-wrapper.authentication-cover .authentication-image {
  inline-size: 70%;
  inset-inline-start: unset;
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-inline-size: 50px;
  padding-inline: 0.4rem;
}

@media (max-width: 1199.98px) {
  .authentication-cover .authentication-image-model {
    position: relative;
    inline-size: 575px;
    inset-block-start: 1rem;
  }
}
