@charset "utf-8";
/* CSS Document */

body {
  font-family: Arial, Helvetica, sans-serif;
  color:#000;
  background-color:#fff;
  font-size:16px;
  margin: 0px;
  background:fixed;
  background-image:url(../img/minnesota.jpg);
}

#center {
  width:800px;
  heigth: 500px;
  margin:auto;	
}


#minnesota {
	position:fixed;
	width: 100%;	
}


#logo {
	position:relative;
	top: 200px;
	left: 75px;	
}

#logo-us{
  width: 300px;
  margin: 20px auto 20px auto;
}
 
#aviso{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #23CE6B;
  text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;
  margin: 35px auto 10px auto;
}
 
#consulte{
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: -2px -2px 1px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;
  margin: 35px auto 10px auto;
}

#error{
	background-color:#F00;
	border-radius: 5px;
	width: 500px;
	position:relative;
	margin-left: 110px;
	margin-top:50px;
	padding: 15px;
	color:#FFF;
    text-align:center;
	font-size: 20px;
	font-weight:bold;	
}


#ok{
	position:absolute;
	width: 600px;
	margin-left: 330px;
	margin-top: 20px;
	color:#F00;
    text-align:center;
	font-size: 20px;
	font-weight:bold;	
}

section#login{
	position: relative;
	width:800px;
	height: 40px;
	overflow: hidden;
	border-radius: 5px;
	top: 255px
	
}


label[for="name"]{
	font-size: 20px;
	font-weight:bold;
	color:#fff;
	text-shadow:#000;
}

input[type="login"], input[type="password"]{
	width: 200px;
	height: 25px;
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 10px;
	font-size: 12px;
	outline: none;
	border:0px;
	background-color: #fff;
	border-radius: 5px;
	font-size:16px;
}

input[type="submit"]{
	width:100px;
	height: 25px;
	outline: none;
	border:0px;
	background-color: #58af5a;
	color: white;
	font-size: 12px;
	border-radius: 5px;
	float:right;
	text-align:center;
	cursor: pointer;

}
input[type="ok"]{
	width:100px;
	height: 25px;
	outline: none;
	border:0px;
	background-color: #58af5a;
	color: white;
	font-size: 12px;
	border-radius: 5px;
	float:left;
	text-align:center;
	cursor: pointer;

}
