when the display is wide, the red line is overlapping the textbox, but when the display is narrowed, the red line is perfect.

These are my code written below:
<div class="form-group row">
<div class="col-xs-6 col-sm-6 col-md-6 col-lg-6">
<div class="e-float-input e-control-wrapper">
<input id="inpJabatan" class="input-dataNotNull" type="text" name="inpJabatan" placeholder="contoh: Direktur..." required/>
<span class="e-float-line"></span>
@Html.Label("Jabatan", "Jabatan", new { @class = "e-float-text e-label-top" })
</div>
</div>
Can you help me so the red line is perfect with the size of textbox input, thankyou