@media (max-width: 760px) {
	.um-form input[type="text"],
	.um-form input[type="email"],
	.um-form input[type="password"],
	.um-form input[type="tel"],
	.um-form input[type="search"],
	.um-form select,
	.um-form textarea {
		font-size: 16px !important;
	}

	.um-form input[type="submit"],
	.um-form button,
	.um-account a,
	.um-account button {
		touch-action: manipulation;
	}
}
