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

*{
	margin:0px;
	padding:0px;
	}
	
	body {
	background: -webkit-linear-gradient(top, #02041f, #1b253d, #02041f);
	background-position:center 0px;
	width:100%;
	padding-top:0px;
	background-repet:no repeat;
	background-attachment: fixed;
	}
		
		
	
	
  nav {
		background attachment:fixed;
		margin-right:10px;
		margin-left:10px;
		margin-top:5px;
	
		}
		
	
 header img {
	size:100%;
  }
	
		
		
 .container {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	
	
	}		
	
 .btn{
	margin:8px;
	
	}	
		
 .wrapper {
	background-color:none;
    padding:15px;
	
		} 	
		
 .wrap {
  width: 100%;
  max-width: 400px;
  padding:auto;
  margin: auto;
  background:none;  
  box-shadow: 0px 0px 0px grey; 
  }		
		
 .contenedor-formulario {
  width: 100%;
  color: #f2f2f2;
  padding: 30px; }
  
 .contenedor-formulario .formulario {
    width: 100%;
    margin: auto; }
   			
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
		