input:focus ~ label , input:valid ~ label{
    position:absolute;
    top: -9px !important;
    right:10px;
    background-color:white;
    transform:scale(0.7);
    color:rgb(3, 189, 173);
    font-weight: 900;
}
.dark input:focus ~ label ,.dark input:valid ~ label{
    position:absolute;
    top: -9px !important;
    right:10px;
    background-color:#081c15;
    transform:scale(0.7);
    color:#d8f3dc;
    font-weight: 900;
}
label{
    content: "";
}

