body {
  min-height: 100vh;
}

.card {
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.stat-card .display-6 {
  font-weight: 700;
}

.asset-thumb {
  width: 100%;
  height: 160px;
  object-fit: cover;
  background: #f1f3f5;
}

.photo-thumb {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: .5rem;
}

.login-wrapper {
  max-width: 420px;
  margin: 8vh auto;
}

.required label::after,
label.required::after {
  content: " *";
  color: #dc3545;
}

@media print {
  .navbar, .no-print { display: none !important; }
}
