:root {
  --dz-night: #071016;
  --dz-night-2: #0b171f;
  --dz-ink: #0f2230;
  --dz-muted: #6b7a86;
  --dz-line: #d9e5e8;
  --dz-paper: #f6faf9;
  --dz-panel: #ffffff;
  --dz-teal: #14b8a6;
  --dz-teal-2: #0f766e;
  --dz-blue: #2563eb;
  --dz-sky: #38bdf8;
  --dz-amber: #f59e0b;
  --dz-danger: #dc2626;
  --dz-shadow: 0 28px 70px rgba(7, 16, 22, .20);
  --dz-radius: 8px;
}

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body.dz-login-body {
  background:
    linear-gradient(90deg, rgba(20, 184, 166, .12) 0 1px, transparent 1px 92px),
    linear-gradient(0deg, rgba(56, 189, 248, .08) 0 1px, transparent 1px 92px),
    linear-gradient(135deg, #061017 0%, #0b171f 45%, #10222e 100%);
  color: var(--dz-ink);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

body.dz-login-body::before {
  animation: dzPageScan 7s linear infinite;
  background: linear-gradient(180deg, transparent, rgba(56, 189, 248, .12), transparent);
  content: "";
  height: 34vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: -36vh;
  z-index: 0;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.dz-login-shell {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(390px, .98fr) minmax(390px, 1.02fr);
  max-width: 100vw;
  min-height: 100vh;
  padding: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.dz-login-brand,
.dz-login-panel {
  border: 1px solid rgba(217, 229, 232, .16);
  border-radius: var(--dz-radius);
  min-height: calc(100vh - 48px);
  min-width: 0;
}

.dz-login-brand {
  background:
    linear-gradient(140deg, rgba(7, 16, 22, .94), rgba(8, 29, 38, .88)),
    url("../../images/fondotecnologia.jpg") center / cover no-repeat;
  box-shadow: var(--dz-shadow);
  color: #fff;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  justify-content: space-between;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.dz-login-brand::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .07) 0 1px, transparent 1px 76px),
    linear-gradient(0deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 76px);
  content: "";
  inset: 0;
  opacity: .65;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.dz-login-brand::after {
  animation: dzBrandSweep 6.5s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(20, 184, 166, .20), transparent);
  content: "";
  height: 1px;
  left: -30%;
  position: absolute;
  right: -30%;
  top: 30%;
  transform: rotate(-12deg);
  z-index: 0;
}

.dz-ambient {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.dz-ambient span {
  animation: dzDataLine 8s linear infinite;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, .52), rgba(20, 184, 166, .42), transparent);
  height: 1px;
  left: -45%;
  position: absolute;
  width: 58%;
}

.dz-ambient span:nth-child(1) {
  top: 18%;
}

.dz-ambient span:nth-child(2) {
  animation-delay: 2.2s;
  top: 54%;
}

.dz-ambient span:nth-child(3) {
  animation-delay: 4.5s;
  top: 78%;
}

.dz-brand-top,
.dz-brand-copy,
.dz-signal-panel,
.dz-brand-grid,
.dz-powered {
  position: relative;
  z-index: 1;
}

.dz-brand-top {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.dz-brand-actions {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  min-width: 0;
}

.dz-pos-logo {
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .22));
  height: auto;
  max-width: 56%;
  object-fit: contain;
  width: 206px;
}

.dz-brand-pill {
  align-items: center;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--dz-radius);
  color: rgba(255, 255, 255, .88);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  gap: 8px;
  letter-spacing: 0;
  min-height: 36px;
  padding: 7px 12px;
  white-space: nowrap;
}

.dz-brand-pill i {
  color: var(--dz-teal);
}

.dz-brand-live {
  align-items: center;
  background: rgba(34, 197, 94, .10);
  border: 1px solid rgba(34, 197, 94, .24);
  border-radius: var(--dz-radius);
  color: #bbf7d0;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0;
  min-height: 36px;
  padding: 7px 11px;
  white-space: nowrap;
}

.dz-brand-live::before {
  animation: dzPulse 1.4s ease-in-out infinite;
  background: #22c55e;
  border-radius: 999px;
  content: "";
  height: 8px;
  width: 8px;
}

.dz-brand-copy {
  max-width: 660px;
  padding: 42px 0 22px;
}

.dz-brand-copy p {
  color: #7dd3fc;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.dz-brand-copy h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
  max-width: 640px;
}

.dz-brand-copy span {
  color: rgba(255, 255, 255, .76);
  display: block;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.48;
  margin-top: 22px;
  max-width: 560px;
}

.dz-signal-panel {
  background: rgba(7, 16, 22, .52);
  border: 1px solid rgba(125, 211, 252, .24);
  border-radius: var(--dz-radius);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
  margin: 4px 0 18px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.dz-signal-panel::before {
  animation: dzSignalOrbit 7s linear infinite;
  border: 1px solid rgba(125, 211, 252, .20);
  border-radius: 50%;
  bottom: -28px;
  content: "";
  height: 86px;
  opacity: .75;
  position: absolute;
  right: -20px;
  width: 86px;
}

.dz-signal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.dz-signal-header {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  padding-bottom: 12px;
  padding-right: 112px;
  text-transform: uppercase;
}

.dz-signal-header::after {
  animation: dzMiniSweep 2.6s linear infinite;
  background: linear-gradient(90deg, transparent, rgba(125, 211, 252, .78), transparent);
  bottom: -1px;
  content: "";
  height: 2px;
  left: -80px;
  position: absolute;
  width: 80px;
}

.dz-signal-bars {
  align-items: end;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(6, 1fr);
  height: 18px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 18px;
  width: 92px;
  z-index: 3;
}

.dz-signal-bars::after {
  animation: dzMiniSweep 2.4s linear infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .88), transparent);
  content: "";
  height: 1px;
  left: -42px;
  position: absolute;
  top: 7px;
  width: 42px;
}

