.search-page input[type=search] {
    -webkit-box-shadow: 0 0 0 0 transparent;
    -webkit-transition: .25s cubic-bezier(.4,0,.2,1);
    -o-transition: .25s cubic-bezier(.4,0,.2,1);
    transition: .25s cubic-bezier(.4,0,.2,1);
    outline: none;
    box-shadow: 0 0 0 0 transparent;
    border: 1px solid #dfe1e5;
    border-radius: 22px;
    background-color: #fff;
    padding-right: 54px;
    padding-left: 20px;
    width: 100%;
    height: 100%;
    height: 44px;
    color: #333;
    font-size: .875rem;
    font-weight: 400;
}