/* html, body {
  margin: 0;
  padding: 0;
    background-color: #ffffff !important;
} */

body {
  margin: 0;
  background: #fff !important; /* or whatever color you want */
  color:#7A7A7A;
  /* font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
}

.card {
  max-width: 900px;
  /* margin: 0 auto; */
  background: #ffffff;
}

#alert .alert {
  border-radius: 0.5rem;
}

input::placeholder, textarea::placeholder {
  color: #aaa;
}

@media (max-width: 576px) {
  .btn {
    width: 100%;
  }
}


#submitBtn{
  background-color: #FBB017 !important;
  color: #000;
}


#submitBtn:hover{
  background-color: #000 !important;
  color: #fff;
}


.form-label{
  color: #7A7A7A !important;
}
