.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}
.authentication-wrapper .authentication-inner {
  width: 100%;
}
.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
}
.authentication-wrapper.authentication-basic .card-body {
  padding: 2rem;
}
.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100%;
  margin: auto 0;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg {
  width: 100%;
  margin: 2rem 0 2rem 2rem;
  height: calc(93vh - 4rem);
  border-radius: 1.125rem;
  position: relative;
}
.authentication-wrapper.authentication-cover
  .authentication-inner
  .auth-cover-bg
  .auth-illustration {
  max-height: 65%;
  z-index: 1;
}
.authentication-wrapper.authentication-cover .authentication-inner .platform-bg {
  position: absolute;
  width: 100%;
  bottom: 0%;
  left: 0%;
  height: 35%;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height {
  height: 100vh;
}
.authentication-wrapper.authentication-cover
  .authentication-inner
  .auth-multisteps-bg-height
  > img:first-child {
  z-index: 1;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 400px;
  position: relative;
}
.authentication-wrapper.authentication-basic .authentication-inner:before {
  width: 238px;
  height: 233px;
  content: " ";
  position: absolute;
  top: -55px;
  left: -40px;
  background-image: url("data:image/svg+xml,%3Csvg width=%27239%27 height=%27234%27 viewBox=%270 0 239 234%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%2788.5605%27 y=%270.700195%27 width=%27149%27 height=%27149%27 rx=%2719.5%27 stroke=%27%237367F0%27 stroke-opacity=%270.16%27/%3E%3Crect x=%270.621094%27 y=%2733.761%27 width=%27200%27 height=%27200%27 rx=%2710%27 fill=%27%237367F0%27 fill-opacity=%270.08%27/%3E%3C/svg%3E%0A");
}
.authentication-wrapper.authentication-basic .authentication-inner:after {
  width: 180px;
  height: 180px;
  content: " ";
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: -56px;
  background-image: url("data:image/svg+xml,%3Csvg width=%27181%27 height=%27181%27 viewBox=%270 0 181 181%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%271.30469%27 y=%271.44312%27 width=%27178%27 height=%27178%27 rx=%2719%27 stroke=%27%237367F0%27 stroke-opacity=%270.16%27 stroke-width=%272%27 stroke-dasharray=%278 8%27/%3E%3Crect x=%2722.8047%27 y=%2722.9431%27 width=%27135%27 height=%27135%27 rx=%2710%27 fill=%27%237367F0%27 fill-opacity=%270.08%27/%3E%3C/svg%3E");
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}

@media (max-height: 636px) {
  .auth-multisteps-bg-height {
    height: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}

.authentication-wrapper.authentication-bg {
  background-color: #fff;
}
.auth-cover-bg-color {
  background-color: #f8f7fa;
}
