body {
    background-image:url('../img/fons.jpg?2018-04-19');
    background-repeat:no-repeat;
    background-position:top center;
}


.web {

}

.login{
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}

.login_form{
	font-size:14px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}


.login a:link {
	color: #000000;
	text-decoration: none;
}
.login a:visited {
	color: #000000;
	text-decoration: none;
}
.login a:active {
	color: red;
	text-decoration: none;
}
.login a:hover {
	color: red;
	text-decoration:none;
}
