@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.bg-primary {
  --bs-bg-opacity: 0;
  background-color: #ff8145 !important;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:visited,
.btn-warning:focus {
  background-color: #ff8145 !important;
  color: white !important;
  border: #ff8145 !important;
}

.btn-primary {
  background-color: #254996;
  color: white;
  border: #254996;
}

/* Move a little bit up */
.grecaptcha-badge {
  bottom: 70px !important;
}

.bi-eye-fill{
  position: absolute;
  top: 30%;
  right: 10%;
  z-index: 999;
  cursor: pointer;
  color: lightgray;
}