/* Simple blue-gold palette */
/*:root { --gold:#D4AF37; --blue:#1e40af; }*/
/*a { text-decoration:none; }*/
/*@media print {*/
/*  .kop-surat { display:flex; gap:12px; align-items:center; border-bottom:2px solid #000; padding-bottom:8px; margin-bottom:16px; }*/
/*  .no-print { display:none !important; }*/
/*}*/
/* Palet warna biru-emas */
:root { --gold:#D4AF37; --blue:#1e3a8a; }

/* Section hero login dengan background kampus */
.login-hero{
  background-image: url('../img/bg-campus.jpg'); /* letakkan fotonya di assets/img/bg-campus.jpg */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: saturate(1.05) contrast(1.02);
}

/* fallback kalau gambar belum ada */
@media (prefers-reduced-transparency: no-preference) {
  .login-hero:empty { background: linear-gradient(120deg, #1e3a8a, #0b3d91); }
}
