*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{background-image: linear-gradient(
	120deg, #84fab0 0%, #8fd3f4 100%);
}

.form-registro{
	width:400px;
	height:#24303c;
	padding:30px;
	margin: auto;
	margin-top:100px;
	border-radius:4px;
	font-family:fantasy;
	color:white;
	background-color:#24303c;
	box-shadow:7px 13px 37px #000;
}

.form-registro h3{
	margin-bottom:20px;
	font-size:35px;
	text-align:center;
}
.controles{
	width:100%;
	background-color:#24303c;
	padding:10px;
	border-radius:4px;
	margin-bottom:16px;
	border: 1px solid #1f53c5;
	font-family:fantasy;
	font-size:18px;
	color:white;
}

.form-registro a{
	color:white;
	text-decoration:none;
}
.form-registro a:hover{
	color:white;
	text-decoration:underline;
}
.form-registro p{
	height:40px;
	text-align: center;
	font-size:18px;
}
.form-registro .Botons{
	width:100%;
	background-color:#1f53c5;
	border:none;
	padding:12px;
	color:white;
	margin:16px 0;
	font-size:30px;
	font-family:fantasy;
}
			/* Enviado.html */
/* ------------MensajeEnvio------------- */
.MensajeEnvio{
	width:100%;
	height:100%;
	border:1px solid blue;
}
.ImgEnvio{
	width:100%;
	height:800px;
	border:1px solid blue;
}

