html, body {
	margin: 0%;
	padding: 0%;
	height: 100%;
	width: 100%;
	background: #f1f1f1;
	overflow: hidden;
}

a {
	text-decoration: none;
}

.form-control {
	display: block;
	width: 150px;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#loginbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 280px;
	margin-left: -200px;
	margin-top: -140px;
	background-image: url(../img/login.png);
	overflow: hidden;
}

#title {
	font-size: 55px;
	text-shadow: 1px -1px 0px #999;
}

#smallText {
	font-size: 0.85em;
}

#button {
	width: 250px;
	height: 40px;
	background: #0082c9;
	border: none;
	font-size: 14px;
	font-weight: bold;
	color: white;
	vertical-align: middle;
}
#button:hover {
	background: #035998;
	color: #000000;
}
