html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Rubik', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: white url(../images/ray-bg.png) center center no-repeat;
	background-size: cover;
}

.header {
	height: 4em;
	padding-top: .8em;
	padding-bottom: .7em;
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	box-shadow: 0 0 1vw rgba(0,0,0,.3);
}
.header a.logo {
	display: inline-block;
	margin-left: 10%;	
}
.header a.logo img {
	width: 13em;
}
.header .message {
	display: inline-block;
	float: right;
	margin: .5em 6em 1em 1em;
	color: #888;
}
.header a.button  {
	color: #C06437;
	background: white;
	border: .14em solid #C06437;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: .5em .8em .4em .8em;
	margin-left: 1em;
	font-size: 1.2em;
}
.header a.button:hover {
	background: #C06437;
	color: white;
}

h1, h2 {
	display: block;
	width: 100%;
	text-align: center;
	color: white;
}
h1 {
	font-weight: bold;
	font-size: 2em;
	padding-bottom: .3em;
	margin: 6em auto 0 auto;
}
h2 {
	padding-bottom: 1em;
	margin: 1em auto 0 auto;
}

.login-module {
	margin: 2em auto 0 auto;
	width: 25em;
	padding: 2em;
	background: white;
	text-align: center;
	/*
	border: .1vw solid white;
	*/
	box-shadow: 0 0 3vw rgba(0,0,0,.3);
}
.login-module .text-above {
	display: block;
	width: 96%;
	margin-bottom: .5em;
}
.login-module .text-above span,
.login-module .text-above a {
	display: inline-block;
	width: 50%;
	color: #888;
}
.login-module .text-above span.title {
	text-align: left;
}
.login-module .text-above a.forgot {
	text-align: right;
	font-size: .6em;
}
.login-module input[type=text],
.login-module input[type=password] {
	padding: 1em;
	width: 90%;
	background: #ddd;
	border: none;
	/*border-bottom: .3em solid white;*/
	outline: none;
	font-size: 1em;
	color: #C06437;
	margin-bottom: 3em;
}
.login-module input[type=submit] {
	margin-bottom: 3em;
	background: #C06437;
	border: .15em solid  #C06437;
	display: inline-block;
	font-size: 1.3em;
	letter-spacing: .05em;
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	padding: .4em .5em .3em .5em;
	color: white;
	cursor: pointer;
}
.login-module input[type=submit]:hover {
	color: #C06437;
	background: white;
}
.login-module .text-under {
	font-size: .6em;
	color: #888;
}

