/**
 * TEN® login two-factor — login fields, fingerprint landing, dashboard slider.
 */
.ten-l2-user,
.head .loginform_wrap .loginform_header input.ten-l2-user,
.frame-type-login .tx-felogin-pi1 input.ten-l2-user,
#uid28 .allcont .tx-felogin-pi1 input.ten-l2-user {
  border: 2px solid #cc0607 !important;
}

.ten-l2-user.is-known,
.head .loginform_wrap .loginform_header input.ten-l2-user.is-known,
.frame-type-login .tx-felogin-pi1 input.ten-l2-user.is-known,
#uid28 .allcont .tx-felogin-pi1 input.ten-l2-user.is-known {
  border-color: #1a7f37 !important;
}

.ten-l2-wait {
  margin: 10px 0 0;
  font-size: 13px;
  color: #555;
}

.ten-l2 {
  margin: 0;
  min-height: 100vh;
  background: #f6f3ee;
  color: #1a1a1a;
  font-family: Calibri, Carlito, "Segoe UI", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ten-l2-card {
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px;
  box-shadow: 0 12px 40px rgba(20, 12, 12, 0.08);
  text-align: center;
}

.ten-l2-kicker {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #cc0607;
  font-weight: 700;
}

.ten-l2 h1 {
  margin: 0 0 12px;
  font-size: 1.4rem;
}

.ten-l2-lead {
  color: #555;
  margin: 0 0 22px;
}

.ten-l2-alert {
  color: #6b1212;
}

.ten-l2-finger {
  width: 88px;
  height: 88px;
  border: 0;
  border-radius: 50%;
  background: #cc0607;
  color: #fff;
  cursor: pointer;
}

.ten-l2-finger:hover,
.ten-l2-finger:focus-visible {
  background: #ae0d0f;
}

.ten-l2-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.ten-l2-toggle__switch {
  position: relative;
  width: 52px;
  height: 30px;
  flex: 0 0 52px;
}

.ten-l2-toggle__switch input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.ten-l2-toggle__track {
  display: block;
  width: 52px;
  height: 30px;
  border-radius: 999px;
  background: #d8d2c8;
  transition: background 0.2s ease;
}

.ten-l2-toggle__knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.ten-l2-toggle.is-on .ten-l2-toggle__track {
  background: #cc0607;
}

.ten-l2-toggle.is-on .ten-l2-toggle__knob {
  transform: translateX(22px);
}

.ten-l2-toggle__finger {
  width: 22px;
  height: 22px;
  color: #cc0607;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ten-l2-toggle.is-on .ten-l2-toggle__finger {
  opacity: 1;
  transform: scale(1);
}

.ten-l2-toggle__label {
  font-weight: 700;
}

.ten-l2-toggle__hint {
  margin: 8px 0 0;
  font-size: 13px;
  color: #666;
}

.ten-l2-toggle__offpwd {
  margin: 12px 0 0;
}

.ten-l2-card-dash {
  margin: 14px 0 0;
}

.mt-home .ten-l2-toggle,
.myten-home .ten-l2-toggle {
  margin: 14px 0 0;
}
