body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-image: url("/img/layered-waves-haikei.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* color: #fff; */
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after{
    background-color: transparent !important;
}