For this to work we need a few things:
<style>
input:focus~.floating-label,
input:not(:focus):valid~.floating-label,
input[type=email]:not(:placeholder-shown)~.floating-label {
bottom: 35px;
font-size: 11px;
}
.input-text:focus {
outline: none;
}
</style>
Try avoiding using "Transition: All". It is heavy on the browser's engine.