body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****/

body {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	cursor: default;
}

a {
	cursor: pointer;
}

/***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****/

#container {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 15%;
	bottom: 15%;
	background-color: #fff;
	overflow: auto;
}

#shadow-top {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -11px;
	height: 10px;
	background-color: #000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#center {
	position: absolute;
	left: 20%;
	right: 20%;
	top: 0px;
	bottom: 0px;
}

/***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****/

#header {
	position: relative;
	height: 100px;
}

/***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****/

#logo {
	position: absolute;
	left: 50%;
	top: 10px;
	transition: 0.2s;
}

#logo:hover {
	top: 8px;
	transition: 0.1s;
}

#logo img {
	position: absolute;
	left: -95px;
}

#login {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 240px;
	height: 72px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#user {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 24px;
	width: 100%;
	line-height: 24px;
}

#user input {
	position: absolute;
	left: 100px;
	width: 140px;
	height: 16px;
	font-size: 11px;
	top: 2px;
	padding: 2px;
}

#pass {
	position: absolute;
	left: 0px;
	top: 24px;
	width: 100%;
	line-height: 24px;
}

#pass input {
	position: absolute;
	left: 100px;
	width: 140px;
	height: 16px;
	font-size: 11px;
	top: 2px;
	padding: 2px;
}

#forget {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 140px;
	height: 24px;
	line-height: 24px;
	font-size: 10px;
}

#forget a {
	text-decoration: none;
	color: #999;
	transition: 0.5s;
}

#forget a:hover {
	position: relative;
	top: -1px;
	text-decoration: underline;
	color: #333;
	transition: 0.03s;
}

#submit {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	text-decoration: none;
	color: #009;
	transition: 0.5s;
}

#submit:hover {
	bottom: 1px;
	text-decoration: underline;
	color: #00f;
	transition: 0.03s;
	cursor: pointer;
}

/***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** ***** *****/

#content {
	position: relative;
}

.informational {
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
}

.warning {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	top: 40px;
	padding: 14px;
	border: solid 1px #666;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #003;
	transition: 0.5s;
}

#content a:hover {
	text-decoration: underline;
	color: #00f;
	transition: 0.2s;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}
