.b-search-form {
    margin: 0 16px;
    position: relative;
}
    .b-search-input {
        border: 1px solid rgb(183, 176, 167);
        border-radius: 4px;
        box-sizing: border-box;
        font: 16px/38px 'Open Sans', sans-serif;
        height: 40px;
        padding: 0 38px 0 16px;
        width: 100%;
    }
    .b-search-button {
        background-color: transparent;
        border-color: transparent;
        cursor: pointer;
        font-size: 0;
        height: 38px;
        position: absolute;
        right: 3px;
        top: 1px;
        width: 38px;
    }
