
/* 1. Меняем фон всего блока */
#rec1968529031 .t-bf501N {
    background-color: #DDDAD5 !important;
}

/* 2. Перестраиваем поля в колонку (друг под другом) */
#rec1968529031 .t-form__inputswrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Центрируем поля */
}

/* 3. Делаем каждое поле и кнопку на всю ширину */
#rec1968529031 .t-form__inputswrapper .t-input-group,
#rec1968529031 .t-form__inputswrapper .t-form__submit {
    display: block !important;
    width: 100% !important;
    max-width: 400px !important; /* Ограничиваем ширину, чтобы форма не была слишком растянутой */
    margin-bottom: 15px !important; /* Расстояние между полями */
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 4. Убираем лишние отступы у контейнеров */
#rec1968529031 .t-input-group {
    padding: 0 !important;
}

/* 5. Растягиваем саму кнопку внутри контейнера */
#rec1968529031 .t-submit {
    width: 100% !important;
}
</style>