.hpl_search_box_input input {
    padding: 10px;
    border: none;
    color:white;
    width:100%;
}
form.hpl_search_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
button.hpl_search_box_button {
    border: none;
    transition: 0.3s all;
}
.hpl_search_box_input input:focus {
    outline:none;
}
button.hpl_search_box_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}