html,body {
	background-color: #cecece;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Console',
		Arial, Helvetica, Swiss, sans-serif;
}

#logo {
	margin-top: 60px;
	margin-bottom: 60px;
	z-index: 1;
	text-align: center;
}

#centralImage {
	width: 400px;
	height: 515px;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 0px 200px 100px rgba(245, 245, 245, 1);
	-moz-box-shadow: 0px 0px 200px 100px rgba(245, 245, 245, 1);
	box-shadow: 0px 0px 200px 100px rgba(245, 245, 245, 1);
	margin: auto;
}


#centralImage label {
	letter-spacing: 0.3px;
	font-size: 90%;
}

#titleText {
	font-size: 400%;
	padding-top: 40px;
	padding-bottom: 35px;
}

#copyright, #contactMail {
	font-size: 70%;
	letter-spacing: 0.5px;
}
#contactMail a{
	color: #fff;
}

#systemName {
	letter-spacing: 0.5px;
}

input {
	border: 0;
	outline: 0;
	background: transparent;
	border-bottom: 3px solid #fff;
	width: 310px;
	font-size: 120%;
	letter-spacing: 0.5px;
	font-weight: 100;
	color: inherit;
	line-height: 2em;
	height: 2em;
}
input:focus {
	background: rgba(255,255,255,0.2) repeat;
}

#login_button {
	padding: 25px 0;
}

#button {
	border: 0;
	font-size: 140%;
	height: 55px;
	width: 310px;
	-moz-user-select: none;
	background-color: #fff;
	background-image: none;
	border-radius: 6px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	transition: background 0.3s ease;
}
#button:hover {
	background-color: #e6e6e6;
}

.errors {
	background: rgb(255, 0, 0);
	border-radius: 6px;
	border: thin solid white;
}
