body {
  background: #e9ecef;
}
.auth-content .input-group-text {
  width: 40px;
  display: flex;
  justify-content: center;
}
.auth-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 100%;
  min-height: 100vh;
}
@media (min-width: 1200px) {
  .auth-wrapper .container {
    max-width: 1140px;
  }
}
.auth-wrapper .saprator {
  position: relative;
  margin: 8px 0;
}
.auth-wrapper .saprator span {
  background: #fff;
  position: relative;
  padding: 0 10px;
  z-index: 5;
  font-size: 20px;
}
.auth-wrapper .saprator:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e2e5e8;
  z-index: 1;
}
.auth-wrapper a,
.auth-wrapper p > a {
  color: #111;
  font-weight: 600;
}
.auth-wrapper .btn-auth-gen .btn-icon {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
}
.auth-wrapper .btn-auth-gen .btn-icon small {
  font-size: 15px;
}
.auth-wrapper .input-group {
  background: transparent;
}
.auth-wrapper .card {
  margin-bottom: 0;
  padding: 8px;
}
.auth-wrapper .card .card-body {
  padding: 20px 25px 20px 30px;
}
.auth-wrapper > div {
  z-index: 5;
}
.auth-wrapper .auth-content {
  position: relative;
  padding: 15px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .auth-wrapper .card .card-body {
    padding: 30px 15px;
  }
}
.auth-wrapper.offline {
  background-image: none;
}
.auth-wrapper.offline:before {
  display: none;
}
.auth-wrapper.error {
  background: #f44336;
}
.auth-wrapper.error .container {
  position: relative;
  max-width: 800px;
  margin: 0 auto 5%;
  padding: 5%;
  text-align: center;
  color: #fff;
}
.auth-wrapper .card-body .carousel-indicators {
  margin: 30px 0;
  bottom: 0;
}
.auth-wrapper .card-body .carousel-indicators li {
  width: 50px;
  background-color: #eff3f6;
}
.auth-wrapper .card-body .carousel-indicators li.active {
  background-color: #2196f3;
}
.auth-wrapper .img-logo-overlay {
  position: absolute;
  top: 40px;
  left: 50px;
}

/* image varient start */
.aut-bg-img {
  background-image: url("../images/auth-bg-big.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.aut-bg-img-side p {
  line-height: 2;
}

.aut-bg-img .custom-select,
.aut-bg-img .form-control,
.aut-bg-img-side .custom-select,
.aut-bg-img-side .form-control {
  background: transparent;
}
.aut-bg-img .auth-content,
.aut-bg-img-side .auth-content {
  padding-top: 90px;
  padding-bottom: 90px;
}

.blur-bg-images {
  background-image: url("../images/auth/blur-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blur-bg-images:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.auth-prod-slider .blur-bg-images:after {
  background: #cae6fc;
}
.auth-prod-slider .auth-prod-slidebg {
  height: 600px;
  width: 100%;
}
.auth-prod-slider .auth-prod-slidebg.bg-1 {
  background-image: linear-gradient(
    to right,
    rgba(119, 89, 222, 0.9) 0%,
    rgba(33, 150, 243, 0.9) 100%
  );
}
.auth-prod-slider .auth-prod-slidebg.bg-2 {
  background-image: linear-gradient(
    to right,
    rgba(33, 150, 243, 0.9) 0%,
    rgba(76, 175, 80, 0.9) 100%
  );
}
.auth-prod-slider .auth-prod-slidebg.bg-3 {
  background-image: linear-gradient(
    to right,
    rgba(76, 175, 80, 0.9) 0%,
    rgba(0, 172, 193, 0.9) 100%
  );
}
.auth-prod-slider .auth-prod-slidebg.bg-4 {
  background-image: linear-gradient(
    to right,
    rgba(0, 172, 193, 0.9) 0%,
    rgba(119, 89, 222, 0.9) 100%
  );
}
.auth-prod-slider .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  transition: all 0.35s ease-in-out;
  border-top: none;
  border-bottom: none;
}
.auth-prod-slider .carousel-indicators li.active {
  width: 20px;
  background: #2196f3;
}
.auth-prod-slider .carousel-caption {
  bottom: auto;
  top: 50px;
}
.auth-prod-slider .carousel-caption img {
  border-radius: 5px;
  border: 4px solid #fff;
}
.auth-prod-slider .carousel-caption h5 {
  color: #fff;
}

.login-otp {
  .otp-field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .otp-field input {
    height: 45px;
    width: 42px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid #ddd;
  }
  .otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  }
  .otp-field input::-webkit-inner-spin-button,
  .otp-field input::-webkit-outer-spin-button {
    display: none;
  }

  .resend {
    font-size: 12px;
  }

  .footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: black;
    font-size: 12px;
    text-align: right;
    font-family: monospace;
  }

  .footer a {
    color: black;
    text-decoration: none;
  }
}
