body {
	background: transparent url(../images/background.jpg) no-repeat top
		center;
	background-size: cover;
	font-size: 80%;
	padding: 20px;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
}

#login {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	width: 90%;
	max-width: 500px;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 30%;
	left: 25%;
	padding: 20px;
	resize: both;
	overflow: auto;
}

#login form {
	margin: 0 auto;
	text-align:center;
}
h2 {
	font-weight: bold;
	font-size: 2em; margin : 15px;
	text-align: center;
	color: #313D4B;
	margin: 15px;
}

#cap {
	width: 100px;
}
#captcha
{
	    vertical-align: bottom;
}
.form-group {
	margin: 10px;
}

.label-group {
	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;
}
.error
{
	background:#f8b7af;
	color:#9d0000;
	padding:10px;
	border-radius:10px;
}
.form-group input {
	width: 200px;
	font-size: 1.5em;
}

.btn {
	font-size: 16px;
	background-color: #0085B2;
	color: #FFF;
	border: 1px solid #0085B2;
	padding: 10px;
	width: 200px;
}

footer {
	font-size: 1.5em;
	color: #222222;
	bottom: 50px;
	position: absolute;
	width: 100%;
	height: 50px
}

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

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

.logo1 {
	float: right;
	width: 30%;
	margin-right: 5%;
	text-align: right;
}
.logo2
{
	display:none;
}
#logotipo {
	width: 100%;
}



@media screen and (max-width:1100px) {
	#login {
		top: 50%;
		left: 50%;
	}
	.logo2
	{
		display:block;
		float: none;
		width: 45%;
		margin: auto;
		text-align: center;

	}
	.logo1, #login h2
	{
		display:none;
	}
}
