Hello,
Please add this CSS to Theme Settings > Custom CSS.
.searchform input[type=text]{
border-radius: 10px;
background: white;
}
.searchform .searchsubmit {
color: #a1bbcc;
background-color:#C2C2B2;
border-radius: 0 10px 10px 0;
width: 52px;
right:0;
}
.search-by-category .input-dropdown-inner {
background-color:#ff6664;
}
As for rewriting “Select Categories” to “All”
You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Best Regards