form.form-lead-pl input#email {
    max-width: 375px;
    width: 100%;
    height: 48px;
    border-radius: 0;
    background: #F2F4F8;
    /* border: none; */
}
form.form-lead-pl label.floating-label {
    inset-inline-start: calc(var(--spacing) * 3);
    top: calc(var(--spacing) * 3);
}
form.form-lead-pl :required+.floating-label:after {
    display: none;
}
form.form-lead-pl button.btn-inscrever {
    border-radius: 4px;
    background: #0F62FE;
    height: 48px;
    padding: 10px 30px;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
form.form-lead-pl .form-geral {
    display: flex;
}
form.form-lead-pl .input-geral {
    max-width: 375px;
    width: 100%;
    margin-right: 15px;
}
form.form-lead-pl .bg-green-100.border.border-green-500.rounded-sm.p-4.mb-4.absolute {
    z-index: 99;
    width: 100%;
    max-width: 526px;
    text-align: center;
}