.woocommerce .woocommerce-billing-fields .form-row.float-label.has-placeholder > label {
    top: 2px !important;
    left: 15px !important;
    padding: unset;
    font-size: 13px;
    background: none;
}

.woocommerce-checkout.floating-labels:not(.el-style-border-bottom) .field-wrap.float-label.has-focus > .nf-field-label:after,
.woocommerce-checkout.floating-labels:not(.el-style-border-bottom) .field-wrap.float-label.has-val > .nf-field-label:after,
.woocommerce-checkout.floating-labels:not(.el-style-border-bottom) .form-row.float-label.has-val > label:after,
.woocommerce-checkout.floating-labels:not(.el-style-border-bottom) .form-row.float-label.has-focus > label:after {
    background: transparent;
    content: '';
}

input#billing_uid::placeholder {
    opacity: 1;
}
