body {
	background: url("../images/banner_background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	position: relative;
	text-align: center;
	height: 100%;
	color: #424242;
	font-family: 'Roboto', sans-serif;
}

.titulo {
	font-weight: bold;
	font-size: 18px;
	margin: 15px;
	text-align: center;
}

#login {
	background: rgba(255, 255,255, 0.8);
	border:2px solid #fdfdfd;
	padding-top: 10px;
	padding-bottom: 20px;
	border-radius: 0 0 18% 18%;
}
#slogan{
	margin:auto;
	display: inline-block;
	width:30%;
	position: absolute;
	right:5%;
	top:10%;
	font-size:1.5em;
	background-color: #ffcb34;
	border:2px solid #ffba2d;
	border-radius: 5px;
	padding:10px;
}
#cap {
	width: 160px;
}

.form-group {
	margin: 10px;
}

.label-group {
	display: inline-block;
	width: 100px;
	font-size: 17px;
	text-align: right;
}

.form-group input {
	width: 200px;
	font-size: 20px;
	border-radius: 10px;
	padding: 5px 10px
}

.btn {
	transition: all 0.5s ease;
	font-size: 16px;
	background-color: #1B7ACD;
	color: #fff;
	border: 2px solid #1B7ACD;
	padding: 10px;
	border-radius: 10px;
}

.btn:hover {
	background-color: #ED2A46;
	border-color: #ED2A46;
}

h2 {
	padding: 0;
	margin: 0;
	color: blue;
	font: bold 32px Tahoma;
}

#header {
	top: 0px;
	width: 100%;
	height: 50px;
	background-color: #002DB2;
	text-align: right;
}

#header img {
	height: 50px;
	float: right;
}

footer {
	position: absolute;
	bottom: 5px;
}

footer div {
	padding: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 6px #000000;
	font-size: 1.1em;
	text-align: left;
}

@media screen and (max-width:700px) {
	.titulo img {
		max-width: 100%;
	}
	#login {
		margin: auto !important;
		width: 90% !important;
		border-radius: 0px 0px 10% 10%;
		padding:10px;
	}
	.form-group
{margin:10px 0px;}
	.label-group {
		width: 0px;
		display: none;
	}
	#divcaptcha1, #divcaptcha2 {
		display: inline-block;
		
	}
	#divcaptcha2 {
		width: 40%;
	}
	#divcaptcha1 {
		width: 58%;
		vertical-align: top;
	}
	#divcaptcha2 img {
		max-width: 100%;
	}
	#divcaptcha1 input {
		width: calc(95% - 30px);
	}
	#divcaptcha1 a {
		width: 30px;
	}
	.form-group input {
		width: 100%;
	}
}

@media screen and (min-width:701px) {
	#login {
		width: 400px !important;
		margin-left: 12% !important;
	}
}