body{
	background:linear-gradient(#09f, #00e);
}

.empty-space20{
	width:100%;
	height:20px;
}

.form-wrapper{
	width:98%;
	max-width:700px;
	margin:0px auto;
	margin-top:5%;
}
.form-container{
	width:100%;
	min-height:100px;
	background:#fff;
	border-radius:5px;
	padding:20px 20px;
}
.form-logo img{
	width:auto;
	max-width:100px;
}

.require-field{
	color:#f30;
}

.require-notification{
	color:#f30;
}