#futsal-page {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100% !important;
}

.bg-daftar-futsal {
  position: relative;
  height: auto;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  inset: 0;
  margin: 5rem 0;
  padding: 8rem 0 0 0;
  z-index: 1;
}

.bg-daftar-futsal h1 {
  font-size: clamp(1.5rem, 6vw, 2.3rem);
  color: var(--secondary-color);
  text-align: start;
  font-weight: bold;
  line-height: 0.5;
}

.bg-daftar-futsal span {
  display: inline-block;
  font-size: clamp(0.7rem, 4vw, 1.2rem);
  text-align: start;
  font-weight: bold;
  padding-bottom: 0.9rem;
  color: var(--secondary-color);
}

.bg-daftar-futsal .text-welcome {
  font-size: clamp(0.6rem, 4vw, 0.8rem);
  text-align: start;
  color: var(--secondary-color);
  width: 49%;
  line-height: 1.3;
}

.bg-daftar-futsal label {
  font-size: clamp(0.6rem, 4vw, 0.9rem);
  text-align: start;
  color: var(--secondary-color);
  line-height: 1.3;
  font-weight: 500;
}

.bg-daftar-futsal input,
.bg-daftar-futsal select {
  background-color: var(--background-card);
  border-radius: 5px;
  width: 100%;
  height: 40px;
  border: none;
  color: var(--secondary-color);
  font-size: 0.8rem;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.bg-daftar-futsal .form-control:focus {
  border-color: var(--background-card);
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 53, 0.25); /* Glow hijau */
}

.bg-daftar-futsal .form-select:focus {
  border-color: var(--background-card);
  box-shadow: 0 0 0 0.2rem rgba(52, 53, 53, 0.25); /* Glow hijau */
}

.footer-button-futsal button {
  background: var(--button-color);
  width: 125px;
  height: 40px;
  border: none;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.footer-button-futsal button:hover {
    transform: scale(1.1);
}

.footer-button-futsal {
  padding-top: 1rem;
}

.footer-button-futsal a.btn {
  width: 125px;
  height: 40px;
  border-radius: 5px;
  background-color: var(--secondary-color);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  font-weight: 500;
  font-size: 15px !important;
}

/* media query */

@media (max-width: 468px) {
  .bg-daftar-futsal span {
    text-align: center;
    width: 100%;
  }

  .bg-daftar-futsal .text-welcome {
    width: 100%;
  }

  p {
    font-size: 12px !important;
    padding: 0 1rem !important;
  }
}
