.label-contact {
    position: absolute;
    pointer-events: none;
    left: 7%;
    top: 40%;
    transition: 0.2s ease all;
    font-family: Heebo;
    color: #6d6d6d;
}

.label-contact.focus,
.label-contact.validate {
    top: 12px;
    bottom: 10px;
    left: 5%;
    font-size: 13px;
    opacity: 1;
}



