/* Colour tokens only. Layout, spacing, borders, and component styling remain template-owned. */
:root,
[data-bs-theme="light"] {
  --bs-primary: #2c2f73;
  --bs-primary-rgb: 44, 47, 115;
  --bs-primary-text-emphasis: #2c2f73;
  --bs-primary-bg-subtle: #eef5fb;
  --bs-primary-border-subtle: #b9d9ed;
  --bs-link-color: #2c2f73;
  --bs-link-color-rgb: 44, 47, 115;
  --bs-link-hover-color: #42a2da;
  --bs-link-hover-color-rgb: 66, 162, 218;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-border-color: #e2e2e2;
}

/* Sidebar colours follow the original template treatment; only its palette changes. */
.layout-menu.bg-menu-theme {
  background-color: #fff !important;
  color: #4b465c;
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-text,
.bg-menu-theme .menu-link .menu-icon {
  color: #4b465c !important;
}

.bg-menu-theme .menu-header,
.menu-header .menu-header-text {
  color: #93909e !important;
  opacity: 1;
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover {
  background-color: rgba(66, 162, 218, 0.12) !important;
  color: #4b465c !important;
}

.bg-menu-theme .menu-item:not(.active) > .menu-link:hover .menu-icon {
  color: #4b465c !important;
}

.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle),
.bg-menu-theme .menu-inner .menu-item.active > .menu-link.menu-toggle {
  background: linear-gradient(90deg, #eff8fc 0%, #d8edf8 100%) !important;
  box-shadow: 0 2px 6px rgba(66, 162, 218, 0.2);
  color: #4b465c !important;
}

.bg-menu-theme .menu-item.active > .menu-link .menu-icon,
.bg-menu-theme .menu-item.active > .menu-link .menu-text {
  color: #4b465c !important;
}

.layout-menu .sidebar-menu-label {
  min-width: 0;
}

.layout-menu .sidebar-menu-text {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.layout-menu .sidebar-menu-badge {
  flex: 0 0 auto;
  min-width: 2rem;
  white-space: nowrap;
  text-align: center;
}

.bg-menu-theme .menu-inner-shadow {
  background: linear-gradient(#fff 41%, rgba(255, 255, 255, 0)) !important;
}

/* Navbar keeps the template layout but uses the neutral Platinum surface. */
.layout-navbar.bg-navbar-theme,
.layout-navbar.bg-navbar-theme.bg-body-tertiary {
  background-color: #fff !important;
  color: #2c2f73 !important;
}

.bg-navbar-theme .navbar-nav > .nav-link,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link,
.bg-navbar-theme .navbar-text {
  color: #2c2f73 !important;
}

.bg-navbar-theme .navbar-nav > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:hover {
  color: #42a2da !important;
}

/* Bootstrap primary variants use the Sophile Blue Rose palette. */
.btn-outline-primary {
  --bs-btn-color: #2c2f73;
  --bs-btn-border-color: #2c2f73;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c2f73;
  --bs-btn-hover-border-color: #2c2f73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2c2f73;
  --bs-btn-active-border-color: #2c2f73;
  --bs-btn-focus-shadow-rgb: 44, 47, 115;
}

.form-control,
.form-select,
.input-group-text {
  border-color: #e2e2e2;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: #42a2da !important;
  box-shadow: 0 0 0 0.25rem rgba(66, 162, 218, 0.2) !important;
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #42a2da !important;
  box-shadow: none !important;
}

.input-group:focus-within {
  border-radius: var(--bs-border-radius);
  box-shadow: 0 0 0 0.25rem rgba(66, 162, 218, 0.2);
}

.input-group:focus-within .input-group-text {
  background-color: #fff;
}

.nav-pills,
.pagination {
  --bs-nav-pills-link-active-bg: #2c2f73;
  --bs-pagination-hover-color: #2c2f73;
  --bs-pagination-hover-bg: #eef5fb;
  --bs-pagination-focus-color: #2c2f73;
  --bs-pagination-focus-bg: #eef5fb;
  --bs-pagination-active-bg: #2c2f73;
  --bs-pagination-active-border-color: #2c2f73;
}

.nav-tabs .nav-link.active,
.nav-underline .nav-link.active {
  color: #2c2f73;
  border-color: #2c2f73;
}

.dropdown-item.active,
.dropdown-item:active,
.list-group-item.active {
  background-color: #eef5fb;
  border-color: #b9d9ed;
  color: #2c2f73;
}

body .dropdown-item:not(.disabled).active,
body .dropdown-item:not(.disabled):active,
body .dropdown-menu > li:not(.disabled) > a:not(.dropdown-item):active,
body .dropdown-menu > li.active:not(.disabled) > a:not(.dropdown-item) {
  background-color: #eef5fb !important;
  color: #4b465c !important;
}

body .dropdown-item.waves-effect .waves-ripple {
  background: radial-gradient(rgba(66, 162, 218, 0.18) 0, rgba(66, 162, 218, 0.3) 40%, rgba(66, 162, 218, 0) 70%) !important;
}

/* Select2 and DataTables are loaded on several administrative pages. */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #2c2f73;
  color: #fff;
}

.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection {
  border-color: #42a2da;
}

.dataTables_wrapper .page-item.active .page-link,
.dt-paging .page-item.active .page-link {
  background-color: #2c2f73;
  border-color: #2c2f73;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e8232d;
  --bs-btn-border-color: #e8232d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #be1e2d;
  --bs-btn-hover-border-color: #be1e2d;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #be1e2d;
  --bs-btn-active-border-color: #be1e2d;
  --bs-btn-focus-shadow-rgb: 232, 35, 45;
  --bs-btn-waves-effect-color: 255, 255, 255;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle,
.btn-check:checked + .btn-primary {
  background-color: #be1e2d !important;
  border-color: #be1e2d !important;
  color: #fff !important;
}

.btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(232, 35, 45, 0.25) !important;
}

.btn-primary.waves-effect:not(.waves-light) .waves-ripple {
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.35) 40%, rgba(255, 255, 255, 0) 70%) !important;
}

/* Explicit properties override page-level template button states. */
body .btn.btn-primary,
body .btn.btn-primary:hover,
body .btn.btn-primary:focus,
body .btn.btn-primary:active,
body .btn.btn-primary.active,
body .show > .btn.btn-primary.dropdown-toggle,
body .btn-check:checked + .btn.btn-primary {
  background: #e8232d !important;
  border-color: #e8232d !important;
}

body .btn.btn-primary:hover,
body .btn.btn-primary:focus,
body .btn.btn-primary:active,
body .btn.btn-primary.active,
body .show > .btn.btn-primary.dropdown-toggle,
body .btn-check:checked + .btn.btn-primary {
  background: #be1e2d !important;
  border-color: #be1e2d !important;
}

body .btn.btn-primary:focus,
body .btn.btn-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(232, 35, 45, 0.25) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle,
.btn-check:checked + .btn-outline-primary {
  background-color: #2c2f73 !important;
  border-color: #2c2f73 !important;
  color: #fff !important;
}

.btn-outline-primary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(66, 162, 218, 0.25) !important;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e8232d;
  --bs-btn-border-color: #e8232d;
  --bs-btn-hover-bg: #be1e2d;
  --bs-btn-hover-border-color: #be1e2d;
  --bs-btn-active-bg: #be1e2d;
  --bs-btn-active-border-color: #be1e2d;
  --bs-btn-focus-shadow-rgb: 232, 35, 45;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:focus-visible,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle,
.btn-check:checked + .btn-danger {
  background-color: #be1e2d !important;
  border-color: #be1e2d !important;
  color: #fff !important;
}

/* Authentication portal: a calm, dedicated entry point for the complaint system. */
.authentication-wrapper.authentication-cover {
  background: #f5f7f9;
  box-sizing: border-box;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  padding: 1.5rem;
}

.authentication-cover .authentication-inner {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 3.75rem rgba(44, 47, 115, 0.12);
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.authentication-cover .auth-cover-bg {
  background:
    radial-gradient(circle at 15% 15%, rgba(66, 162, 218, 0.2), transparent 34%),
    linear-gradient(145deg, #fff 0%, #eef5fb 100%);
  min-height: 100%;
  overflow: hidden;
  padding: clamp(2.5rem, 5vw, 5rem);
  position: relative;
}

.authentication-cover .auth-cover-bg::before {
  border: 1px solid rgba(66, 162, 218, 0.28);
  border-radius: 999px;
  content: "";
  height: 26rem;
  position: absolute;
  right: -9rem;
  top: -8rem;
  width: 26rem;
}

.authentication-cover .auth-illustration,
.authentication-cover .auth-illustration-login,
.authentication-cover .auth-illustration-sm {
  height: auto !important;
  max-height: 58% !important;
  max-width: 88% !important;
  object-fit: contain;
  position: relative !important;
  transform: none !important;
  width: 100% !important;
  z-index: 1;
}

.authentication-cover .auth-portal-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.authentication-cover .auth-portal-copy {
  max-width: 34rem;
  position: relative;
  z-index: 1;
}

.authentication-cover .auth-portal-kicker {
  color: #2c2f73;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.authentication-cover .auth-portal-copy h1 {
  color: #2c2f73;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0;
  max-width: 11ch;
}

.authentication-cover .auth-portal-copy p {
  color: #6f6b7d;
  font-size: 1rem;
  line-height: 1.65;
  margin: 1.25rem 0 0;
  max-width: 34rem;
}

.authentication-cover .platform-bg,
.authentication-cover .auth-cover-brand {
  display: none;
}

.authentication-cover .authentication-bg {
  background: #fff !important;
  padding: 3rem !important;
}

.authentication-cover .authentication-bg > div {
  background: #fff;
  border: 1px solid rgba(66, 162, 218, 0.25);
  border-radius: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(44, 47, 115, 0.1);
  margin: auto;
  max-width: 27rem;
  padding: 2.25rem;
  width: 100%;
}

.authentication-cover .authentication-bg h4 {
  color: #2c2f73;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.authentication-cover .authentication-bg h4 + p {
  color: #6f6b7d;
  line-height: 1.6;
}

.authentication-cover .authentication-bg .app-brand-logo img,
.authentication-cover .authentication-bg img[alt="ShapeAlert Logo"] {
  max-height: 4.75rem;
  width: auto;
}

.authentication-cover .authentication-bg .btn-primary {
  min-height: 2.875rem;
}

@media (max-width: 1199.98px) {
  .authentication-wrapper.authentication-cover {
    background:
      radial-gradient(circle at 0 0, rgba(66, 162, 218, 0.18), transparent 38%),
      linear-gradient(145deg, #fff 0%, #eef5fb 100%);
    height: auto;
    padding: 1.5rem;
    overflow: auto;
  }

  .authentication-cover .authentication-inner {
    align-items: center;
    block-size: calc(100vh - 3rem);
    border: 1px solid rgba(66, 162, 218, 0.2);
    border-radius: 1.25rem;
    box-shadow: 0 1rem 3rem rgba(44, 47, 115, 0.1);
    justify-content: center;
    min-height: calc(100vh - 3rem);
  }

  .authentication-cover .authentication-bg {
    padding: 2.5rem !important;
  }

  .authentication-cover .authentication-bg > div {
    max-width: 32rem;
    padding: 2.5rem;
  }
}

/* Registration is grouped by task so the longer form remains easy to scan. */
.authentication-cover .auth-registration-form {
  display: grid;
  gap: 0.85rem;
}

.authentication-cover .auth-registration-steps {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.authentication-cover .auth-registration-step {
  align-items: center;
  background: #f4f8fb;
  border: 1px solid #e1eaf0;
  border-radius: 0.55rem;
  color: #6f6b7d;
  display: flex;
  font-size: 0.72rem;
  font-weight: 600;
  gap: 0.4rem;
  min-height: 2.35rem;
  padding: 0.4rem 0.55rem;
}

.authentication-cover .auth-registration-step b {
  align-items: center;
  background: #dbeef9;
  border-radius: 50%;
  color: #2c2f73;
  display: inline-flex;
  flex: 0 0 1.25rem;
  font-size: 0.68rem;
  height: 1.25rem;
  justify-content: center;
}

.authentication-cover .auth-registration-step.is-active {
  background: #eef7fc;
  border-color: #9dcce8;
  color: #2c2f73;
}

.authentication-cover .auth-registration-step.is-active b {
  background: linear-gradient(135deg, #2c2f73, #42a2da);
  color: #fff;
}

.authentication-cover .auth-registration-section {
  background: #f9fbfc;
  border: 1px solid #e1eaf0;
  border-radius: 0.75rem;
  padding: 0.9rem;
}

.authentication-cover .auth-registration-section-heading {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.authentication-cover .auth-registration-section-number {
  align-items: center;
  background: #e4f2fb;
  border-radius: 0.5rem;
  color: #2c2f73;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 2rem;
}

.authentication-cover .auth-registration-section h5 {
  color: #2c2f73;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.15rem;
}

.authentication-cover .auth-registration-section p {
  color: #7d8790;
  font-size: 0.72rem;
  line-height: 1.35;
  margin: 0;
}

.authentication-cover .auth-registration-grid {
  display: grid;
  gap: 0.7rem;
}

.authentication-cover .auth-registration-field {
  min-width: 0;
}

.authentication-cover .auth-registration-form .form-label {
  display: block;
  margin-bottom: 0.35rem;
}

.authentication-cover .auth-registration-form .form-control,
.authentication-cover .auth-registration-form .input-group-text {
  min-height: 2.75rem;
}

.authentication-cover .auth-registration-terms {
  padding: 0.2rem 0.15rem 0;
}

.authentication-cover .auth-registration-terms .form-check {
  margin: 0;
}

.authentication-cover .auth-registration-terms .form-check-label {
  color: #4b465c;
  font-size: 0.8rem;
}

@media (min-width: 1500px) {
  .authentication-cover .auth-registration-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .authentication-cover .auth-registration-step {
    font-size: 0.66rem;
    padding-inline: 0.4rem;
  }
}

/* Reference auth layout: light illustration panel, floating form card, stronger fields. */
.authentication-wrapper.authentication-cover {
  background: #eef5fb;
  padding: 1.5rem;
}

.authentication-cover .authentication-inner {
  border: 1px solid #e2e2e2;
  border-radius: 1.25rem;
  box-shadow: 0 1rem 3rem rgba(44, 47, 115, 0.08);
}

.authentication-cover .auth-showcase {
  background:
    radial-gradient(circle at 12% 14%, rgba(66, 162, 218, 0.2), transparent 28%),
    linear-gradient(145deg, #fff 0%, #eef5fb 100%);
  border-right: 0;
  padding: clamp(2.5rem, 5vw, 4.5rem);
}

.authentication-cover .auth-showcase::before {
  border: 1px solid rgba(66, 162, 218, 0.22);
  border-radius: 50%;
  height: 20rem;
  left: auto;
  right: -8rem;
  top: -7rem;
  width: 20rem;
}

.authentication-cover .auth-showcase::after {
  background: transparent;
  border: 0;
}

.authentication-cover .auth-showcase .auth-showcase-copy {
  margin-top: 0;
}

.authentication-cover .auth-showcase-kicker {
  color: #2c2f73;
}

.authentication-cover .auth-showcase .auth-showcase-copy h1 {
  color: #2c2f73;
  font-size: clamp(2.5rem, 4vw, 4.25rem);
  line-height: 0.98;
}

.authentication-cover .auth-showcase .auth-showcase-copy p {
  color: #6f6b7d;
  max-width: 31rem;
}

.authentication-cover .auth-showcase .auth-showcase-art {
  aspect-ratio: 1.45;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0.75rem 2rem rgba(44, 47, 115, 0.06);
  margin-bottom: 0;
  max-height: 48vh;
}

.authentication-cover .auth-showcase-meta {
  display: none;
}

.authentication-cover .auth-form-shell {
  background: #fff !important;
  border-left: 1px solid #e2e2e2;
  padding: clamp(2rem, 4vw, 4rem) !important;
}

.authentication-cover .auth-form-shell > div {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(44, 47, 115, 0.1);
  max-width: 25rem;
  padding: 2rem;
}

.authentication-cover .auth-form-shell > div::before {
  display: none;
}

.authentication-cover .auth-form-shell h4 {
  color: #2c2f73;
  font-size: 1.75rem;
  letter-spacing: -0.035em;
}

.authentication-cover .auth-form-shell .form-label {
  color: #2c2f73;
  font-size: 0.78rem;
  font-weight: 600;
}

.authentication-cover .auth-form-shell .form-control,
.authentication-cover .auth-form-shell .form-select,
.authentication-cover .auth-form-shell .input-group-text {
  background: #f9fbfc;
  border-color: #d9e2e8;
  min-height: 3.15rem;
}

.authentication-cover .auth-form-shell .form-control,
.authentication-cover .auth-form-shell .form-select {
  border-radius: 0.55rem;
  font-size: 0.92rem;
  padding-inline: 1rem;
}

.authentication-cover .auth-form-shell .form-control::placeholder {
  color: #9ca9b5;
}

.authentication-cover .auth-form-shell .form-control:hover,
.authentication-cover .auth-form-shell .form-select:hover {
  border-color: #9dcce8;
}

.authentication-cover .auth-form-shell .form-control:focus,
.authentication-cover .auth-form-shell .form-select:focus {
  background: #fff;
  border-color: #42a2da !important;
  box-shadow: 0 0 0 0.25rem rgba(66, 162, 218, 0.16) !important;
}

.authentication-cover .auth-form-shell .input-group-merge .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.authentication-cover .auth-form-shell .input-group-merge .input-group-text {
  border-bottom-right-radius: 0.55rem;
  border-left: 0;
  border-top-right-radius: 0.55rem;
  color: #6f6b7d;
  justify-content: center;
  min-width: 3.15rem;
}

.authentication-cover .auth-form-shell .input-group:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(66, 162, 218, 0.16);
}

.authentication-cover .auth-form-shell .input-group:focus-within .form-control,
.authentication-cover .auth-form-shell .input-group:focus-within .input-group-text {
  background: #fff;
  border-color: #42a2da !important;
}

@media (max-width: 1199.98px) {
  .authentication-wrapper.authentication-cover {
    background: #fff;
    padding: 0;
  }

  .authentication-cover .authentication-inner {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .authentication-cover .auth-form-shell {
    border-left: 0;
    padding: clamp(2rem, 9vw, 4rem) !important;
  }

  .authentication-cover .auth-form-shell > div {
    max-width: 29rem;
  }
}

/* More-specific registration selectors keep this compact layout above legacy auth spacing. */
.authentication-cover .auth-registration-form {
  display: grid;
  gap: 0.85rem;
}

.authentication-cover .auth-registration-steps {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.authentication-cover .auth-registration-step {
  align-items: center;
  background: #f4f8fb;
  border: 1px solid #e1eaf0;
  border-radius: 0.55rem;
  color: #6f6b7d;
  display: flex;
  font-size: 0.72rem;
  font-weight: 600;
  gap: 0.4rem;
  min-height: 2.35rem;
  padding: 0.4rem 0.55rem;
}

.authentication-cover .auth-registration-step b {
  align-items: center;
  background: #dbeef9;
  border-radius: 50%;
  color: #2c2f73;
  display: inline-flex;
  flex: 0 0 1.25rem;
  font-size: 0.68rem;
  height: 1.25rem;
  justify-content: center;
}

.authentication-cover .auth-registration-step.is-active {
  background: #eef7fc;
  border-color: #9dcce8;
  color: #2c2f73;
}

.authentication-cover .auth-registration-step.is-active b {
  background: linear-gradient(135deg, #2c2f73, #42a2da);
  color: #fff;
}

.authentication-cover .auth-registration-section {
  background: #f9fbfc;
  border: 1px solid #e1eaf0;
  border-radius: 0.75rem;
  padding: 0.9rem;
}

.authentication-cover .auth-registration-section-heading {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

.authentication-cover .auth-registration-section-number {
  align-items: center;
  background: #e4f2fb;
  border-radius: 0.5rem;
  color: #2c2f73;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 2rem;
}

.authentication-cover .auth-registration-section h5 {
  color: #2c2f73;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.15rem;
}

.authentication-cover .auth-registration-section p {
  color: #7d8790;
  font-size: 0.72rem;
  line-height: 1.35;
  margin: 0;
}

.authentication-cover .auth-registration-grid {
  display: grid;
  gap: 0.7rem;
}

.authentication-cover .auth-registration-field {
  min-width: 0;
}

.authentication-cover .auth-form-shell #formAuthentication.auth-registration-form .form-label {
  display: block;
  margin-bottom: 0.35rem;
}

.authentication-cover .auth-form-shell #formAuthentication.auth-registration-form .form-control,
.authentication-cover .auth-form-shell #formAuthentication.auth-registration-form .input-group-text {
  min-height: 2.75rem;
}

.authentication-cover .auth-registration-terms {
  padding: 0.2rem 0.15rem 0;
}

.authentication-cover .auth-registration-terms .form-check {
  margin: 0;
}

.authentication-cover .auth-registration-terms .form-check-label {
  color: #4b465c;
  font-size: 0.8rem;
}

@media (min-width: 1500px) {
  .authentication-cover .auth-registration-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .authentication-cover .auth-registration-step {
    font-size: 0.66rem;
    padding-inline: 0.4rem;
  }
}

@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-cover {
    padding: 0;
  }

  .authentication-cover .authentication-inner {
    block-size: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 100vh;
  }

  .authentication-cover .authentication-bg {
    padding: 1.5rem !important;
  }

  .authentication-cover .authentication-bg > div {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
}

@media (min-width: 576px) and (max-height: 850px) {
  .authentication-cover .authentication-bg {
    padding: 1.5rem 2.5rem !important;
  }

  .authentication-cover .authentication-bg .mb-6 {
    margin-bottom: 0.75rem !important;
  }

  .authentication-cover .authentication-bg .my-8 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .authentication-cover .authentication-bg img[alt="ShapeAlert Logo"] {
    max-height: 3.5rem;
  }
}

/* Alternate auth direction: a light service-workspace layout. */
.authentication-wrapper.authentication-cover {
  background:
    radial-gradient(circle at 10% 8%, rgba(66, 162, 218, 0.16), transparent 25%),
    #f7f9fb;
}

.authentication-cover .authentication-inner {
  border: 1px solid #e2e2e2;
  border-radius: 1.25rem;
  box-shadow: 0 1rem 3rem rgba(44, 47, 115, 0.08);
}

.authentication-cover .auth-showcase {
  background: #fff;
  border-right: 1px solid #e2e2e2;
  padding: clamp(2rem, 4vw, 4.5rem);
}

.authentication-cover .auth-showcase::before {
  background: linear-gradient(90deg, #2c2f73, #42a2da);
  border: 0;
  border-radius: 99px;
  height: 0.3rem;
  left: clamp(2rem, 4vw, 4.5rem);
  right: auto;
  top: 2rem;
  width: 4rem;
}

.authentication-cover .auth-showcase::after {
  background: #eef5fb;
  border: 0;
  border-radius: 50%;
  bottom: -11rem;
  height: 24rem;
  left: -10rem;
  width: 24rem;
}

.authentication-cover .auth-showcase-copy {
  margin-top: 2rem;
}

.authentication-cover .auth-showcase-kicker {
  color: #42a2da;
}

.authentication-cover .auth-showcase-kicker::before {
  background: #e8232d;
}

.authentication-cover .auth-showcase-copy h1 {
  color: #2c2f73;
  font-size: clamp(2rem, 3vw, 3.25rem);
  line-height: 1.02;
  max-width: 11ch;
}

.authentication-cover .auth-showcase-copy p {
  color: #6f6b7d;
}

.authentication-cover .auth-showcase-art {
  aspect-ratio: 1.5;
  background: #eef5fb;
  border: 1px solid rgba(66, 162, 218, 0.22);
  border-radius: 1rem;
  box-shadow: none;
  margin-bottom: 1.5rem;
  transform: none;
}

.authentication-cover .auth-showcase-meta {
  gap: 0.75rem;
}

.authentication-cover .auth-showcase-meta span {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 99px;
  color: #2c2f73;
  letter-spacing: 0.04em;
  padding: 0.45rem 0.75rem;
}

.authentication-cover .auth-showcase-meta span + span::before {
  display: none;
}

.authentication-cover .auth-form-shell {
  background: linear-gradient(145deg, #fff 0%, #fbfcfd 100%) !important;
}

.authentication-cover .auth-form-shell > div::before {
  color: #42a2da;
}

@media (max-width: 1199.98px) {
  .authentication-wrapper.authentication-cover {
    background:
      radial-gradient(circle at 0 0, rgba(66, 162, 218, 0.14), transparent 35%),
      #fff;
  }

  .authentication-cover .authentication-inner {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

/* Fresh authentication composition. These final rules replace the legacy card layout. */
.authentication-wrapper.authentication-cover {
  background: #eef5fb;
  padding: clamp(1rem, 2vw, 2rem);
}

.authentication-cover .authentication-inner {
  background: #fff;
  border: 0;
  border-radius: 1.5rem;
  box-shadow: 0 1.5rem 4rem rgba(44, 47, 115, 0.14);
  overflow: hidden;
}

.authentication-cover .auth-showcase {
  background:
    radial-gradient(circle at 88% 12%, rgba(66, 162, 218, 0.7), transparent 24%),
    linear-gradient(145deg, #2c2f73 0%, #26396f 56%, #42a2da 145%);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 4rem);
  position: relative;
}

.authentication-cover .auth-showcase::before,
.authentication-cover .auth-showcase::after {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
}

.authentication-cover .auth-showcase::before {
  height: 22rem;
  right: -10rem;
  top: -8rem;
  width: 22rem;
}

.authentication-cover .auth-showcase::after {
  bottom: -12rem;
  height: 28rem;
  left: -14rem;
  width: 28rem;
}

.authentication-cover .auth-showcase-copy {
  max-width: 34rem;
  position: relative;
  z-index: 1;
}

.authentication-cover .auth-showcase-kicker {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.authentication-cover .auth-showcase-kicker::before {
  background: #e8232d;
  border-radius: 99px;
  content: "";
  height: 0.5rem;
  width: 0.5rem;
}

.authentication-cover .auth-showcase-copy h1 {
  color: #fff;
  font-size: clamp(2.25rem, 3.6vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 1.25rem 0 0;
  max-width: 10ch;
}

.authentication-cover .auth-showcase-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.65;
  margin: 1.5rem 0 0;
  max-width: 32rem;
}

.authentication-cover .auth-showcase-art {
  aspect-ratio: 1.65;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 2.5rem rgba(13, 21, 66, 0.28);
  margin: auto 0 1.5rem;
  max-height: 46vh;
  overflow: hidden;
  position: relative;
  transform: rotate(-1.5deg);
  z-index: 1;
}

.authentication-cover .auth-showcase-art .auth-illustration {
  display: block;
  height: 100% !important;
  max-height: none !important;
  max-width: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.authentication-cover .auth-showcase-meta {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  font-size: 0.73rem;
  font-weight: 700;
  gap: 1.25rem;
  letter-spacing: 0.08em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.authentication-cover .auth-showcase-meta span + span::before {
  background: #e8232d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.3rem;
  margin-right: 1.25rem;
  vertical-align: middle;
  width: 0.3rem;
}

.authentication-cover .auth-form-shell {
  background: #fff !important;
  border: 0;
  padding: clamp(2rem, 5vw, 5rem) !important;
}

.authentication-cover .auth-form-shell > div {
  background: transparent;
  border: 0;
  box-shadow: none;
  max-width: 27rem;
  padding: 0;
}

.authentication-cover .auth-form-shell > div::before {
  color: #2c2f73;
  content: "Secure access";
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.authentication-cover .auth-form-shell h4 {
  color: #2c2f73;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.authentication-cover .auth-form-shell .form-label {
  color: #4b465c;
  font-size: 0.84rem;
  font-weight: 600;
}

.authentication-cover .auth-form-shell .form-control,
.authentication-cover .auth-form-shell .input-group-text {
  background-color: #fff;
}

@media (max-width: 1199.98px) {
  .authentication-wrapper.authentication-cover {
    background:
      linear-gradient(135deg, rgba(66, 162, 218, 0.16), transparent 45%),
      #fff;
    padding: 0;
  }

  .authentication-cover .authentication-inner {
    border-radius: 0;
    box-shadow: none;
  }

  .authentication-cover .auth-form-shell {
    padding: clamp(2rem, 9vw, 5rem) !important;
  }

  .authentication-cover .auth-form-shell > div {
    max-width: 34rem;
  }
}

@media (max-width: 575.98px) {
  .authentication-cover .auth-form-shell {
    padding: 1.75rem !important;
  }

  .authentication-cover .auth-form-shell h4 {
    font-size: 1.7rem;
  }
}

@media (min-width: 576px) and (max-height: 850px) {
  .authentication-cover .auth-form-shell {
    padding: 1.5rem 2.5rem !important;
  }

  .authentication-cover .auth-form-shell .mb-6 {
    margin-bottom: 0.75rem !important;
  }

  .authentication-cover .auth-form-shell .my-8 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }

  .authentication-cover .auth-showcase-copy h1 {
    font-size: 2.35rem;
  }

  .authentication-cover .auth-showcase-art {
    max-height: 38vh;
  }
}

@media (min-width: 1200px) and (max-height: 850px) {
  .authentication-cover .authentication-bg {
    padding: 1.5rem !important;
  }

  .authentication-cover .authentication-bg > div {
    padding: 1.25rem 1.5rem;
  }

  .authentication-cover .authentication-bg .mb-6 {
    margin-bottom: 0.85rem !important;
  }

  .authentication-cover .authentication-bg img[alt="ShapeAlert Logo"] {
    max-height: 3.5rem;
  }
}

/* Flat auth portal layout: avoid a card nested inside another card. */
.authentication-wrapper.authentication-cover {
  background: #fff;
  padding: 0;
}

.authentication-cover .authentication-inner {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.authentication-cover .auth-cover-bg {
  min-height: 100%;
}

.authentication-cover .authentication-bg {
  background: #fff !important;
  border-left: 1px solid #e2e2e2;
  padding: clamp(2rem, 5vw, 5rem) !important;
}

.authentication-cover .authentication-bg > div {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  max-width: 28rem;
  padding: 0;
}

.authentication-cover .authentication-bg > div::before {
  background: linear-gradient(90deg, #2c2f73, #42a2da);
  content: "";
  display: block;
  height: 0.25rem;
  margin-bottom: 1.5rem;
  width: 3.5rem;
}

@media (max-width: 1199.98px) {
  .authentication-wrapper.authentication-cover {
    background: #fff;
    padding: 0;
  }

  .authentication-cover .authentication-inner {
    block-size: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 100vh;
  }

  .authentication-cover .authentication-bg {
    border-left: 0;
    padding: clamp(1.75rem, 7vw, 4rem) !important;
  }

  .authentication-cover .authentication-bg > div {
    max-width: 32rem;
  }
}

@media (max-width: 575.98px) {
  .authentication-wrapper.authentication-cover,
  .authentication-cover .authentication-inner {
    block-size: auto;
    min-height: 100vh;
  }

  .authentication-cover .authentication-bg > div::before {
    margin-bottom: 1.25rem;
  }
}

/* Shared portal panel for login, registration, and password recovery. */
.authentication-cover .auth-form-shell > .auth-panel.auth-panel {
  background: #fff;
  border: 1px solid #dce8ef;
  border-radius: 1.125rem;
  box-shadow: 0 1.25rem 3rem rgba(44, 47, 115, 0.1);
  max-width: 29rem;
  padding: 2rem 2.25rem 1.75rem;
  position: relative;
}

.authentication-cover .auth-form-shell > .auth-panel.auth-panel::before {
  background: linear-gradient(90deg, #2c2f73 0%, #42a2da 76%, #e8232d 76%, #be1e2d 100%);
  border-radius: 1.125rem 1.125rem 0 0;
  content: "";
  height: 0.3rem;
  inset: -1px -1px auto;
  position: absolute;
}

.authentication-cover .auth-panel-brand {
  align-items: center;
  border-bottom: 1px solid #e8eef2;
  display: flex;
  gap: 0.85rem;
  padding-bottom: 1rem;
}

.authentication-cover .auth-panel-brand img {
  height: 3.6rem !important;
  object-fit: contain;
  width: auto;
}

.authentication-cover .auth-panel-brand span {
  border-left: 1px solid #dbe5eb;
  color: #6f6b7d;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  max-width: 8rem;
  padding-left: 0.85rem;
  text-transform: uppercase;
}

.authentication-cover .auth-panel-title {
  color: #2c2f73;
  font-size: clamp(1.6rem, 2.1vw, 1.9rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.authentication-cover .auth-panel-description {
  color: #6f6b7d;
  font-size: 0.9rem;
  line-height: 1.55;
  max-width: 25rem;
}

.authentication-cover .auth-panel .alert {
  border-radius: 0.7rem;
  font-size: 0.85rem;
}

.authentication-cover .auth-panel > p.text-center {
  border-top: 1px solid #e8eef2;
  color: #6f6b7d;
  font-size: 0.86rem;
  margin: 0;
  padding-top: 1.15rem;
}

.authentication-cover .auth-panel > p.text-center a,
.authentication-cover .auth-panel .text-center a {
  color: #2c2f73;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .authentication-cover .auth-form-shell > .auth-panel.auth-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: 31rem;
    padding: 0;
  }

  .authentication-cover .auth-form-shell > .auth-panel.auth-panel::before {
    border-radius: 0.25rem;
    inset: 0 auto auto 0;
    width: 4.5rem;
  }

  .authentication-cover .auth-panel-brand {
    padding-top: 1rem;
  }
}

.authentication-cover .auth-status-message {
  background: #f4f8fb;
  border-left: 0.25rem solid #42a2da;
  border-radius: 0 0.6rem 0.6rem 0;
  color: #4b465c;
  font-size: 0.9rem;
  line-height: 1.55;
  padding: 0.9rem 1rem;
}

/* Compact the registration flow so the complete form fits within common laptop heights. */
.authentication-cover .auth-form-shell > .auth-registration-panel {
  max-width: 31rem;
}

.authentication-cover .auth-registration-panel .auth-registration-steps {
  display: none;
}

.authentication-cover .auth-registration-panel .auth-registration-form {
  gap: 0.7rem;
}

.authentication-cover .auth-registration-panel .auth-registration-section {
  padding: 0.75rem 0.85rem;
}

.authentication-cover .auth-registration-panel .auth-registration-section-heading {
  margin-bottom: 0.55rem;
}

.authentication-cover .auth-registration-panel .auth-registration-section p {
  display: none;
}

.authentication-cover .auth-registration-panel .auth-registration-grid {
  gap: 0.55rem;
}

.authentication-cover .auth-registration-panel .auth-registration-field .form-label {
  margin-bottom: 0.25rem;
}

.authentication-cover .auth-form-shell > .auth-registration-panel #formAuthentication.auth-registration-form .form-control,
.authentication-cover .auth-form-shell > .auth-registration-panel #formAuthentication.auth-registration-form .input-group-text {
  min-height: 2.55rem;
}

.authentication-cover .auth-registration-panel .auth-registration-terms {
  padding-top: 0.05rem;
}

@media (min-width: 576px) {
  .authentication-cover .auth-registration-panel .auth-registration-section:first-of-type .auth-registration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .authentication-cover .auth-registration-panel .auth-registration-section:first-of-type .auth-registration-field:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-height: 850px) and (min-width: 1200px) {
  .authentication-cover .auth-form-shell > .auth-registration-panel {
    padding: 1.4rem 1.75rem 1.25rem;
  }

  .authentication-cover .auth-registration-panel .auth-panel-brand {
    margin-bottom: 0.85rem !important;
    padding-bottom: 0.7rem;
  }

  .authentication-cover .auth-registration-panel .auth-panel-brand img {
    height: 2.8rem !important;
  }

  .authentication-cover .auth-registration-panel .auth-panel-description {
    margin-bottom: 0.85rem !important;
  }
}

/* Keep the illustration panel calm and legible instead of letting decoration cover the heading. */
.authentication-cover .auth-showcase {
  background:
    radial-gradient(circle at 8% 92%, rgba(66, 162, 218, 0.12), transparent 22%),
    linear-gradient(145deg, #fff 0%, #f2f8fc 100%);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  position: relative;
}

.authentication-cover .auth-showcase::before {
  background: linear-gradient(135deg, #2c2f73, #42a2da);
  border: 0;
  border-radius: 50%;
  content: "";
  height: 12rem;
  opacity: 0.92;
  right: -6rem;
  top: -6rem;
  width: 12rem;
}

.authentication-cover .auth-showcase::after {
  background: #e8232d;
  border: 0;
  border-radius: 50%;
  bottom: auto;
  content: "";
  height: 0.55rem;
  left: auto;
  right: 2.25rem;
  top: 2.25rem;
  width: 0.55rem;
}

.authentication-cover .auth-showcase-copy {
  max-width: 35rem;
  padding-top: 0.5rem;
  position: relative;
  z-index: 1;
}

.authentication-cover .auth-showcase-copy h1 {
  color: #2c2f73;
  font-size: clamp(2.25rem, 3.35vw, 3.6rem);
  letter-spacing: -0.05em;
  line-height: 1.02;
  max-width: 12ch;
}

.authentication-cover .auth-showcase-copy p {
  color: #5f6676;
  font-size: 1rem;
  line-height: 1.65;
  margin-top: 1.4rem;
  max-width: 34rem;
}

.authentication-cover .auth-showcase .auth-showcase-art {
  align-self: end;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 1.75rem;
  overflow: visible;
  position: relative;
  z-index: 1;
}

/* Reference auth layout lock: kept last so legacy template overrides cannot win. */
.authentication-wrapper.authentication-cover {
  background: #eef5fb;
  padding: 1.5rem;
}

.authentication-cover .authentication-inner {
  border: 1px solid #e2e2e2;
  border-radius: 1.25rem;
  box-shadow: 0 1rem 3rem rgba(44, 47, 115, 0.08);
}

.authentication-cover .auth-showcase {
  background:
    radial-gradient(circle at 12% 14%, rgba(66, 162, 218, 0.2), transparent 28%),
    linear-gradient(145deg, #fff 0%, #eef5fb 100%);
  border-right: 0;
  padding: clamp(2.5rem, 5vw, 4.5rem);
}

.authentication-cover .auth-showcase-copy {
  margin-top: 0;
}

.authentication-cover .auth-showcase-kicker,
.authentication-cover .auth-showcase-copy h1 {
  color: #2c2f73;
}

.authentication-cover .auth-showcase-copy h1 {
  font-size: clamp(2.5rem, 4vw, 4.25rem);
  line-height: 0.98;
}

.authentication-cover .auth-showcase-copy p {
  color: #6f6b7d;
  max-width: 31rem;
}

.authentication-cover .auth-showcase-art {
  aspect-ratio: 1.45;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0.75rem 2rem rgba(44, 47, 115, 0.06);
  margin-bottom: 0;
  max-height: 48vh;
  transform: none;
}

.authentication-cover .auth-showcase-meta {
  display: none;
}

.authentication-cover .auth-form-shell {
  background: #fff !important;
  border-left: 1px solid #e2e2e2;
  padding: clamp(2rem, 4vw, 4rem) !important;
}

.authentication-cover .auth-form-shell > div {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(44, 47, 115, 0.1);
  max-width: 25rem;
  padding: 2rem;
}

.authentication-cover .auth-form-shell > div::before {
  display: none;
}

.authentication-cover .auth-form-shell h4 {
  color: #2c2f73;
  font-size: 1.75rem;
  letter-spacing: -0.035em;
}

.authentication-cover .auth-form-shell .form-label {
  color: #2c2f73;
  font-size: 0.78rem;
  font-weight: 600;
}

.authentication-cover .auth-form-shell .form-control,
.authentication-cover .auth-form-shell .form-select,
.authentication-cover .auth-form-shell .input-group-text {
  background: #f9fbfc;
  border-color: #d9e2e8;
  min-height: 3.15rem;
}

.authentication-cover .auth-form-shell .form-control,
.authentication-cover .auth-form-shell .form-select {
  border-radius: 0.55rem;
  font-size: 0.92rem;
  padding-inline: 1rem;
}

.authentication-cover .auth-form-shell .form-control::placeholder {
  color: #9ca9b5;
}

.authentication-cover .auth-form-shell .form-control:hover,
.authentication-cover .auth-form-shell .form-select:hover {
  border-color: #9dcce8;
}

.authentication-cover .auth-form-shell .form-control:focus,
.authentication-cover .auth-form-shell .form-select:focus {
  background: #fff;
  border-color: #42a2da !important;
  box-shadow: 0 0 0 0.25rem rgba(66, 162, 218, 0.16) !important;
}

.authentication-cover .auth-form-shell .input-group-merge .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.authentication-cover .auth-form-shell .input-group-merge .input-group-text {
  border-bottom-right-radius: 0.55rem;
  border-left: 0;
  border-top-right-radius: 0.55rem;
  color: #6f6b7d;
  justify-content: center;
  min-width: 3.15rem;
}

.authentication-cover .auth-form-shell .input-group:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(66, 162, 218, 0.16);
}

.authentication-cover .auth-form-shell .input-group:focus-within .form-control,
.authentication-cover .auth-form-shell .input-group:focus-within .input-group-text {
  background: #fff;
  border-color: #42a2da !important;
}

@media (max-width: 1199.98px) {
  .authentication-wrapper.authentication-cover {
    background: #fff;
    padding: 0;
  }

  .authentication-cover .authentication-inner {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .authentication-cover .auth-form-shell {
    border-left: 0;
    padding: clamp(2rem, 9vw, 4rem) !important;
  }

  .authentication-cover .auth-form-shell > div {
    max-width: 29rem;
  }
}
