html { width: 100%; height:100%; overflow:hidden; }

body{
    width: 100%;
	height:100%;
	font-family: 'verdana', sans-serif;
     background: rgb(129, 187, 48);
    background: linear-gradient(90deg, rgba(129, 187, 48, 0.7) 3%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 70%, rgba(129, 187, 48, 0.7) 100%);

}

form .estilofield{
    
  background-color: transparent;
  width: 140%;
  margin-left: -50px;
  font:12px/18px 'Open Sans', sans-serif, Arial, Helvetica;

}


div{  
    margin: .4em 0;
}


.login { 
	position: absolute;
	top: 35%;
	left: 50%;
	margin: -150px 0 0 -150px;
	width:300px;
	height:300px;
  
}


input { 
	width: 100%; 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color:  #0a4ea1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	background: #fff;
}
input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2);}


#doc{
    width: 95%; 
    }

#enviar{
 background: #75a82d;
background: -moz-linear-gradient(top, #75a82d 0%, #8fdc22 39%, #bde980 54%, #83c921 83%, #83c920 99%); 
background: -webkit-linear-gradient(top, #75a82d 0%,#8fdc22 39%,#bde980 54%,#83c921 83%,#83c920 99%); 
background: linear-gradient(to bottom, #75a82d 0%,#8fdc22 39%,#bde980 54%,#83c921 83%,#83c920 99%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66991f', endColorstr='#83c920',GradientType=0 ); border: 1px solid #81bb30; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
color:azure;
cursor:pointer;

}

          
 a{
    font:12px;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;          
    color: black;        
              
 }
          
a:hover {
font-size:15px;
color:#0a4ea1;
}