*{
	margin: auto;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-family: sans-serif;

}

body{
	background-color: #4570B3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;

}

main {

	width: 100%;
	padding: 20px;
	margin: auto;
	margin-top: 50px;
}

label {

	margin-left: 10px;
}
p{
	text-shadow:0 1px 0 #70A33B;
	font-size:24px;
}

h1{

color: #FFFFFF;
}

body {
  font-family: arial;
  background-color: #4570B3;
  /*#2F5392*/
}

input[type=button]{

  padding: 10px 40px;
	margin-top: 100px;
	margin-left: 350px;
	border: 20px;
	border-radius:20px;
	font-size: 14px;
	background: #68A6DD;
	background-color:white;
	cursor: pointer;
	font: 14px normal normal uppercase helvetica, arial, serif;

}

.container {
width: 100%;
}

/* responsive desing */

@media screen and (max-width: 850px){
	main{
		margin-top: 50px;
	}	
	.contenedor_inicio_registro{
		top: -10px;
		left: -5px;
		margin: auto;
	}	

	.contenedor_inicio_registro form{
		position: center;
	}
}
