.ba-form input[type="number"], .ba-form input[type="email"], .ba-form input[type="text"], .ba-form input[type="tel"], .ba-form textarea {
	height: 50px;
    font-size: 17px;
    color: rgba(54, 54, 54, 1);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 0px;
	width: 100%;
	box-sizing: border-box;
}
.ba-form textarea {
    min-height: 170px;
	resize: none;
}

.container-icon .wpcf7-form-control-wrap + .icons-cell {
    height: 45px;
}

.ba-btn-submit {
	min-height: 50px;
	background-color: rgba(23, 161, 219, 1);
	color: rgba(250, 250, 250, 1);
	font-size: 18px;
	font-weight: normal;
	border-radius: 0px;
	border: none;
}
.ba-btn-submit.fsz-14 {
	font-size: 14px;
}