#frmhomesearch {
    position: relative;
    top: -300px; /* Adjust this value to move the div up */
    z-index: 1; /* Ensure the search box appears on top of the image */
    background-color: #fff; /* Set your desired background color */
    padding: 10px; /* Adjust padding as needed */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Optional: Add box shadow */
}