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

@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.25rem;
  }
}
.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff;
}

.custom-swal-popup {
  max-width: 600px; /* Adjust the width to match Bootstrap's alert width */
  padding: 15px; /* Same padding as Bootstrap alerts */
  border-radius: 0.375rem; /* Same border-radius as Bootstrap alerts */
}

.custom-swal-title {
  font-size: 1.25rem; /* Adjust font size to match Bootstrap's h5 heading */
  font-weight: 500; /* Match Bootstrap's font weight */
}

.custom-swal-icon {
  font-size: 1.5rem; /* Adjust icon size to match Bootstrap's icon size */
}

/* Background and text color matching Bootstrap alerts */
.custom-swal-popup.swal2-success {
  background-color: #d1e7dd; /* Bootstrap success alert background color */
  color: #0f5132; /* Bootstrap success alert text color */
}

.custom-swal-popup.swal2-error {
  background-color: #f8d7da; /* Bootstrap danger alert background color */
  color: #842029; /* Bootstrap danger alert text color */
}

.custom-swal-popup.swal2-warning {
  background-color: #fff3cd; /* Bootstrap warning alert background color */
  color: #664d03; /* Bootstrap warning alert text color */
}

.custom-swal-popup.swal2-info {
  background-color: #cff4fc; /* Bootstrap info alert background color */
  color: #055160; /* Bootstrap info alert text color */
}

.custom-swal-popup.swal2-question {
  background-color: #e2e3e5; /* Bootstrap secondary alert background color */
  color: #383d41; /* Bootstrap secondary alert text color */
}
