div.lorentzLogin {
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 20px;
	padding:30px 50px 50px 50px;
	margin:10px;
	width:500px;
	margin-left:calc(50% - 250px);
	margin-bottom:20px;
	box-shadow: -2px 0px 10px 5px rgba(204,204,204,0.3);
}
p.lorentzLoginPassword {
	
	text-align:center;
	padding:20px 0 100px 0;
	
}
p.errorMessage {
	color:red;
	font-weight:bold;
	
}
div.lorentzLogin h2 {
	
	font-size:30px !important;
	margin-left:calc(50% - 200px);
	
}
div.lorentzLogin input {
	
	display:inline-block;
	padding:15px !important;
	width:400px;
	margin-left:calc(50% - 200px);
	margin-bottom:15px;
	font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
	font-size:16px !important;
	
}

div.lorentzLogin input[type="submit"] {
	
	margin-bottom:0;
	width:200px;
	margin-left:50%;
	
}

input.moveToLogin[type="submit"] {
	
	width:auto;
	min-width:200px;
	text-align:center;
	margin:0 0 20px 0;
	
}