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>
Destin's Youtube channel Smarter Every Day is one of my favourite places on the web.