.contactRegisterWrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;

}

.contactRegisterWrapper div {
	width: 50%;

}

.loginFormWrapper form.registerForm {
	width: 100%;
}

.registerForm .errorMessage {
	color:#CC0000;
}