.form-send-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
}

.form-send-lead.sending {
    background: #bd4643;
    cursor: not-allowed;
}

.form-send-lead.sent-success {
    background: #5bc146 !important;
}

.form-send-lead img {
    margin-right: 6px;
}