* {
  font-family: "Poppins", sans-serif;
}
.bg-image {
  /* The image used */
  background-image: url("../img/farm2.jpg");

  /* Add the blur effect */
  /* filter: blur(8px); */
  /* -webkit-filter: blur(8px); */

  /* Full height */
  height: 100vh;

  /* Center and scale the image nicely */
  background-position: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.bold-text {
  font-weight: 700;
}
.semibold-text {
  font-weight: 600;
}
.customCard {
  width: 40% !important;

  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
.customBodyCardSize {
  width: 100% !important;
}
.bg-textbox {
  background-color: #f2f2f2 !important;
  color: black !important;
  border: none !important;
}
.logIn {
  background-color: #1db954 !important;
  color: white !important;
  border: none !important;
}

@media screen and (max-width: 1260px) {
  .customCard {
    width: 50% !important;
  }
  .customBodyCardSize {
    width: 100% !important;
  }

  .bg-image {
    width: 100%;
    height: 100vh !important;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 800px) {
  .customCard {
    width: 70% !important;
  }
  .customBodyCardSize {
    width: 150% !important;
  }

  .bg-image {
    width: 100%;
    height: 100vh !important;
    background-position: center;
    background-size: cover;
  }
}
