﻿.searchPanel {
    width: 100%;
}
.searchPanel > div {
    display: table-cell;
    vertical-align: middle;
}

.searchPanel > div:first-child{
    width:100%;
}
.searchPanel > div:last-child {
    width: 29px; padding-left: 2px;
}
.searchPanel > div:first-child input[type='text'] {
    width:95%;
    height:38px;
    font-size:24px;
    color:#ffffff;
    background-color:var(--blue);
    border:none;
}
.searchPanel input[type='image']{
    display:none;
}

.fa.fa-search ~ span{
    display:none;
}