.form-layout {
	width: 50vw !important;
}

@media screen and (max-width: 768px) {
	.form-layout {
		width: 80% !important;
	}
	
}

@media screen and (max-width: 576px) {
	.form-layout {
		width: 100% !important;
	}
	
}

.center-container {
	width: 100vw;
	height: 100vh;
	
	margin: 0 !important;
}

.ui-message:empty, .ui-messages:empty {
	display: none;
}