body.admindek-auth {
  min-height: 100vh;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(64, 153, 255, 0.20), transparent 22%),
    radial-gradient(circle at bottom right, rgba(46, 216, 182, 0.16), transparent 24%),
    linear-gradient(135deg, #f4f7fb 0%, #eef4ff 50%, #f7fbff 100%);
}

.auth-wrapper {
  min-height: 100vh;
  padding: 28px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(43, 61, 81, 0.14);
  background: #fff;
}

.auth-side {
  min-height: 100%;
  padding: 42px 34px;
  color: #fff;
  position: relative;
  background:
    linear-gradient(140deg, rgba(64, 153, 255, 0.96) 0%, rgba(83, 109, 254, 0.95) 55%, rgba(46, 216, 182, 0.92) 100%),
    url('/static/asset_login/images/designer-industriel-travaillant-modele-3d_23-2149370096.jpg') center/cover no-repeat;
}

.auth-side::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.auth-side > * {
  position: relative;
  z-index: 1;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 24px;
}

.brand-block img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 14px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.brand-block h4,
.brand-block h6 {
  margin: 0;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.brand-block h6 {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88);
}

.auth-side h1 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.auth-side .lead-text {
  color: rgba(255, 255, 255, 0.90);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
  /* max-width: 520px; */
  text-align: center;
}

.info-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.summary-grid {
  margin-top: 10px;
}

.mini-panel {
  margin-top: 14px;
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.mini-panel .icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 16px;
}

.mini-panel h6 {
  color: #fff;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 14px;
}

.mini-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.5;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
}

.feature-list i {
  color: #fff;
  font-size: 16px;
}

.auth-content {
  padding: 42px 34px;
  background: #fff;
}

.auth-header small {
  display: inline-block;
  margin-bottom: 8px;
  color: #4099ff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.auth-header h3 {
  margin-bottom: 8px;
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #2b3d51;
}

.auth-header p {
  color: #6c7a89;
  margin-bottom: 22px;
}

.auth-form-card,
.auth-info-card {
  border: 1px solid #eef2f7;
  border-radius: 16px;
  background: #fbfdff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.auth-form-card {
  padding: 18px 18px 6px;
}

.auth-info-card {
  padding: 24px;
}

.auth-info-card p:last-child,
.auth-form-card p:last-child {
  margin-bottom: 0;
}

.login-box,
.login-box-body,
.login-box-msg {
  width: 100%;
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.messages {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.messages li,
.auth-alert {
  padding: 12px 14px;
  border-radius: 12px;
  margin-bottom: 10px;
  font-size: 13px;
  border: 1px solid transparent;
}

.alert-success,
.auth-alert-success {
  background: #ecfdf5;
  color: #0f5132;
  border-color: #b9ebd0;
}

.alert-error,
.alert-danger,
.auth-alert-danger {
  background: #fff1f3;
  color: #a4133c;
  border-color: #ffc2d1;
}

.auth-form-card form,
.auth-form-card .form-stack {
  width: 100%;
}

.auth-form-card .form-group,
.auth-form-card p {
  margin-bottom: 14px;
}

.auth-form-card label,
.auth-form-card p > label {
  display: block;
  color: #2b3d51;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 7px;
}

.auth-form-card input[type='text'],
.auth-form-card input[type='password'],
.auth-form-card input[type='email'],
.auth-form-card input[type='number'],
.auth-form-card select,
.auth-form-card textarea {
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  border: 1px solid #dfe7f3;
  background: #fff;
  padding: 10px 14px;
  font-size: 14px;
  color: #2b3d51;
  box-shadow: none;
  transition: all 0.2s ease;
}

.auth-form-card textarea {
  min-height: 120px;
}

.auth-form-card input:focus,
.auth-form-card select:focus,
.auth-form-card textarea:focus {
  border-color: #4099ff;
  box-shadow: 0 0 0 3px rgba(64, 153, 255, 0.12);
  outline: none;
}

.auth-form-card .btn,
.auth-form-card button[type='submit'],
.auth-form-card input[type='submit'],
.auth-info-card .btn {
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #4099ff 0%, #536dfe 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(64, 153, 255, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.auth-form-card .btn,
.auth-form-card button[type='submit'],
.auth-form-card input[type='submit'] {
  width: 100%;
  height: 48px;
}

.auth-info-card .btn {
  min-height: 46px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.auth-form-card .btn:hover,
.auth-form-card button[type='submit']:hover,
.auth-form-card input[type='submit']:hover,
.auth-info-card .btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(64, 153, 255, 0.28);
}

.auth-form-card ul,
.auth-form-card .errorlist {
  margin: 6px 0 0;
  padding-left: 18px;
  color: #a4133c;
  font-size: 12px;
}

.auth-form-card .helptext,
.auth-help-text {
  display: block;
  margin-top: 6px;
  color: #6c7a89;
  font-size: 12px;
  line-height: 1.6;
}

.auth-note {
  margin: 0 0 18px;
  color: #6c7a89;
  font-size: 13px;
  line-height: 1.7;
}

.auth-footer {
  margin-top: 18px;
  text-align: center;
  color: #6c7a89;
  font-size: 13px;
}

.auth-branding {
  margin-top: 18px;
  text-align: center;
}

.auth-branding img {
  max-width: 168px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.auth-legal-footer {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #edf2f7;
  text-align: center;
  color: #7f8da1;
  font-size: 12px;
  line-height: 1.7;
}

.auth-footer a,
.auth-inline-link,
.auth-info-card a {
  color: #4099ff;
  font-weight: 700;
  text-decoration: none;
}

.auth-footer a:hover,
.auth-inline-link:hover,
.auth-info-card a:hover {
  text-decoration: underline;
}

.auth-action-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.auth-status-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: rgba(64, 153, 255, 0.12);
  color: #4099ff;
  font-size: 24px;
}

.password-field-wrap {
  position: relative;
}

.password-toggle {
  position: absolute;
  top: 42px;
  right: 18px;
  cursor: pointer;
  z-index: 2;
  color: #7f8da1;
}

.password-toggle:hover {
  color: #4099ff;
}

.password-toggle-input {
  padding-right: 42px !important;
}

.auth-info-card h4 {
  margin: 0 0 10px;
  color: #2b3d51;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.auth-info-card p {
  margin: 0;
  color: #6c7a89;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .auth-side,
  .auth-content {
    padding: 28px 22px;
  }

  .auth-side h1 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .auth-wrapper {
    padding: 16px 10px;
  }

  .auth-content,
  .auth-side {
    padding: 24px 18px;
  }

  .auth-header h3 {
    font-size: 24px;
  }

  .auth-action-row .btn {
    width: 100%;
  }

  .auth-branding img {
    max-width: 140px;
  }
}