Hello,
You can add this code in Custom css:
.header-links > li > a {
color: white;
}
.header-links > li > a:hover {
color: white !important;
}
.header{
position: relative;
}
.header .search_form {
position: absolute;
right: 0;
top: 50%;
margin-top: 20px;
}
Regards,
Rose Tyler.