body{
	background-color:#e9e9e9;
}

#logo{
	text-align:center;
	margin:120px 0 25px;
}

h2{
	width:100%;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	color:#2494cd;
	font-size:18px;
	font-weight: 600;
}

.container{
	width:960px;
	margin-left: auto;
	margin-right:auto;
}

form{
	max-width:450px;
	width:50%;
	margin:35px auto 0;
}

label{
	font-family: 'Source Sans Pro', sans-serif;
	color:#383838;
	font-size:18px;
	font-weight: 600;	
	display:block;
	margin-bottom:5px;
}

input{
	border-radius: 4px;
	border:2px solid #c9c9c9;
	width:100%;
	height:30px;
	padding:5px;
	font-size:16px;
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
	color:#383838;
	margin-bottom:30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  	box-sizing: border-box;         /* Opera/IE 8+ */
}

input[type="submit"]{
	cursor:pointer;
	text-align: center;
	max-width:205px;
	height:45px;
	float:right;
	background-color: #737373;
	font-size:18px;
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
	color:#FFFFFF;
}

input[type="submit"]:hover{
	background-color: #2baad7;
	border: 2px solid #2baad7;
}

input:active, input:focus {
	border: 2px solid #2baad7;
	outline:none;
}

footer{
	text-align:center;
	margin-top:250px;
	font-size:14px;
	vertical-align: middle;
	font-family: 'Source Sans Pro', sans-serif;
	color:#5d6d7e;
}

footer span{ 
	display:block;
	color:#4285f4;
}

footer a{
	color:#4285f4;
	text-decoration:none;
}