Hello, I want to make my text box to be rounded corner.
<div class="wrap">
<div class="e-input-group e-corner">
<input class="e-input" type="text" placeholder = "Enter Date"/>
<span class="e-input-group-icon e-input-popup-date" >span>
div>
div>
This is my code. e-corner class is not working.

How i can make my Input text box to be corner rounder? Also e-input-group-icon is not showing, I dont know why.. Thanks