@CHARSET "UTF-8";
* {
	font-family: Century Gothic;
}

body {
	background: url("../img/fondo.png") no-repeat fixed center;
	background-size: 100% 100%;
}

h3{
	background-color: #e3e5ea;
	border-bottom: .5px solid #8b8b8b;
	height: 50px;
	margin-top: 0px;
	text-align: center;
	color: #777;
	line-height: 50px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.login{
  background: #fff;
  border: 1px solid #898989;
  border-radius: 5px;
  height: 281px;
  /*margin: 25% auto 0;*/
  width: 300px;
  box-shadow: 1px 1px 20px #898989;
  
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -150px;
   margin-top: -150px;
}

input[type="text"]{
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  color: #000;
  height: 39px;
  margin: 0px 0 0 29px;
  padding-left: 40px;
  transition: box-shadow 0.3s;
  width: 240px;
  border-bottom: 1px solid #e1e1e1;
  
  background-image: url("../img/icon/login_usr.png") ;
  background-position: 10px center;
  background-repeat: no-repeat;
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

input[type="password"]{
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  color: #000;
  height: 39px;
  margin: 0px 0 0 29px;
  padding-left: 40px;
  transition: box-shadow 0.3s;
  width: 240px;
  border-top: 1px solid #e1e1e1;
  
  background-image: url("../img/icon/login_pass.png") ;
  background-position: 10px center;
  background-repeat: no-repeat;
    
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


.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"] {
  width:240px;
  height:45px;
  display:block;
  font-family: Arial;
  font-size:13px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  text-align:center;
  padding-top:auto;
  margin: auto;
  top: 45px;
  position:relative;
  cursor:pointer;
  border: none;  
  background-color: #1161c7;
  border-radius: 5px;
  box-shadow: 1px 1px 8px #000;
}

input[type="submit"]:active {
  background-color: #1161c7;
  border-radius: 5px;
  width: 240px;
  height: 45px;
  box-shadow: 0 0 0 #fff;
}
  
 
footer{
	position: absolute;
	left: 50%;
    top: 100%;
    margin-left: -180px;
    margin-top: -150px;
}

.pie_pagina {
	font-size: 8pt;
	color: #888888;
	text-align: center;
	height: 100px;
	text-decoration: none;
}

.links a {
	text-decoration: none;
	color: #555555;
}
    