.fullHeightContainer {
	display: flex;
	height: 100vh;
}

.fullHeightContainer .loginForm {
	margin: auto;
	max-width: 500px;
	max-height: 500px;
}

.ui.first.container {
	padding-top: 2em;
	margin-top: -5px;
	margin-bottom: 0;
	border-radius: 0;
}

.stepButtons {
	margin-top: 1em;
}

.stepContent .ui.card>.content>.header {
	/*font-size: 1.5em*/
}

.stepContent {
	/*font-size: 1.16em;*/
}

.stepContent .ui.card>.content>.header.section {
	padding-top: 1.5em;
}

#stepper {
	margin-bottom: 2em;
}

.ui.card.addNewFormCard {
	border: none;
	box-shadow: none;
}

.addNewFormCard .content {
	display: flex;
}

.addNewFormCard .content button {
	margin: auto;
}

.stepContent > .ui.card, .stepContent .accordion .content > .ui.card {
	border: none;
	box-shadow: none;
}

.ui.card>.content p {
	margin: 0 0 2em;
}

.accordion .ui.button {
	margin-top: 1em;
}

.fieldLabel {
	margin-bottom: 1em;
}