.dz-signal-bars span {
  animation: dzBars 1.7s ease-in-out infinite;
  background: linear-gradient(180deg, var(--dz-sky), var(--dz-teal));
  border-radius: 6px 6px 2px 2px;
  box-shadow: 0 0 12px rgba(56, 189, 248, .32);
  min-height: 4px;
}

.dz-signal-bars span:nth-child(2) {
  animation-delay: .12s;
}

.dz-signal-bars span:nth-child(3) {
  animation-delay: .24s;
}

.dz-signal-bars span:nth-child(4) {
  animation-delay: .36s;
}

.dz-signal-bars span:nth-child(5) {
  animation-delay: .48s;
}

.dz-signal-bars span:nth-child(6) {
  animation-delay: .60s;
}

.dz-brand-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dz-brand-grid div {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--dz-radius);
  min-height: 116px;
  padding: 15px;
}

.dz-brand-grid i {
  align-items: center;
  background: #d9fffb;
  border-radius: var(--dz-radius);
  color: #063a37;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  margin-bottom: 13px;
  width: 34px;
}

.dz-brand-grid strong,
.dz-brand-grid span {
  display: block;
}

.dz-brand-grid strong {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.dz-brand-grid span {
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  margin-top: 5px;
}

.dz-powered {
  align-items: center;
  display: inline-flex;
  margin-top: 22px;
  opacity: .9;
  width: fit-content;
}

.dz-powered img {
  height: auto;
  width: 132px;
}

.dz-login-panel {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(236, 248, 247, .88)),
    var(--dz-paper);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.dz-login-panel::before {
  background:
    linear-gradient(90deg, rgba(15, 118, 110, .08) 0 1px, transparent 1px 52px),
    linear-gradient(0deg, rgba(37, 99, 235, .06) 0 1px, transparent 1px 52px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.dz-login-card {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(217, 229, 232, .95);
  border-radius: var(--dz-radius);
  box-shadow: 0 24px 60px rgba(15, 34, 48, .16);
  max-width: 100%;
  overflow: hidden;
  padding: 34px;
  position: relative;
  width: 470px;
  z-index: 1;
}

.dz-card-scan {
  animation: dzCardScan 5.5s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(20, 184, 166, .38), transparent);
  height: 1px;
  left: -45%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 65%;
}

.dz-login-header {
  margin-bottom: 26px;
}

.dz-login-header span {
  align-items: center;
  background: #e6fffb;
  border: 1px solid #b7eee8;
  border-radius: var(--dz-radius);
  color: #0f766e;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0;
  min-height: 32px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.dz-login-header h2 {
  color: var(--dz-ink);
  font-size: 36px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 16px 0 8px;
}

.dz-login-header p {
  color: var(--dz-muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.dz-login-alert {
  background: #fff1f2;
  border: 1px solid rgba(220, 38, 38, .20);
  border-radius: var(--dz-radius);
  color: var(--dz-danger);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.dz-login-form {
  display: grid;
  gap: 18px;
}

.dz-field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.dz-field > span {
  color: #253746;
  font-size: 13px;
  font-weight: 900;
}

.dz-field-control {
  position: relative;
}

.dz-field-control > i {
  color: #71808b;
  font-size: 16px;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.dz-field input {
  background: #fbfefd;
  border: 1px solid #ccdade;
  border-radius: var(--dz-radius);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
  color: var(--dz-ink);
  font-size: 16px;
  font-weight: 750;
  height: 56px;
  outline: none;
  padding: 0 48px 0 46px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
  width: 100%;
}

.dz-field input::placeholder {
  color: #9aa7b0;
}

.dz-field input:focus {
  background: #fff;
  border-color: rgba(20, 184, 166, .82);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, .15), inset 0 1px 0 rgba(255, 255, 255, .95);
}

.dz-password-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: var(--dz-radius);
  color: #71808b;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 38px;
}

.dz-password-toggle:hover,
.dz-password-toggle:focus {
  background: #eef7f6;
  color: var(--dz-teal-2);
  outline: none;
}

.dz-login-options {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 42px;
}

.dz-remember {
  align-items: center;
  color: #253746;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  gap: 10px;
  margin: 0;
  user-select: none;
}

.dz-remember input {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.dz-toggle {
  background: #e8f0f1;
  border: 1px solid #c8d7da;
  border-radius: 999px;
  display: inline-flex;
  height: 28px;
  position: relative;
  transition: background 160ms ease, border-color 160ms ease;
  width: 48px;
}

.dz-toggle::after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(15, 34, 48, .25);
  content: "";
  height: 20px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: transform 160ms ease;
  width: 20px;
}

.dz-remember input:checked + .dz-toggle {
  background: var(--dz-teal);
  border-color: var(--dz-teal);
}

.dz-remember input:checked + .dz-toggle::after {
  transform: translateX(20px);
}

.dz-safe-note {
  color: var(--dz-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
}

.dz-submit {
  align-items: center;
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  border: 0;
  border-radius: var(--dz-radius);
  box-shadow: 0 18px 36px rgba(15, 118, 110, .28);
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 950;
  gap: 10px;
  justify-content: center;
  margin-top: 4px;
  min-height: 58px;
  overflow: hidden;
  padding: 0 18px;
  position: relative;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
  width: 100%;
}

.dz-submit::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .26), transparent);
  content: "";
  inset: 0 auto 0 -55%;
  position: absolute;
  transform: skewX(-18deg);
  transition: transform 320ms ease;
  width: 44%;
}

.dz-submit:hover,
.dz-submit:focus {
  box-shadow: 0 22px 44px rgba(15, 118, 110, .34);
  filter: saturate(1.08);
  outline: none;
}

.dz-submit:hover::before,
.dz-submit:focus::before {
  transform: translateX(360%) skewX(-18deg);
}

.dz-submit:active {
  transform: translateY(1px);
}

.dz-submit:disabled {
  cursor: wait;
  opacity: 1;
}

.dz-submit-spinner {
  animation: dzSubmitSpin .78s linear infinite;
  border: 3px solid rgba(255, 255, 255, .35);
  border-top-color: #fff;
  border-radius: 999px;
  display: none;
  height: 20px;
  width: 20px;
}

.dz-submit-status {
  color: var(--dz-teal-2);
  display: none;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
  margin-top: -6px;
  text-align: center;
}

body.dz-login-submitting .dz-submit {
  filter: saturate(.95);
  pointer-events: none;
}

body.dz-login-submitting .dz-submit::before {
  animation: dzSubmitSweep 1.2s ease-in-out infinite;
}

body.dz-login-submitting .dz-submit-spinner {
  display: inline-block;
}

body.dz-login-submitting .dz-submit-status {
  display: block;
}

body.dz-login-submitting .dz-submit i {
  display: none;
}

.dz-login-footer {
  align-items: center;
  border-top: 1px solid var(--dz-line);
  color: var(--dz-muted);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 16px;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
}

.dz-login-footer a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--dz-line);
  border-radius: var(--dz-radius);
  color: var(--dz-teal-2);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  text-decoration: none;
  width: 36px;
}

.dz-login-footer a:hover,
.dz-login-footer a:focus {
  background: #eef7f6;
  outline: none;
}

@keyframes dzPageScan {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(140vh);
  }
}

