.searchBox {
    text-align: center;
    padding: 10px 30px 8px 2px;
    border:1px solid #C1B192;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
    // margin: 20px auto;
    background: none;
    input {
        width: 100%;
        border:0;
        height: 18px !important;
        outline-width: 0;
        background: none;
    }
    i {
        position: absolute;
        right: 10px;
        top: 9px;
        cursor: pointer;
    }
}