.apx-lead-form input{
    display: block;
    width: 100%;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 10px;
}

.apx-lead-form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form--title{
    display: none;
}

.lead-form__button{
        display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 15px 24px;
    border: none;
    border-radius: 10px;
    background: #2e3eb5;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: normal;
    cursor: pointer;
    box-shadow: none;
    transform: none;
    transition: background-color 0.3s;
}

.data_safe{
    display: none;
}

.iti__selected-dial-code{
    color: #000;
}