/* PPOS login — desktop card + mobile hero (no card) */
@font-face {
  font-family: lao;
  src: url('../font/NotoSerifLao-Regular.ttf');
}

.ppos-login-page *,
.ppos-login-page .the-message {
  font-family: lao, 'Noto Sans Lao', sans-serif !important;
}

body,
body.ppos-login-body,
body:has(.ppos-login-page) {
  margin: 0;
  padding: 0;
  background-color: #0b1f3a;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  min-height: 100dvh;
}

.ppos-login-page {
  --ppos-cover-h: 50vh;
  --ppos-cover-h: 50dvh;
  --ppos-brand-dots: url('../images/brand/luayver-pattern-dots.svg');
  --ppos-brand-waves: url('../images/brand/luayver-pattern-waves.svg');
  --ppos-brand-rings: url('../images/brand/luayver-pattern-rings.svg');
  --ppos-brand-diagonal: url('../images/brand/luayver-pattern-diagonal.svg');
  --ppos-brand-water: url('../images/brand/luayver-pattern-water.svg');
  --ppos-brand-water-deep: url('../images/brand/luayver-pattern-water-deep.svg');
  position: relative;
  z-index: 1;
  background-color: #0b1f3a;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  isolation: isolate;
}

/* SVG ລາຍພື້ນຫຼັງ — ເບົາ, ບໍ່ blur (ເຄື່ອງສະເປັກຕ່ຳ) */
.ppos-login-patterns {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ppos-login-pattern {
  position: absolute;
  display: block;
  background-repeat: repeat;
  opacity: 1;
}

.ppos-login-pattern--dots {
  inset: 0;
  background-image: var(--ppos-brand-dots);
  background-size: 48px 48px;
  opacity: 0.32;
}

.ppos-login-pattern--rings {
  width: 240px;
  height: 240px;
  top: 8%;
  right: -72px;
  background: var(--ppos-brand-rings) center / contain no-repeat;
  opacity: 0.38;
}

/* ລາຍນ້ຳພື້ນຫຼັງ — ຊັ້ນດຽວ, ຄົງທີ່ (ບໍ່ animate) */
.ppos-login-pattern--water {
  left: -5%;
  right: -5%;
  bottom: 0;
  height: 42%;
  background-image: var(--ppos-brand-water);
  background-size: 360px 120px;
  background-repeat: repeat-x;
  background-position: 0 100%;
  opacity: 0.28;
}

.ppos-brand-logo-wrap {
  position: relative;
  display: inline-block;
  margin: 0 auto 0.65rem;
}

/* —— Brand cover slideshow — ครึ่งบน (มือถือ + เดสก์ท็อป) —— */
.ppos-brand-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: var(--ppos-cover-h);
  min-height: 260px;
  max-height: 440px;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  /* ມຸມລຸ່ມໂຄ້ງ — ເຊື່ອມກັບຟອร์ມ (ດ້ານເທິງຍັງเต็มจอ) */
  border-radius: 0 0 1.35rem 1.35rem;
}

.ppos-brand-cover-track {
  position: absolute;
  inset: 0;
}

.ppos-brand-cover-slide {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.04);
  z-index: 0;
  will-change: opacity, transform;
  pointer-events: none;
}

/* Cartoon brand SVG — ທີມ + ກະຕ່າ Luay Ver */
.ppos-brand-cover-slide--cartoon {
  background-position: center center;
  background-size: cover;
}

.ppos-brand-cover-slide--cartoon.is-active {
  animation: pposBrandKenCartoon 11s ease-out forwards;
}

/* ຮູບຄົນ (FB) — crop ໂຟກັດຄົນ + ໂທນ brand */
.ppos-brand-cover-slide--people {
  background-position: center 30%;
  background-size: cover;
}

.ppos-brand-cover-slide--full {
  background-position: top center;
  background-size: 100%;
  background-color: #0b2f72;
}

.ppos-brand-cover-slide--people::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(13, 71, 161, 0.12) 0%,
    rgba(25, 118, 210, 0.08) 40%,
    rgba(11, 31, 58, 0.35) 100%
  );
  opacity: 0.92;
  pointer-events: none;
}

.ppos-brand-cover-slide--people.is-active {
  animation: pposBrandKenPeople 10s ease-out forwards;
}

.ppos-brand-cover-slide--full.is-active {
  animation: pposBrandKenFull 10s ease-out forwards;
}

/* ຢູ່ກາງຈໍ + zoom ເບົາ */
.ppos-brand-cover-slide.is-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.04);
  animation: pposBrandCoverKen 9s ease-out forwards;
}

.ppos-brand-cover-slide--people.is-active {
  animation: pposBrandKenPeople 10s ease-out forwards;
}

