@charset "utf-8";
/* CSS Document */
		#container_demo1
		{
		position:relative;
		width:100%;
		max-width:500px;
		margin:auto;
		height:500px;
		background-color:white;
		margin-top: 6%;
		box-shadow: 0 0 5px .5px black;
		clear:both;
		text-align:center;
		border: 1px solid rgba(147, 184, 189,0.8);
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	  -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	-webkit-box-shadow: 5px;
	-moz-border-radius: 5px;
		}
		input[type="username"]{
       position:relative;
		width:100%;
		text-align:center;
		background:url(images/icon-nombre.png) no-repeat;
		background-color:#f0f4f4;
		font-family:inherit;
		}
	input[type="password"]{

     width:100%;
	text-align:center;
	background:url(images/icon-correo.png) no-repeat;
	text-decoration: blink;		
	background-color:#f0f4f4;
	font-family:inherit;
	}
	input[type="submit"]{
		width:120px;
		height:36px;
		position:relative;
		margin-bottom:10px;
		border-radius:5px ;
		cursor: pointer;
		background:url(images/header.jpg);
		font-size:20px;
		color:white;
		text-shadow: 0 1px  5px black;
		margin-right:40px;
		float:right;
		font-family:inherit;
	}
	
		
	<!-- hoja de estilo styless-->
	#wrap{
		width:100%;
		position:relative;
	}
	#wrap h1:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0))); 
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
	background: linear-gradient(rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
} 

