#custom-search-input {
    padding: 8px;
    border: solid 1px #dddddd;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 12px #e8e8e8;
}

    #custom-search-input input {
        border: 0;
        box-shadow: none
    }

    #custom-search-input button {
        border-radius: 6px;
        margin: 2px 0 0;
        background-color: #654e9e;
        box-shadow: none;
        border: 0;
        border-left: solid 1px #ccc
    }

        #custom-search-input button:hover {
            border: 0;
            box-shadow: none;
            border-left: solid 1px #ccc
        }

    #custom-search-input .glyphicon-search {
        font-size: 23px
    }
