/* .arm-rounded-style .arm-df-wrapper .arm-df__form-group .arm-df__form-field .arm-df__form-control,
.arm-rounded-style input[type="text"].arm-df__form-control,
.arm-rounded-style input[type="password"].arm-df__form-control,
.arm-rounded-style input[type="email"].arm-df__form-control,
.arm-rounded-style input[type="email"].arm-df__form-control,
.arm-rounded-style input[type="url"].arm-df__form-control,
.arm-rounded-style textarea.arm-df__form-control,
.arm-df__dropdown-control .arm__dc--head{
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-o-border-radius: 25px !important;
	border-radius: 25px !important;
	background-color: var(--arm-gt-gray-10-a);
} */
.arm-rounded-style div.arm-df__form-control-submit-btn.arm-df__form-group_button,
.arm-rounded-style div.arm-df__form-field-wrap_submit.arm-df__form-control-submit-btn{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px; 
	border-radius: 25px;
}
