﻿.floating-placeholder label {
    right: unset;
    left: 12px;
}

.floating-placeholder input:focus + label,
.floating-placeholder input:not(:placeholder-shown) + label {
    right: unset;
    left: 8px;
}