@CHARSET "UTF-8";
* {
	font-family: Century Gothic;
	margin: auto;
}

body {
	background-image: url("../img/raias.png");
	background-repeat: repeat;
}


.banner
{
	background: url("../img/back08.png")repeat-x #fff;
	width: 968px;
	height: 600px;
}

h3{
	color: #dedede;
	font-size: 80px;
	margin-top: 0px;
	background: url("../img/icon/user_32.png")no-repeat 380px 10px;
    padding-left: 70px;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.login{
  background: #fff;
  border: 2px solid #aaa;
  border-radius: 10px;
  height: 300px;
  width: 420px;
  box-shadow: 0px 0px 5px #aaa; 

}

input[type="text"]{
  margin: 50px 0 0 20%;
  padding-left: 40px;
  
  background-image: url("../img/icon/user.png") ;
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid #000;
  border-radius: 5px;

}

input[type="password"]{
  margin: 5px 0 0 20%;
  padding-left: 40px;
  
  background-image: url("../img/icon/key.png") ;
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid #000;
  border-radius: 5px;
}

input[type="text"]:focus, input[type="password"]:focus {
  box-shadow: 0 0 2px 1px rgba(55, 166, 155, 0.3);
  box-shadow: 0 0 2px 1px #1161c7;
}

/*.show-password {
  display: block;
  height: 16px;
  margin: 26px 0 0 28px;
  width: 87px;
}


.forgot {
  color: #7f7f7f;
  display: inline-block;
  font: 12px/1 helvetica;
  position: relative;
  left: +30px ;
  text-decoration: none;
  top: 20px;
  transition: color .4s;
}

.forgot:hover { color: #3b3b3b }*/

input[type="submit"] {
  margin-top: 5px;
  display:block;
}

/*input[type="submit"]:active {
  background-color: #1161c7;
  border-radius: 5px;
  width: 240px;
  height: 45px;
  box-shadow: 0 0 0 #fff;*/
}
  
 
footer
{
	
}

.pie_pagina {
	margin-top: -100px;
	font-size: 8pt;
	color: #888888;
	text-align: center;
}

.links a {
	text-decoration: none;
	color: #555555;
}
    