body {
	background: transparent url(../images/background2.png);
	background-size: auto 100%;
	margin: auto;
	position: fixed;
	text-align: center;
	height: 100%;
	font-size: 13px;
	font-family: Lucida Sans Unicode, Verdana;
	width: 100%;
	margin: auto;
}

.centrar {
	width: 400px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.error {
	margin-top: 20px;
	width: 300px;
	color: black;
	text-shadow: white 0.1em 0.1em 0.2em;
	font-weight: bold;
}

.login-box-name {
	background: #f2dede;
	padding: 5px 12px;
	border-radius: 5px;
	color: #a94442;
	text-shadow: none;
	border: 1px solid #ebccd1;
}

.login-box-name-success {
	background: #dff0d8;
	padding: 5px 12px;
	border-radius: 5px;
	color: #3c763d;
	text-shadow: none;
	border: 1px solid #d6e9c6;
}

h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 10px;
	text-align: center;
	color: #FFFF00;
	text-shadow:  2px 2px 5px #000,2px 2px 10px #222222;
}
h2 {
	font-weight: bold;
	font-size: 1.5em;
	margin: 10px;
	text-align: center;
	color: #FFF;
	text-shadow:  2px 2px 5px #000,2px 2px 10px #222222;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86px;
	letter-spacing: 11pt;
	line-height: 120%;
	font-weight: bold;
	color: rgb(255, 255, 255);
	text-align: center;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow:  2px 2px 5px #000,2px 2px 10px #222222;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#85222222,Strength=15)";
	zoom: 1;
	    margin-bottom: 0px;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#85222222, Strength=15);
}

#login {
	padding-top: 20px;
	background: rgba(20, 113, 207, 0.2);
	border: 4px solid #FFFF00;
	color: #FFF;
	border-radius: 380px;
	height: 350px;
	width: 380px;
	box-shadow:2px 2px 5px #000,2px 2px 10px #222222;
}

.floating {
	position: absolute;
	top: 20%;
	right: 0px;
	margin-right: 2%;
	font-size: 32px;
	color: #1471CE;
	text-shadow: 0px 0px 0px #000;
}

#cap {
	width: 200px;
}

.form-group {
	margin: 10px;
}

.label-group {
	display: none;
	/*display: inline-block;*/
	width: 100px;
	text-align: right;
	font-weight: bold;
	font-size: 1em;
	color: #0085B2;
	text-shadow: white 0.1em 0.1em 0.2em;
	width: 100px;
}

.form-group input {
	width: 250px;
	font-size: 1.2em;
	padding: 5px;
	border-radius: 5px;
}

.btn {
	font-size: 16px;
	background: #1471CE;
	color: #FFF;
	padding: 10px;
	width: 200px;
}


#footer {
	color: #FFF;
	width: 100%;
	height: 50px;
	margin-top: 10px;
}

footer ul {
	list-style: none;
	text-align: center;
}

footer ul li {
	display: inline-block;
	padding: 0px 20px;
}

.globo {
	position: absolute;
	top: 20%;
	right: 10%;
	z-index: -10;
}

.logo {
	float: right;
	width: 30%;
	margin-right: 10px;
	text-align: right;
}

#logotipo {
	width: 100%;
}

#exploradores {
	height: 50px;
}

@media screen and (min-width: 600px) and (max-width:1100px) {
	#login {
		margin-left: 1%;
		margin-right: 1%;
		height: 350px;
		width: 380px;
	}
	.logo {
		float: right;
		width: 35%;
		margin-right: 10px;
	}
	#logotipo {
		max-width: 70%;
	}
	footer {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 600px) {
	#login {
		width: 100%;
		height: auto;
		margin: 0px;
	}
	.logo {
		position: static !important;
		width: 100% !important;
		margin-top: 10px;
		z-index: -10 !important;
		text-align: center;
	}
	#logotipo {
		max-height: 50%;
		width: 70%;
	}
	#footer {
		color: #000;
	}
	#exploradores {
		max-height: 40px;
	}
	body {
		width: 90%;
		margin-left: 5%;
	}
	footer {
		font-size: 1em;
	}
}