:root {
  --bs-form-valid-color: #003366 !important;
  --bs-form-valid-border-color: #003366 !important;
}
input::placeholder {
  font-size: 1rem; /* Adjust as needed */
}

label {
  font-size: 1rem; /* Base size */
}

@media (max-width: 768px) {
  label {
    font-size: 1.2rem; /* Adjust for smaller screens */
  }
}

.form-switch .form-check-input {
  width: 5em;
  height: 2em;
}
