.bapf_ckbox_search {
position: relative;
margin-bottom: 10px;
}
.bapf_ckbox_search input {
display: block;
width: 100%;
font-size: 16px;
padding: 6px;
line-height: 1em;
border-radius: 6px;
border: 1px solid #aaa;
margin: 0;
}
.bapf_ckbox_search:after {
font: normal normal normal 14px / 1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
content: "\f002";
position: absolute;
top: 50%;
right: 10px;
margin-top: -7px;
color: #777;
}