body {
	background: transparent url(../images/Background.jpg) no-repeat top
		center;
	background-size: cover;
	margin: auto;
	background-position: top center;
	position: fixed;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	font-size: 13px;
	font-family: Lucida Sans Unicode, Verdana;
	width: 100%;
}

.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;
}
a
{
	color:#1471CE;
	text-shadow: 1px 1px 2px #FFF;
}
.titulo {
	font-weight: bold;
	font-size: 1.5em;
	margin: 15px;
	margin-bottom:0px;
	text-align: center;
	color: rgb(0, 109, 217);
	text-shadow: 10px 10px 12px rgba(255, 255, 255, 1);
}

#login {
	/*background: rgba(20,113,207, 0.2); */
    /* border: 1px solid #3d84c3; */
    border-radius: 5em;
    width: 500px;
    margin-left: 7%;
    margin-top: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.floating
{
	position:absolute;
	top:20%;
	right:0px;
	margin-right:2%;
	font-size:32px;
	color:#1471CE;
	text-shadow: 0px 0px 0px #000;
	
	
}
h3 
{
	color:#1471CE;
	text-shadow: 1px 1px 2px #FFF;
	margin-top:0px;
}
#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:#0C56B8;
	color: #FFF;
	padding: 10px;
	width: 200px;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.btn:hover
{
	background:#FFF;
	color:#0C56B8;
	border-color:#0C56B8;
}
h2 {
	padding: 0;
	margin: 0;
	color: rgb(0, 109, 217);
	margin: 0;
	font: bold 1.5em Tahoma;
	text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.65);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Glow(Color = #a5ffffff ,Strength = 17)";
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Glow(Color= #a5ffffff,
		Strength= 17);
}

footer {
	font-size: 1.2em;
	color: #222222;
	bottom: 15px;
	position: absolute;
	width: 100%;
	height: 50px;
	    text-align: left;
    margin-left: 10%;
}

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%;
		width: 350px;
		background:rgba(145,140,134,0.8)
	}
	.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%;
		margin: 0px;
		background:rgba(145,140,134,0.8)
	}
	.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;
	}
}