@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,700&subset=latin,latin-ext);

body
{
	background-color: #002067;
	margin: 0px;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

h1
{
	font-size: 60px;
	line-height: 80px;
	font-weight: 100;
	margin: 0px;
	margin-top: 80px;
	padding: 0px;
	padding-top: 100px;
	text-align: center;
	background-image: url(../images/wms-logo-small.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}

.button
{
	display: inline-block;
	padding: 12px 20px;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #00458A;
}
