body {
  font-family: "Mitr", sans-serif !important;
}

.auth-alert {
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
}

.auth-footer {
  position: fixed;
  bottom: 12px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #aaa;
  font-size: 0.95rem;
  z-index: 100;
}

.auth-footer--static {
  position: static;
  width: auto;
  left: auto;
  bottom: auto;
  text-align: center;
  color: #6c757d;
}

.auth-lock-msg {
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
}

/* ── Password rules box ── */
.password-rules {
  width: 100%;
  background: #f4f4f4;
  border-radius: 14px;
  padding: 14px 18px;
  margin-bottom: 10px;
  font-size: 13px;
}

.password-rules-title {
  font-family: "Mitr", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #999;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.password-rules-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rule {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Mitr", sans-serif;
  font-size: 13px;
  color: #aaa;
  transition: color 0.25s;
}

.rule-icon {
  font-size: 14px;
  flex-shrink: 0;
  transition: color 0.25s;
}

.rule--pass {
  color: #57b846;
}

.rule--pass .rule-icon {
  color: #57b846;
}

.rule--fail {
  color: #ccc;
}

.rule--fail .rule-icon {
  color: #ddd;
}

.login100-form-btn:disabled {
  background: #b0b0b0;
  cursor: not-allowed;
}
