#login-section {
  /* height: 100vh; */
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-image: url(https://www.uthrive.cc/wp-content/uploads/2025/05/wave-1-scaled.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

#login-form {
  width: 90%;
  max-width: 500px;
  flex-grow: 1;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 13.4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 25vh;
}

#login-form h4 {
  font-family: "Altone";
  font-size: 16px;
}

#login-form .wpforms-submit-container {
  text-align: center;
}

#login-form .wpforms-submit-container button[type="submit"],
#login-form .wpforms-submit-container button[type="submit"]:hover {
  font-size: 18px;
  color: #fff;
  background-color: #3f52c7;
  border-radius: 50px;
  padding: 10px 30px;
}

#login-form input[type="text"],
#login-form input[type="password"] {
  border-radius: 10px;
}

#login-form .wpforms-error-container {
  font-size: 16px;
  background: #ffcccc;
  padding: 20px;
  border-radius: 10px;
}

#login-form .wpforms-error-container p {
  color: red;
}

#login-section .login-title {
  text-align: center;
  margin: 70px 0px 100px;
}

#login-section .login-title h1 {
  font-size: 30px;
  font-family: "Altone";
  color: #3f52c7;
  font-weight: bold;
}

@media (max-width: 768px) {
  #login-form {
    padding: 0px;
    box-shadow: none;
  }

  #login-section {
    height: 80vh;
    background-image: none;
  }

  #login-section .login-title h1 {
    font-size: 25px;
  }

  #login-form input[type="text"],
  #login-form input[type="password"] {
    height: 50px;
    font-size: 20px;
  }

  #login-form .wpforms-submit-container button[type="submit"],
  #login-form .wpforms-submit-container button[type="submit"]:hover {
    font-size: 20px;
    width: 100%;
    margin-top: 30px;
  }
}

#site-navigation-business a {
  /* font-family: var(
    --font-base,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif
  ); */
  font-family: "Altone";
}

#site-navigation-business a:hover {
  outline: none;
  text-decoration: none !important;
}
