
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	/*font-smoothing:antialiased;*/
	text-rendering:optimizeLegibility;
}

body{

	/*max-width: 100%;*/
	/*height: auto;*/
	background-image: url('img/formuimagen.jpg');
	background-size: cover;
  	background-position: center;
	
}
/*contenedor para que el background de la imagen sea responsive*/
.contenedor {
	width: 100vw;
	height: 100vh;
  }


.container {
	max-width:500px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.tituloformulario{

	height:8.8vh;
	
}

h1.estilotituloformulario{

  color: rgb(249,255,1);
  font-family: 'montserratregular';
  font-weight: bolder;
  font-size: 2.19vw;
  margin-top: 2.8vh;


}


.btn-container {
	text-align: center;
	margin-top: 5px;
  }
  
  button {
	
	padding: 10px 20px;
	background-color:white;
	border: none;
	color:black;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;

  }

   
  