/* Скругление углов контейнера попапа */
.t-popup .t-popup__container {
    border-radius: 20px !important;
    overflow: hidden !important; /* чтобы содержимое не вылезало за скругления */
}

/* Скругление самой формы */
.t-popup .t-form {
    border-radius: 20px !important;
}

/* Скругление полей ввода */
.t-popup .t-input,
.t-popup .t-input-phonelogin,
.t-popup .t-inputtext {
    border-radius: 12px !important;
}

/* Скругление кнопки отправки */
.t-popup .t-form__submit button {
    border-radius: 12px !important;
}
