input[type="text"]:focus ~ span.floating-placeholder, input[type="email"]:focus ~ span.floating-placeholder, input[type="password"]:focus ~ span.floating-placeholder,
input[type="text"]:not(:placeholder-shown) ~ span.floating-placeholder, input[type="email"]:not(:placeholder-shown) ~ span.floating-placeholder, input[type="password"]:not(:placeholder-shown) ~ span.floating-placeholder {
    top: 0;
    font-size: 0.75rem; /* 12px */
    line-height: 1rem; /* 16px */
}

input[data-autocompleted] {
    background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 0s, color 0s 0s;
    transition-delay: calc(infinity * 1s);
}