html {
	font-size: 62.5%;
	min-height: 100%;
	position: relative;
}

body {
	font-size: 1.8rem;
	margin-bottom: 60px;
	font-family: "Nunito", sans-serif;
	font-weight: 300;
}

body.home {
	background-color: #f6f6f6;
	background-image: linear-gradient(15deg, transparent 0%, white 100%);
	/* padding: 8vw 30px 100px 30px; */
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

.well-home h1 {
	text-align: center;
	margin: 20px 0 20px 0;
}

.well-form {
	background-color: white;
	border: 1px solid #004a68;
}

.well-form form {
	padding: 10px 20px 20px 20px;
}

.btn-formulario {
	color: #fff;
	background-color: #004a68;
	border-radius: 2px;
	display: inline;
	padding: 16px 10px 16px 10px;
	font-size: 1.6rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	width: 100%;
	display: inline-block;
}

.btn-formulario:hover {
	color: #fff;
	opacity: 0.8;
}

.btn-enviar {
	padding: 0 15px 0 15px;
}

#wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, calc(-50% - 5rem));
	transform: translate(-50%, calc(-50% - 5rem));
	width: 360px;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.well-form form input {
	background-color: #f0f0f0;
	border-radius: 2px;
	box-shadow: inset 0.7px 0.7px 3px rgba(0, 0, 0, 0.08);
	border: 0;
	padding: 16px 10px 16px 16px;
	font-size: 1.6rem;
	height: 50px;
}
.well-form h2 {
	background: #f6f6f6;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 15px;
}
.well-form form legend {
	display: none;
}

.olvido-clave {
	font-size: 1.2rem;
	text-align: center;
	display: block;
	color: #004a68;
}

.introduce {
	padding: 10px 35px 15px 35px;
	margin-bottom: 0;
	font-size: 1.5rem;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
