html, body {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	background: #A4C4D1;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-shadow: #FFF 0 -1px 0;
}
#fundo {
	position: absolute;
	z-index: -10;
	height: 100%;
	width: auto;
	min-width: 100%;
}
p {
	font-size: 32px;
	color: #FFF;
	text-shadow: #000 0 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}


form {
	position: absolute;
	width: 380px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
form span {
	display: block;
	text-align: center;
	padding-bottom: 25px;
}
form div {
	background: #E5E5E5;
	border: #F1F7F8 3px solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0px 2px 4px 0px #000;
	box-shadow: inset 0px 2px 4px 0px #000;
	margin-top: 10px;
	padding: 7px;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 250px;
	margin-left: 55px;
}
input[type=text], input[type=email], input[type=password] {
	width: 100%;
	border: none;
	background: transparent;
	color: #919191;
	text-shadow: #FFF 0 1px 0;
	text-align: left;
	outline: none;
	font-size: 14px;
}
form hr {
	border: none;
	border-top: #ADADAD 1px solid;
	border-bottom: #FFF 1px solid;
}
form label {
	display: block;
	margin-top: 10px;
	color: #FFF;
	text-align: center;
	text-shadow: #000 0 -1px 0;
}
form label hr {
	border: none;
	border-top: #000 1px solid;
	border-bottom: #999 1px solid;
	margin-bottom: 15px;
}
input[type=submit] {
	margin-top: 10px;
	width: 100%;
	padding: 10px;
	border: #390 2px solid;
	border-top: #CCFA8D 2px solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #030;
	font-weight: bold;
	text-shadow: #CCFA8D 0 1px 0;
	
	background: #9bd347;
	background: -moz-linear-gradient(top,  #9bd347 17%, #c9f226 48%, #59cc20 52%, #1c7536 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#9bd347), color-stop(48%,#c9f226), color-stop(52%,#59cc20), color-stop(100%,#1c7536));
	background: -webkit-linear-gradient(top,  #9bd347 17%,#c9f226 48%,#59cc20 52%,#1c7536 100%);
	background: -o-linear-gradient(top,  #9bd347 17%,#c9f226 48%,#59cc20 52%,#1c7536 100%);
	background: -ms-linear-gradient(top,  #9bd347 17%,#c9f226 48%,#59cc20 52%,#1c7536 100%);
	background: linear-gradient(top,  #9bd347 17%,#c9f226 48%,#59cc20 52%,#1c7536 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bd347', endColorstr='#1c7536',GradientType=0);

	-webkit-box-shadow: 0px 0px 4px 0px #000;
	box-shadow: 0px 0px 4px 0px #000;
	
	width: 270px;
}