.row {background:#fff;height:100vh;}
.row > section { flex: 0 0 50%;padding:40px !important;}
.grey {
	background:#F3F6F9;height:100vh; display:flex; align-items: center; position:relative;
	justify-content: center;
}
.logo {
	position:absolute;
	top:50%;
	left:50%;
	max-width:100px;
	max-height:100px;
	margin-top:-110px;
	margin-left:-40px;
}

.button {border-radius:10px;}
#form-email,#form-password {
	margin:0;
}
#form-email {
	border-bottom:none;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
#form-password {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin-bottom:10px;
}

#form-email.reset {
	border-radius:10px;
	margin-bottom:10px;
	border: 1px solid #ccc;
}
h3.center {margin-top:0;}
@media all and (max-width: 940px){
	img.logo {
		max-width:70px !important;
		max-height:70px;
		
		
		margin-top:-70px;
		margin-left:-20px;
	}
	.grey {height: auto;margin:0; padding:0;}
	.row {height: auto;}
}