/* ອອກ: fade out */
.ppos-brand-cover-slide.is-leaving-left {
  z-index: 2;
  animation: pposCoverFadeOut 0.95s ease forwards;
}

/* ເຂົ້າ: fade in */
.ppos-brand-cover-slide.is-entering-from-right {
  z-index: 1;
  animation: pposCoverFadeIn 0.95s ease forwards;
}

/* ອອກ: fade out */
.ppos-brand-cover-slide.is-leaving-right {
  z-index: 2;
  animation: pposCoverFadeOut 0.95s ease forwards;
}

/* ເຂົ້າ: fade in */
.ppos-brand-cover-slide.is-entering-from-left {
  z-index: 1;
  animation: pposCoverFadeIn 0.95s ease forwards;
}

@keyframes pposCoverFadeOut {
  from {
    opacity: 1;
    transform: scale(1.04);
  }
  to {
    opacity: 0;
    transform: scale(1.07);
  }
}

@keyframes pposCoverFadeIn {
  from {
    opacity: 0;
    transform: scale(1.01);
  }
  to {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes pposBrandCoverKen {
  from { transform: scale(1.04); }
  to { transform: scale(1.08); }
}

@keyframes pposBrandKenPeople {
  0% {
    transform: scale(1.06);
    background-position: center 24%;
  }
  50% {
    transform: scale(1.1);
    background-position: center 36%;
  }
  100% {
    transform: scale(1.08);
    background-position: center 30%;
  }
}

@keyframes pposBrandKenCartoon {
  0% {
    transform: translateX(0) scale(1.05);
    background-position: center 48%;
  }
  100% {
    transform: translateX(0) scale(1.1);
    background-position: center 52%;
  }
}

@keyframes pposBrandKenFull {
  0% {
    transform: scale(1);
    background-position: center top;
  }
  100% {
    transform: scale(1.02);
    background-position: center top;
  }
}

.ppos-brand-cover-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(8, 22, 48, 0.15) 0%, rgba(13, 71, 161, 0.5) 50%, rgba(11, 31, 58, 0.98) 100%),
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(30, 136, 229, 0.22), transparent 60%);
  pointer-events: none;
}

.ppos-brand-cover-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.65rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  pointer-events: auto;
}

.ppos-brand-cover-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.ppos-brand-cover-dot.is-active {
  background: #ffeb3b;
  transform: scale(1.2);
}

.ppos-brand-cover-dot:focus-visible {
  outline: 2px solid #ffeb3b;
  outline-offset: 2px;
}

html.ppos-low-motion .ppos-login-pattern--rings,
html.ppos-low-motion .ppos-login-pattern--water {
  opacity: 0.12;
}

html.ppos-low-motion .ppos-brand-cover-slide {
  transform: none !important;
  animation: none !important;
  transition: opacity 0.2s ease;
}

html.ppos-low-motion .ppos-brand-cover-slide.is-active,
html.ppos-low-motion .ppos-brand-cover-slide--people.is-active,
html.ppos-low-motion .ppos-brand-cover-slide--cartoon.is-active {
  animation: none;
  opacity: 1;
}

html.ppos-low-motion .ppos-brand-cover-dot {
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .ppos-brand-cover-slide {
    transform: none !important;
    animation: none !important;
    transition: opacity 0.45s ease;
  }

  .ppos-brand-cover-slide.is-active,
  .ppos-brand-cover-slide--people.is-active,
  .ppos-brand-cover-slide--cartoon.is-active {
    animation: none;
    opacity: 1;
  }
}

.ppos-login-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  height: var(--ppos-cover-h);
  min-height: 260px;
  max-height: 440px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: max(1rem, env(safe-area-inset-top)) 1.25rem 0.85rem;
  text-align: center;
  color: #fff;
  border-radius: 0 0 1.35rem 1.35rem;
}

.ppos-login-brand--desktop {
  display: none !important;
}

.ppos-login-hero .ppos-brand-logo-wrap .logo,
.ppos-login-hero-inner .ppos-brand-logo-wrap .logo,
.ppos-login-hero .ppos-brand-logo,
.ppos-brand-logo {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ppos-login-hero .logo img,
.ppos-login-hero-inner .logo img,
.ppos-brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}

.ppos-brand-logo img.is-store-logo,
#logoIMGHero.is-store-logo,
#logoIMG.is-store-logo {
  object-fit: cover;
}

.ppos-login-hero .login-title-main {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.ppos-login-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
}

.ppos-brand-logo-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.ppos-brand-logo-link:focus-visible {
  outline: 2px solid #ffeb3b;
  outline-offset: 4px;
  border-radius: 50%;
}

.ppos-brand-wordmark {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem;
  margin: 0 0 0.35rem;
  line-height: 1;
}

.ppos-brand-wordmark-en {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
}

