Konzentrieren Sie sich auf Eingangsänderungskennerfarbe
.input-group {
display: flex;
flex-direction: column-reverse;
}
input:focus + label {
color: red;
}
Elegant Echidna