@charset "utf-8";
form.grid{
	grid-template-columns: 1fr 1fr;
}
form .item.long{
	grid-column: 1 / 3;
}

