body {
	top: 0px;
	border: 0px;
	margin: 0px;
	background: radial-gradient(circle, #ffffff, #9ba6c7);
	font-family: sans-serif;
	font-size: 12px;
}

#container {
	width: 100%;
	height: 100%;
	background: url(../images/sti_simbolo_bg.png) no-repeat left bottom;
}

header {
	position: fixed;
	width: 100%;
	height: 80px;
	padding: 0px;
	background: #35457e;
	border-bottom: 2px solid #ffffff;
}

.headerTitulo {
	font-size: 17px;
	float: right;
	width: 360px;
	height: 70px;
	padding: 7px;
}

.headerTipo {
	color: #ffffff;
	font-size: 4vwm;
	float: left;
	text-align: right;
	width: 300px;
	height: 90px;
	margin-top: 40px;
}

.headerBrasao {
	float: right;
	width: 40px;
	height: 60px;
}

.headerDet {
	position: fixed;
	width: 100%;
}

.flexContainer {
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}

.flexContainer>div {
	background-color: #ffffff;
	border-radius: 0.5em;
	max-height: 240px;
	max-width: 400px;
	text-align: center;
	align-items: center;
	-webkit-align-items: center;
	width: 90%;
	height: 62%;
	font-size: 4vwm;
	color: darkblue;
}

.error{
	color: red;
	font-size: 1em;
}

h2 {
	font-size: 3vhm;
	color: darkblue;
}

@media screen and (min-width: 601px) {
	h2 {
		font-size: 4vwm;
		color: darkblue;
	}
}

@media screen and (max-width: 600px) {
	h2 {
		font-size: 4vwm;
		color: darkblue;
	}
}

input {
	box-sizing: border-box;
	width: 70%;
	height: 2.5em;
	padding: 1em;
	border: 0.15em solid #808080;
	border-radius: 0.5em;
	text-align: center;
}

::-webkit-input-placeholder {
	color: #808080;
	text-align: center;
}

:-moz-placeholder {
	color: #808080;
	text-align: center;
}

input[type=submit] {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	width: 40%;
}

input[type=submit]:hover {
	background-color: #10dd10;
	border: none;
	color: white;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.btn2[type=submit] {
	background-color: #aa0000;
	border: none;
	color: white;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.btn2[type=submit]:hover {
	background-color: #ff0000;
	border: none;
	color: white;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.logofooter {
	width: 480px;
	height: 44px;
	padding-top: 4px;
	font-size: 1.0em;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.logofooter img {
	padding-top: 3px;
}

@media only screen and (max-width: 500px) {
	.logofooter {
		font-size: 0.8em;
	}
	.logofooter img {
		width:45px;
	}
}

footer {
	color: #ffffff;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	bottom: 0px;
	background: #35457e;
	width: 100%;
	height: 38px;
}