* {
	padding: 0px;
    margin: 0px;
	box-sizing:border-box;
}
html, body{
	width: 100% !important;
	height: 100% !important;
	color:#444 !important; 
	background-image: url(images/login.jpg);
  	background-position: center center;
	background-repeat: no-repeat no-repeat;
	background-size: 100% 100%;
	}
.error{
	font-size:48px;
	position:fixed;
	top:30%;
	left:1%;
	width:98%
}
.titulo-error{
	color:darkblue;
}
.titulo-mensaje	{
	color:darkred;
}
.link{
    word-break: break-all
}