@import url(http://fonts.googleapis.com/css?family=Roboto:300,700,400,500);

.content{
	width: 100%;
	height: 100%;
	padding: 0;
	background-image: url(../imgs/template/background.jpg)
}

.logo{
	text-align: center;
	margin-top: 200px;
}

.logo img{
	width: 80%;
	max-width: 400px;
	height: auto;
}

h2{
	text-align: center;
	text-transform: uppercase;
	font-size: 21px;
	color: #333333;
	padding: 15px 0 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500
}