@charset "utf-8";
/* CSS Document */
body
{
font-family:Lato;
font-size:14px;
margin:10px;
	background: #5AB5D3;
}
.form-register
{
	width:95%;
	max-width:850px;
	margin:auto;
	background:white;
	
	border-radius:5px;
	padding:20px;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	
}

h2{
	font-family: 'Roboto', sans-serif;
	font-size:22px;
	color:white;
	background:#024A86;
	padding:5px;
	
}