.ppos-brand-wordmark-pos {
  font-size: 1.35rem;
  font-weight: 900;
  color: #ffeb3b;
  letter-spacing: 0.06em;
}

.ppos-login-brand-tagline {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  text-align: center;
}

.ppos-login-shell {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  padding: 1rem 1rem 0.5rem;
  background: transparent;
  box-sizing: border-box;
}

.ppos-login-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(30, 136, 229, 0.1), transparent 58%),
    linear-gradient(180deg, rgba(11, 31, 58, 0.12) 0%, rgba(13, 40, 71, 0.28) 100%);
  pointer-events: none;
}

.ppos-login-shell::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--ppos-brand-dots);
  background-size: 40px 40px;
  opacity: 0.12;
  pointer-events: none;
}

.ppos-login-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.ppos-login-panel {
  position: relative;
  border: none;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  border-radius: 1rem;
  overflow: visible;
  background: #fff;
}

.ppos-login-panel .card-body {
  padding: 1.5rem 1.35rem 1.35rem;
}

.ppos-login-brand {
  text-align: center;
  margin-bottom: 0.5rem;
}

.ppos-login-heading {
  margin: 5rem 0 0.75rem;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* โลโก้ในการ์ด (ซ่อน brand desktop) — เก็บไว้ให้ JS sync */
.ppos-login-brand--desktop .logo {
  position: absolute;
  top: -88px;
  left: 50%;
  margin-left: -88px;
  width: 176px;
  height: 176px;
}

.login-title-main {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0d47a1;
}

.login-title-sub {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 4px;
}

.ppos-login-panel h1,
.ppos-login-panel h2 {
  margin: 0;
}

/* Material outlined fields */
.form-floating-wrapper {
  position: relative;
  width: 100%;
  --ppos-input-icon-left: 18px;
  --ppos-input-icon-size: 22px;
  --ppos-input-icon-gap: 18px;
  --ppos-input-text-left: calc(var(--ppos-input-icon-left) + var(--ppos-input-icon-size) + var(--ppos-input-icon-gap));
  --ppos-input-float-top: -8px;
  --ppos-input-float-icon-left: calc(var(--ppos-input-text-left) - 20px);
}

.form-floating-wrapper--plain {
  --ppos-input-text-left: 16px;
}

.input-icon {
  position: absolute;
  left: var(--ppos-input-icon-left);
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.54);
  z-index: 2;
  pointer-events: none;
  width: 22px;
  height: 22px;
  transform-origin: left center;
  transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    left 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.input-icon ion-icon {
  width: 22px;
  height: 22px;
  color: currentColor;
}

.form-floating-wrapper.has-value .input-icon {
  top: var(--ppos-input-float-top);
  left: var(--ppos-input-float-icon-left);
  transform: scale(0.75);
  color: rgba(0, 0, 0, 0.6);
}

.form-floating-wrapper:focus-within .input-icon {
  top: var(--ppos-input-float-top);
  left: var(--ppos-input-float-icon-left);
  transform: scale(0.75);
  color: #1976d2;
}

.floating-input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 1.45rem 16px 0.45rem var(--ppos-input-text-left);
  margin: 0;
  border: 2px solid rgba(0, 0, 0, 0.38);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.96);
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  line-height: 1.35;
  caret-color: #1976d2;
  transition: border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-input:hover {
  border-color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
}

.floating-input:focus {
  outline: none;
  border-color: #1976d2;
  background-color: #fff;
  box-shadow: none;
}

.floating-input::placeholder {
  color: transparent;
}

.floating-label {
  position: absolute;
  top: 50%;
  left: var(--ppos-input-text-left);
  max-width: calc(100% - var(--ppos-input-text-left) - 16px);
  padding: 0 0.35rem 0 0.25rem;
  pointer-events: none;
  transform-origin: 0 0;
  transform: translateY(-50%);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    top 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.2;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(180deg, transparent 35%, rgba(255, 255, 255, 0.96) 35%);
}

.floating-input:focus ~ .floating-label,
.floating-input:not(:placeholder-shown) ~ .floating-label,
.floating-input:-webkit-autofill ~ .floating-label,
.floating-input:autofill ~ .floating-label,
.floating-input.has-value ~ .floating-label {
  top: var(--ppos-input-float-top);
  transform: scale(0.75) translateX(-2px);
  left: var(--ppos-input-text-left);
  font-weight: 500;
}

.floating-input:focus ~ .floating-label {
  color: #1976d2;
}

.floating-input:not(:focus):not(:placeholder-shown) ~ .floating-label,
.floating-input:not(:focus).has-value ~ .floating-label {
  color: rgba(0, 0, 0, 0.6);
}

.form-floating-wrapper--password .floating-input {
  padding-right: 56px;
}

