#rukibra-page {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100% !important;
}

.bg-daftar-rukibra {
  height: auto;
  position: relative;
  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-rukibra h1 {
  font-size: clamp(1.5rem, 6vw, 2.3rem);
  color: var(--secondary-color);
  text-align: start;
  font-weight: bold;
  line-height: 0.8;
}

.bg-daftar-rukibra 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-rukibra .text-welcome {
  font-size: clamp(0.6rem, 4vw, 15px);
  text-align: start;
  color: var(--secondary-color);
  width: 49%;
  line-height: 1.3;
  font-weight: 500;
}

.bg-daftar-rukibra 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-rukibra input,
.bg-daftar-rukibra 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-rukibra .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-rukibra .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-rukibra 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-rukibra button:hover {
  transform: scale(1.1);
}

.footer-button-rukibra {
  padding-top: 1rem;
}

.footer-button-rukibra 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;
}

/* media query */

@media (max-width: 468px) {
  .bg-daftar-rukibra span {
    text-align: center;
    width: 100%;
  }

  .bg-daftar-rukibra .text-welcome {
    width: 100%;
  }

  p {
    font-size: 12px !important;
    padding: 0 1rem !important;
  }
}
