/* SVG Logo for Sistem Pendaftaran Camaba */
.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffffff;
  margin-left: 0.5rem;
}

.logo-text span {
  color: #a9dfbf;
  font-weight: 400;
}
