I used :before, but I am thinking need to exist a better method for this
.btn-custom-search:before {
content: ' ';
background-color: white;
position: absolute;
z-index: 1;
left: -15px;
top: 0px;
height: 54px;
width: 31px;
border-radius: 50%;
}