.fondo_login {
    background-color: #fff;
	background-image: url("./imgs/fondo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.texto_pie {
	color: gray;
}

.texto_error {
	color: red;
}