/* Скрытие подписи "Битрикс24" */
.b24-form-sign {
    display: none !important;
}

/* Убираем нижнюю полосу, если она есть */
.b24-form-wrapper {
    border: none !important;
    box-shadow: none !important;
}
/* Стили для кнопки отправки */
.b24-form-btn {
    background-color: #E4003E !important; /* Ваш цвет */
    color: #fff !important;              /* Цвет текста */
    border-radius: 5px !important;       /* Опционально: закругление */
    padding: 12px 24px !important;
    font-weight: bold !important;
}

