you should create a div and style it like an input :
.form-control {
border: 1px solid #ece8e8;
height: 40px;
border-radius: 3px;
padding-left: 10px;
box-sizing: border-box;
font-family: SourceSansPro-Regular;
font-size: 14px;
margin-bottom: 10px;
}
result is :