form span {
	display: flex;
	width: 100%;
	margin-bottom: 5px;
	align-items: center;
}

form span label {
	width: 20%;
	text-align: right;
	margin: 0 5px 0 0;
}

form span input {
	flex-grow: 1;
}

form div {
	width: 100%;
	columns: 2;
	margin-bottom: 5px;
}

form p {
	text-align: center;
}