* {
	border: none;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:active, a:hover, a:focus, .intern span, input[type="submit"] {
	background: white;
	color: black;
	cursor: pointer;
	display: block;
	float: left;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	height: 64px;
	line-height: 64px;
	margin: 0 10px 0 0;
	padding: 0 15px 0 5px;
	text-decoration: none;
	transition: all ease-in-out .5s;
}

a:hover, input[type="submit"]:hover {
	background: #282828;
	color: aliceblue;
}

body {
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: aliceblue;
	font-family: 'Muli', sans-serif;
	text-align: center;
}

h1, h4 {
	margin: 30px 0 10px 0;
}

h2, h3, h5 {
	background: #AC002B;
	font-family: 'Muli', sans-serif;
	color: aliceblue;
	line-height: 50px;
	margin: 30px auto 0 auto;
	text-align: center;
	width: 800px;
}

header {
	background: #AC002B;
	font-family: 'Muli', sans-serif;
	font-size: 30px;
	color: aliceblue;
	line-height: 50px;
	margin: 30px auto;
	text-align: center;
	width: 800px;
}

html {
	background: url(background.jpg) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

input[type="submit"] {
	background: white url(gmail.png) 10px 10px cover !important;
	padding: 0 10px 0 10px;
}

input#pass {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	padding: 5%;
	position: relative;
	text-align: center;
	width: 90%;
}

#logout {
	float: right !important;
	margin: 0;
}

#masterbox {
	background: #AC002B;
	border-radius: 1000px;
	height: 280px;
	left: 50%;
	margin: -150px 0 0 -150px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 280px;
}

.clr {
	clear: both;
}

.icon {
	height: 54px;
	margin: 0 0 -18px 0;
	width: 54px;
}

.intern {
	background: rgba(255,255,255,.59);
	margin: 10px auto;
	width: 800px;
}

.intern span {
	padding: 0 20px 0 20px;
	width: 150px;
}

.intern p {
	background: rgba(255,255,255,.99);
	font-family: 'Muli', sans-serif;
	padding: 30px;
}