.required-star {
	color: red;
}

.required-star.filled {
	color: lightgreen;
}

.create-form {
	font-size: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 5px 20%;
	gap: 5px;
}

.create-form button {
	align-self: center;
	padding: 1px 5px;
}

.create-form.tight {
	padding: 5px 30%;
}

.form-row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 5px;
}

.form-row input.tight {
	align-self: start;
}

.tip {
	color: gray;
	font-size: 15px;
}

.tip.wrong {
	color: red;
}
