body {
	background-color: #f2f2f2;
}

div#titulo {			
	border: solid black 1px;
}

div#login {
    background-color: #fff;
    width: 100%;
    height: 40%;
    margin: auto;
    border-top: solid #1b4e85 13px;
	border-bottom: solid #378ede 13px;
	position: absolute;
	top: 30%;
}

@media (min-width: 1920px) {
	div#login {
		height: 26%;
	}
}

div#logo {
	width: 60%;
	float: left;
}

div#logo img {
	margin-top: 39px;
}

div#form_login {
	margin-top: 31px;
	width: 40%;
	float: right;
}

div#form_login input {
	width: 240px;
}

div#form_login a {
	text-decoration: none;
	text-shadow: 2px 2px 5px blue;
}
div#form_login a:hover {
	text-decoration: underline;
}

div#form_login #btnEntrar, div#form_login #btnEnviar, div#form_login #btnVoltar {
    width: 80px;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-primary {
	background-color: #2489cc;
	border-radius: 3px;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
	white-space: nowrap;
	padding: 16px 12px;
	font-size: 13px;
	line-height: 1.49;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	.btn:focus,
	.btn:active:focus,
	.btn.active:focus {
		outline: 0;
		outline-offset: -2px;
	}

	.btn:hover,
	.btn:focus {
		color: #666666;
		text-decoration: none;
	}

	.btn:active,
	.btn.active {
		outline: 0;
		background-image: none;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.btn.disabled,
	.btn[disabled],
	fieldset[disabled] .btn {
		cursor: not-allowed;
		pointer-events: none;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.btn.btn-gradient {
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
		border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
		background-repeat: repeat-x;
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
	}

	.btn.btn-rounded {
		border-radius: 20px;
	}

	.btn-link {
		color: #001829;
		font-weight: normal;
		cursor: pointer;
		border-radius: 0;
	}

	.btn-link,
	.btn-link:active,
	.btn-link[disabled],
	fieldset[disabled] .btn-link {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

		.btn-link,
		.btn-link:hover,
		.btn-link:focus,
		.btn-link:active {
			border-color: transparent;
		}

			.btn-link:hover,
			.btn-link:focus {
				color: #1d6fa5;
				text-decoration: underline;
				background-color: transparent;
			}

			.btn-link[disabled]:hover,
			fieldset[disabled] .btn-link:hover,
			.btn-link[disabled]:focus,
			fieldset[disabled] .btn-link:focus {
				color: #777777;
				text-decoration: none;
			}

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.33;
	border-radius: 3px;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}

.btn-block {
	display: block;
	width: 100%;
}

	.btn-block + .btn-block {
		margin-top: 5px;
	}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.btn.btn-alt {
	position: relative;
	padding: 7px 11px;
	margin: 5px 3px;
	color: #999;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	background-color: #fbfbfb;
	border-radius: 1px;
	border: 1px solid #EEE;
	border-left: 4px solid #EEE;
	-webkit-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
}

	.btn.btn-alt.item-active,
	.btn.btn-alt:hover,
	.btn.btn-alt:focus {
		color: #666 !important;
		background-color: #fefefe !important;
	}

	.btn.btn-alt.btn-gradient {
		background-color: #f0f0f0;
		text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
		background-repeat: repeat-x;
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
		border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.14);
		border-left: 4px solid #DDD;
	}

		.btn.btn-alt.btn-gradient:hover,
		.btn.btn-alt.btn-gradient:focus {
			background-color: #eee;
		}

	.btn.btn-alt.item-checked {
		opacity: 1;
		color: #666;
		border-left-color: #70ca63 !important;
		transition: all 0.2s ease;
	}

.holder-style {
	display: block;
	padding: 9px 16px;
	color: #AAA;
	background-color: #f1f1f1;
	outline: 2px dashed #d9d9d9;
	border: 0;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

	.holder-style:hover,
	.holder-style:focus {
		cursor: pointer;
		color: #777;
		background-color: #EEE;
		outline: 2px dashed #aaa;
		border: 0;
		text-decoration: none;
	}

	.holder-style.holder-active {
		background-color: #FFF;
		outline-color: #70ca63;
	}

	.holder-style.holder-inactive {
		background-color: #FFF;
		outline-color: #AAA;
		text-decoration: none;
		cursor: not-allowed;
	}

	.holder-style:hover holder-inactive,
	.holder-style:focus holder-inactive {
		color: #AAA;
		outline-color: #AAA;
		text-decoration: none;
		cursor: not-allowed;
	}

	.holder-style .holder-icon {
		color: #AAA;
		font-size: 30px;
		padding-bottom: 10px;
	}

	.holder-style:hover .holder-icon,
	.holder-style:focus .holder-icon,
	.holder-style.holder-active .holder-icon {
		color: #70ca63;
	}

	.holder-style.holder-inactive .holder-icon {
		color: #AAA;
		outline-color: #AAA;
		text-decoration: none;
		cursor: not-allowed;
	}

.btn-dimmer.btn,
.btn-dimmer .btn {
	opacity: 0.5;
}

	.btn-dimmer.btn:hover,
	.btn-dimmer .btn:hover,
	.btn-dimmer.btn.item-active,
	.btn-dimmer .btn.item-active {
		opacity: 1;
	}