* {
  box-sizing: border-box;
}

body.liz-login-body {
  margin: 0;
  background: var(--liz-bg-base);
  color: var(--liz-text-main);
  font-family: var(--liz-font-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.liz-login-section {
  background: #ffffff;
  color: #111827;
  padding: 55px 24px 65px;
}

.liz-login-card {
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.13);
}

.liz-login-form {
  padding: 42px;
  background: #ffffff;
}

.liz-login-side {
  padding: 42px;
  background: #111827;
  color: #ffffff;
}

.liz-login-form h2,
.liz-login-side h2 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 900;
}

.liz-muted {
  margin: 0 0 24px;
  color: #6b7280;
  line-height: 1.55;
}

.liz-login-side .liz-muted {
  color: rgba(255, 255, 255, 0.72);
}

.liz-login-form label {
  display: block;
  margin-bottom: 7px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.liz-login-form input[type="text"],
.liz-login-form input[type="password"] {
  width: 100%;
  padding: 14px 15px;
  margin-bottom: 18px;
  border: 1px solid #d8dee9;
  border-radius: 10px;
  background: #f9fafb;
  color: #111827;
  font-size: 14px;
  outline: none;
}

.liz-login-form input[type="text"]:focus,
.liz-login-form input[type="password"]:focus {
  border-color: #00c896;
  box-shadow: 0 0 0 4px rgba(0, 200, 150, 0.16);
  background: #ffffff;
}

.liz-btn {
  display: inline-block;
  min-width: 145px;
  padding: 13px 22px;
  border: 0;
  border-radius: 4px;
  background: #00b884;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.liz-btn:hover {
  background: #009f73;
}

.liz-links {
  margin-top: 18px;
  line-height: 1.7;
}

.liz-links a,
.liz-ticket-note a {
  color: #00b4ff;
  font-weight: 800;
  text-decoration: none;
}

.liz-lock {
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 200, 150, 0.14);
  font-size: 30px;
}

.liz-error {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff1f2;
  color: #be123c;
  font-size: 13px;
  font-weight: 800;
}

.liz-ticket-note {
  max-width: 880px;
  margin: 22px auto 0;
  padding: 18px;
  border-radius: 14px;
  background: #f8fafc;
  text-align: center;
  color: #111827;
}

.liz-footer {
  background: #171a26;
  padding: 44px 24px;
  text-align: center;
  color: #ffffff;
}

.liz-footer h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}

.liz-footer p {
  margin: 5px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

@media (max-width: 760px) {

  .liz-login-card {
    grid-template-columns: 1fr;
  }

  .liz-login-form,
  .liz-login-side {
    padding: 28px;
  }
}

/* =========================================================
   Aurora Cloud Works Header/Footer Refinement
   ========================================================= */


.liz-footer {
  background: #f4f0ea;
  color: #11183a;
  text-align: left;
  padding: 48px 34px;
}

.liz-footer-grid {
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 36px;
}

.liz-footer h3 {
  color: #11183a;
  font-size: 30px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
}

.liz-footer p {
  color: #11183a;
  font-size: 16px;
  line-height: 1.55;
  margin: 5px 0;
}

.liz-footer p strong {
  color: #d1a86b;
  font-weight: 700;
}

.liz-footer a {
  color: #11183a;
  font-weight: 800;
  text-decoration: none;
}

.liz-footer a:hover {
  color: #d1a86b;
}

.liz-footer-brand {
  max-width: 1050px;
  margin: 34px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  color: #11183a;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.liz-footer-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

@media (max-width: 760px) {
  

  .liz-footer-grid {
    grid-template-columns: 1fr;
  }

  .liz-footer-brand {
    justify-content: flex-start;
    font-size: 14px;
    letter-spacing: 2px;
  }
}

/* =========================================================
   Footer Centering + Clean Hover Effects
   ========================================================= */

.liz-footer {
  text-align: center;
}

.liz-footer-grid {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 90px;
  text-align: center;
}

.liz-footer-grid > div {
  flex: 0 1 360px;
}

.liz-footer-brand {
  justify-content: center;
}

/* Header + navbar hover */
.liz-navbar a,
.liz-user-nav a {
  position: relative;
  transition: color 0.22s ease, text-shadow 0.22s ease;
}

.liz-navbar a:hover,
.liz-user-nav a:hover {
  color: #00f5bd;
  text-shadow:
    0 0 10px rgba(0, 245, 189, 0.75),
    0 0 20px rgba(0, 245, 189, 0.35);
}

.liz-navbar a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: #00f5bd;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.liz-navbar a:hover::after,
.liz-navbar a.active::after {
  transform: scaleX(1);
}

.liz-navbar a.active {
  color: #00f5bd;
  text-shadow: 0 0 10px rgba(0, 245, 189, 0.65);
}

/* Social icon sizing */
.liz-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.liz-social-icons a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(17, 24, 58, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.liz-social-icons a:hover {
  transform: translateY(-2px);
  background: rgba(0, 245, 189, 0.12);
  box-shadow: 0 0 18px rgba(0, 245, 189, 0.28);
}

.liz-social-icons img {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  object-fit: contain;
  display: block;
}

@media (max-width: 760px) {
  .liz-footer-grid {
    flex-direction: column;
    gap: 34px;
    align-items: center;
  }

  .liz-footer-grid > div {
    flex: none;
    width: 100%;
    max-width: 360px;
  }

  .liz-footer-brand {
    justify-content: center;
    text-align: center;
  }
}