.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.search-form .search-field {
    height:60px;
    border-radius:0;
    width:294px;
}

.search-custom {
    height:66px; width:100px;
    border:1px;
    font-size : 15px;
    padding:0;
    background-color: #E53C35;
    float: right;
    position: absolute;
    right: -2px;
    top: 0;
}
.search-custom:hover {
    background-color: #E5716B;
}

.search-form {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}