@keyframes dzBrandSweep {
  0%,
  100% {
    opacity: .15;
    transform: translateX(-14%) rotate(-12deg);
  }
  50% {
    opacity: .65;
    transform: translateX(18%) rotate(-12deg);
  }
}

@keyframes dzDataLine {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  18% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(240%);
  }
}

@keyframes dzPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, .42);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(34, 197, 94, 0);
  }
}

@keyframes dzBars {
  0%,
  100% {
    height: 30%;
  }
  50% {
    height: 100%;
  }
}

@keyframes dzSignalOrbit {
  0% {
    transform: rotate(0deg) scale(.96);
  }
  50% {
    transform: rotate(180deg) scale(1.04);
  }
  100% {
    transform: rotate(360deg) scale(.96);
  }
}

@keyframes dzSignalPing {
  0%,
  100% {
    opacity: .45;
    transform: scale(.85);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

@keyframes dzMiniSweep {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  16% {
    opacity: 1;
  }
  84% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(720px);
  }
}

@keyframes dzCardScan {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(230%);
  }
}

@keyframes dzSubmitArrow {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

@keyframes dzSubmitSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dzSubmitSweep {
  0% {
    transform: translateX(0) skewX(-18deg);
  }
  100% {
    transform: translateX(360%) skewX(-18deg);
  }
}

@media (min-width: 1181px) {
  html,
  body,
  body.dz-login-body {
    height: 100%;
    overflow: hidden;
  }

  .dz-login-shell {
    height: 100vh;
    min-height: 0;
    overflow: hidden;
  }

  .dz-login-brand,
  .dz-login-panel {
    height: calc(100vh - 48px);
    min-height: 0;
  }
}

@media (max-width: 1180px) {
  .dz-login-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .dz-login-brand,
  .dz-login-panel {
    min-height: auto;
  }

  .dz-brand-copy h1 {
    font-size: 50px;
  }

  .dz-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 721px) and (max-height: 820px) {
  .dz-login-shell {
    gap: 16px;
    padding: 18px;
  }

  .dz-login-brand,
  .dz-login-panel {
    height: calc(100vh - 36px);
    min-height: 0;
  }

  .dz-login-brand {
    padding: 26px 34px;
  }

  .dz-pos-logo {
    width: 172px;
  }

  .dz-brand-copy {
    padding: 24px 0 16px;
  }

  .dz-brand-copy h1 {
    font-size: 52px;
    max-width: 590px;
  }

  .dz-brand-copy span {
    font-size: 16px;
    margin-top: 14px;
  }

  .dz-signal-panel {
    margin-bottom: 14px;
    padding: 12px 14px;
  }

  .dz-signal-header {
    padding-bottom: 9px;
    padding-right: 92px;
  }

  .dz-signal-bars {
    height: 16px;
    right: 14px;
    top: 15px;
    width: 74px;
  }

  .dz-brand-grid div {
    min-height: 90px;
    padding: 12px;
  }

  .dz-brand-grid i {
    height: 30px;
    margin-bottom: 9px;
    width: 30px;
  }

  .dz-brand-grid strong {
    font-size: 14px;
  }

  .dz-brand-grid span {
    font-size: 11px;
  }

  .dz-powered {
    margin-top: 14px;
  }

  .dz-powered img {
    width: 116px;
  }

  .dz-login-card {
    padding: 30px;
  }

  .dz-login-header {
    margin-bottom: 20px;
  }

  .dz-login-header h2 {
    font-size: 32px;
  }

  .dz-login-form {
    gap: 15px;
  }

  .dz-field input {
    height: 52px;
  }

  .dz-password-toggle {
    top: 7px;
  }

  .dz-submit {
    min-height: 54px;
  }

  .dz-login-footer {
    margin-top: 18px;
    padding-top: 14px;
  }
}

@media (max-width: 720px) {
  body.dz-login-body {
    overflow-x: hidden;
    width: 100%;
  }

  .dz-login-shell {
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    max-width: 100vw;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  .dz-login-panel {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    justify-content: flex-start;
    max-width: 100vw;
    min-height: 100vh;
    order: -1;
    padding: 22px 32px;
    width: 100%;
  }

  .dz-login-card {
    box-shadow: 0 18px 44px rgba(15, 34, 48, .14);
    flex: 0 1 auto;
    max-width: 326px;
    padding: 26px 20px;
    width: calc(100vw - 64px);
  }

  .dz-login-brand {
    display: none;
  }

  .dz-login-header h2 {
    font-size: 30px;
  }

  .dz-login-options {
    align-items: flex-start;
    flex-direction: column;
  }

  .dz-safe-note {
    text-align: left;
  }
}

@media (max-width: 360px) {
  .dz-login-panel {
    padding-left: 18px;
    padding-right: 18px;
  }

  .dz-login-card {
    width: calc(100vw - 36px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
