	html { 
		background: url(../images/background-eveduc.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	body{
		background-color: transparent !important;
	}
	
	input:-moz-placeholder, textarea:-moz-placeholder { 
		  color:#BBB; 
		  font-style:italic 
		}

/*	
	POLITICAS DE LA PAGINA DE INICIO
*/
	.politicas-eveduc{
		padding: 2%;	
	}
		.politicas-eveduc div{
			display:inline-block;
			margin-right: 1%;
			vertical-align: middle;
		}	
			.politicas-eveduc div a{
				color: #ecf0f1;
				text-align: center;
				text-decoration: none;
				font-weight: 600;
			}
			.politicas-eveduc div a:hover{
				text-decoration: underline;
			}
/*
	FINDE POLITICAS
 */
	.white-box{
		background: rgba(236, 240, 241,.7);
	}

	.header-login{
		text-align: center;
	}
		.header-login img{
			display: block;
			margin: 1% auto 1% auto;
			max-width: 25%;
		}
	
	.main-login{
		text-align: center;
	}
		.main-login h4, small{
			color: #106083 !important;
			display: block;
			padding: .5%;
		}

		.main-login form{
			padding: 4% 10% 4% 10%;
		}
	
		.main-login form .form-group .input-group-addon{
			background: #106083;
			color: #ecf0f1;
		}

		.main-login form .form-group i{			
			padding: 5%;
		} 
		
		.main-login form .form-group input{
			text-align: center;
			padding: 5%;
		}

	.footer-login{
		text-align: center;
	}
	
		.footer-login button{
			background: #106083;
			color: #ecf0f1;
			margin-bottom: 8%;
			padding: 2%;
			width: 40%;
		}

	footer{
		bottom: 2%;
		position: fixed;
		right: 0;
	}