body {
  background-image: url('/img/bg-auth.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh; /* pastikan tinggi penuh */
  margin: 0;
}
