main.JhbMO {
  background-image: url("../images/leaf-3.png");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: bottom 21.5% right;
}



section.fcq7P {
  color: white;
  text-align: center;
  text-transform: capitalize;
  background-image: url("../images/image-4.png"), url("../images/image-5.png"),
    linear-gradient(0deg, #86bfc8 -9.09%, #59a5b0 100%);
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  padding: 153px 20px 56px;
}

section.fcq7P h1 {
    font-weight: 700;
    font-size: 2.125rem; /* 34px */
    line-height: normal;
    margin-bottom: 10px;
}



section.hdGF5 {
  width: 300px;
  margin: auto;
  padding: 60px 0;
}

section.hdGF5 h2 {
  color: white;
}

section.hdGF5 form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

::placeholder {
  color: #A6A6A6;
}

section.hdGF5 input[type="text"],
section.hdGF5 input[type="email"],
section.hdGF5 input[type="password"] {
  color: #303030;
  font-weight: 400;
  font-size: 17px;
  line-height: normal;
  text-transform: none;
  border: 1px solid #5095A0;
  border-radius: 5px;
  padding: 17px 29px;
  width: 100%;
  height: 60px;
}

section.hdGF5 button {
  color: white;
  font-weight: 600;
  font-size: 17px;
  line-height: normal;
  letter-spacing: 1px;
  width: 100%;
  height: 50px;
}

section.hdGF5 a {
  text-transform: none;
}

.error-message {
  color: red;
  margin-bottom: 1rem;
}



@media screen and (max-width: 600px) {

  main.JhbMO {
    background-size: 100px;
    background-position: bottom right;
  }

  section.fcq7P {
    background-size: 200px, 200px, auto;
  }

}
