/* Hero Registrasi */
.hero-registration {
  background: url("img/sxpistols-sxpstls-o9C_1ycJ6ZY-unsplash.jpg") no-repeat center center/cover;
  height: 100vh;
  position: relative;
}
.hero-registration::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero-registration .container {
  position: relative;
  z-index: 2;
}

/* Form Card */
.card {
  border-radius: 15px;
}
.card h3 {
  font-weight: bold;
  color: #0d6efd;
}
