body, html{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.mensaje{
	margin: 15px;
    padding: 15px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8 ),to(#F1F1F1 ));
	background-image: -webkit-linear-gradient(top,#F8F8F8 ,#F1F1F1 );
	background-image: -moz-linear-gradient(top,#F8F8F8 ,#F1F1F1 );
	background-image: -ms-linear-gradient(top,#F8F8F8 ,#F1F1F1 );
	background-image: -o-linear-gradient(top,#F8F8F8 ,#F1F1F1 );
	background-image: linear-gradient(top,#F8F8F8 ,#F1F1F1 );
}
.disclaimer{
	margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 11px;
}
.content{
	text-align: center;
	height: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#333333 ),to(#000000 ));
    background-image: -webkit-linear-gradient(top,#333333 ,#000000 );
    background-image: -moz-linear-gradient(top,#333333 ,#000000 );
    background-image: -ms-linear-gradient(top,#333333 ,#000000 );
    background-image: -o-linear-gradient(top,#333333 ,#000000 );
    background-image: linear-gradient(top,#333333 ,#000000 );
}
.errorLogin{
	color: white;
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
	background-color: #C2090E;
	line-height: 27px;
}
.logo{
	margin-bottom: 20px;
	width: 100px;
}
.form{
	padding-top: 50px;	
}
.texto{
	display: block;
	margin: 10px auto;
	text-decoration: none;
	min-width: 54px;
	color: #555;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	padding: 0 8px;
	line-height: 27px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-ms-transition: all 0.218s;
	-o-transition: all 0.218s;
	transition: all 0.218s;
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa ),to(#fff ));
	background-image: -webkit-linear-gradient(top,#fafafa ,#fff );
	background-image: -moz-linear-gradient(top,#fafafa ,#fff );
	background-image: -ms-linear-gradient(top,#fafafa ,#fff );
	background-image: -o-linear-gradient(top,#fafafa ,#fff );
	background-image: linear-gradient(top,#fafafa ,#fff );
	vertical-align: middle;
}
.boton{
	text-decoration: none;
	display: inline-block;
	min-width: 54px;
	text-align: center;
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	padding: 0 8px;
	line-height: 27px;
	border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#33b05b ),to(#1f7e3b ));
    background-image: -webkit-linear-gradient(top,#33b05b ,#1f7e3b );
    background-image: -moz-linear-gradient(top,#33b05b ,#1f7e3b );
    background-image: -ms-linear-gradient(top,#33b05b ,#1f7e3b );
    background-image: -o-linear-gradient(top,#33b05b ,#1f7e3b );
    background-image: linear-gradient(top,#33b05b ,#1f7e3b );
}
.boton:hover{
	color: #444;
	background-color: whiteSmoke;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F1F1F1 ),to(#ccc ));
	background-image: -webkit-linear-gradient(top,#F1F1F1 ,#ccc );
	background-image: -moz-linear-gradient(top,#F1F1F1 ,#ccc );
	background-image: -ms-linear-gradient(top,#F1F1F1 ,#ccc );
	background-image: -o-linear-gradient(top,#F1F1F1 ,#ccc );
	background-image: linear-gradient(top,#F1F1F1 ,#ccc );
}
.appHref{
	display: block;
    margin: 10px auto;
    width: 140px;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px;
    text-align: left;
    background-color: #303030;
    margin-bottom: 20px;
}
.appHref img{
	height: 65px;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 4px;
}