
		*{box-sizing: border-box;}

		a{text-decoration: none;}


		body, footer div a i{
			font-family:'Manrope',sans-serif;
			line-height: 2em;
			margin: 0;
			padding: 15% 15% 0 15%;
			background-image: url(../img/hojas.jpg);
			background-size: contain;
		}

		::selection{
			background-color: #ddd;
		}

		h1{
			font-size: 4em;
			font-family: 'Dancing Script';
			margin: 0 auto;
			margin-top: 60px;
			width: 100%;
			text-align: center;
			line-height: 100%;
			display: block;
	    	color:#000;  
		}

		h3{
			font-size: 1em;
			font-family: 'Manrope';
			margin: 30px auto;
			width: 100%;
			text-align: center;
			line-height: 100%;
			display: block;
		    color:#000; 
		    font-weight: lighter;
		}

		section{
			background-color:#fff;
			opacity: 1;
			display: flex;
			align-items: center;
			flex-direction: column;
			max-width: 600px;
			margin:0 auto;
			box-shadow: 5px 5px 10px rgba(0,0,0,.8);
		}

		.login{
			display: flex;
			flex-direction: column;
			background-color: transparent;
			width: 90%;
			max-width: 400px;
			min-width: 200px;
			margin:0 auto;
		}

		#pass{
			font-family: 'Manrope';
			height: 40px;
			margin: 10px auto;
			width: 100%;
		}

		#btnVerifica{
			font-family: 'Manrope';
			font-weight: lighter;
			height: 40px;
			background-color: #ccb46c;
			color: #fff;
			width: 100%;
			margin-top: 5px;
			margin-bottom: 60px;
			border: none;
			font-size: 1.4em;
			transition: 1s;
			cursor:pointer;
		}

		#btnVerifica:hover{
			background-color: #B07E05;
			transition: 1s;
		}

.derechos{
	position: relative;
	margin-top: 100px;
	color:#000;
	width: 100%;
	background-color: transparent;
	text-align: center;
	font-size: .8em;

}

