Floating labels insert the label inside the input field, and make them float/animate above the input field when you click on it.
Add the .form-floating class to the container, and place the <label> element AFTER the <input> element.
Edit the code below and click Run to see the result live.