.form-floating-wrapper--password .floating-label {
  max-width: calc(100% - var(--ppos-input-text-left) - 56px);
}

.floating-input.form-control {
  border-radius: 4px !important;
  box-shadow: none !important;
}

.password-toggle-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}

.password-toggle-btn:hover {
  color: #1976d2;
  background: rgba(25, 118, 210, 0.08);
}

.password-toggle-btn ion-icon {
  width: 22px;
  height: 22px;
  pointer-events: none;
}

.btn-submit,
.btn-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 24px;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 600;
  font-size: 15px;
  color: #fff !important;
  background: #1976d2 !important;
  box-shadow: 0 3px 8px rgba(25, 118, 210, 0.35);
  cursor: pointer;
  gap: 0.4rem;
}

.btn-submit:hover,
.btn-next:hover {
  background: #1565c0 !important;
}

.btn-submit:disabled {
  background: rgba(0, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.38) !important;
  box-shadow: none;
}

.btn-next ion-icon,
.btn-submit .btn-text ion-icon {
  width: 20px;
  height: 20px;
}

.login-back-link {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: #1976d2;
  cursor: pointer;
  font-weight: 500;
}

.login-step-2 {
  display: none;
}

.login-step-2.is-active {
  display: block;
}

.login-step-1.is-hidden {
  display: none !important;
}

.ppos-login-page .footer-copyright {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  color: #fff;
  text-align: center;
  padding: 12px 16px;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
  font-size: 13px;
  z-index: 10;
  background: linear-gradient(180deg, transparent, rgba(13, 71, 161, 0.45));
}

.ppos-login-page .footer-copyright a {
  color: #fff;
  text-decoration: underline;
}

.md-toast-container,
#mdToastContainer {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10050;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  bottom: 0;
}

.md-toast {
  color: #fff;
  padding: 16px 24px;
  width: 100%;
  font-size: 16px;
  animation: mdSlideUpFull 0.4s cubic-bezier(0, 0, 0.2, 1);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #322f35;
}

.md-toast.danger { background-color: #b3261e !important; }
.md-toast.success { background-color: #2e7d32 !important; }
.md-toast.warning { background-color: #ed6c02 !important; }

@keyframes mdSlideUpFull {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

/* —— Mobile: flat form (no card) —— */
@media (max-width: 767.98px) {
  .ppos-login-page {
    min-height: 100dvh;
  }

  .ppos-brand-wordmark {
    margin-bottom: 0.5rem;
  }

  .ppos-login-shell {
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem 0.5rem;
  }

  .ppos-login-container {
    max-width: 100%;
    padding: 0;
  }

  .ppos-login-panel {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .ppos-login-panel .card-body {
    padding: 0.5rem 0 0;
  }

  .ppos-login-heading {
    margin: 0;
  }

  .login-title-main {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    line-height: 1.35;
  }

  .login-title-sub {
    font-size: 0.8125rem;
    opacity: 0.9;
  }

  .ppos-login-fields .floating-input {
    background: #fff;
    border-color: #dee2e6;
    border-radius: 10px;
    min-height: 54px;
  }

  .btn-submit,
  .btn-next {
    min-height: 52px;
    border-radius: 10px !important;
    font-size: 16px;
  }

  .login-back-link {
    color: #90caf9;
  }

  .login-back-link:hover {
    color: #bbdefb;
  }

  .ppos-login-page .footer-copyright {
    font-size: 12px;
    padding: 10px 12px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    background: rgba(13, 71, 161, 0.55);
  }
}

@media (min-width: 768px) {
  .ppos-login-page {
    --ppos-cover-h: 50vh;
    --ppos-cover-h: 50dvh;
  }

  .ppos-login-pattern--rings {
    width: 360px;
    height: 360px;
    top: 5%;
    right: -40px;
  }

  .ppos-brand-cover,
  .ppos-login-hero {
    max-height: 480px;
    border-radius: 0 0 1.5rem 1.5rem;
  }

  .ppos-login-hero .logo,
  .ppos-login-hero-inner .logo {
    width: 152px;
    height: 152px;
  }

  .ppos-login-hero .login-title-main {
    font-size: 1.5rem;
  }

  .ppos-brand-wordmark-en {
    font-size: 1.15rem;
  }

  .ppos-brand-wordmark-pos {
    font-size: 1.5rem;
  }

  .ppos-login-shell {
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1.5rem 0.75rem;
  }

  .ppos-login-container {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .ppos-login-panel {
    background: #fff;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
    border-radius: 1rem;
  }

  .ppos-login-panel .card-body {
    padding: 1.35rem 1.5rem 1.25rem;
  }

  .ppos-login-fields .floating-input {
    min-height: 52px;
  }

  .login-back-link {
    color: #1976d2;
  }

  .login-back-link:hover {
    color: #0d47a1;
  }
}
