body {
  background-color: #fff;
  color: #000;
}
input, textarea {
  background-color: #fff !important;
  border: 1px solid #333;
  border-color: #333 !important;
  color: #000 !important;
}
input::placeholder, textarea::placeholder {
  color: #000 !important;
}
.captcha-box {
  background-color: #fff;
  color: #000;
  border: 1px solid #333;
}
.max-w-7xl {
  max-width: 52rem !important;
}
.px-4 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.mb-5 {
  margin-bottom: 5px;
}
.logo {
  width: 15%;
  height: auto;
}

@media (max-width: 768px) { /* For devices with a screen width of 768px or smaller */
  .logo {
      width: 15%; /* Increase size on mobile */
  }
}