fieldset {

	&:first-child {
		margin-top: 0;
	}

	&:last-child {
		margin-bottom: 0;
	}

	legend + .form-input {
		margin-top: 0;
	}
}