.blurry-img-edge {
    background: linear-gradient(to right, #ffffff, #ABEFF2, #35698E);
    box-shadow: 100px 0 200px 0px white inset;
}


/* In your css/styles.css */
input:focus + label,
input:not(:placeholder-shown) + label {
    top: 0.25rem;
    left: 0.75rem;
    font-size: 0.75rem;
    transform: translateY(-1.5rem);
}
