Input
Inputs are used to collect data from the user, add class .inupt-txt to give style to input and .input-success or .input-danger for different color schemes.
<ldiv class="input-ex-conatiner">
<linput type="text" class="input-txt" placeholder="Enter something..">
<linput type="text" class="input-txt input-success ml-4" placeholder="passwords match">
<linput type="text" class="input-txt input-danger ml-4" placeholder="Enter again">
<l/div>
