.searchBox {
    height: 35px;
    width: 70%;
    padding: 0 12px;
    font-size: 16px;
    text-align: left;
    border: 1px solid #0065B1;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    margin: 0;
}

.searchBtn {
    height: 35px;
    width: 20%;
    border: 0px;
    padding: 0;
    color: transparent;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    background: #1967cc;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 5px;
    width: 37px;
}