/* ========== GERAL ========== */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	background: #E1E1E1;
	/*background: #5E87B0;*/
}

fieldset {
	border: none;
}

input {
	outline: none;
}

.clear {
	clear: both;
}


#alerta-erro {
	width: 350px;
	height: 40px;
	line-height: 40px;
	background: #DD5A43;
	text-align: center;
	color: #FFF;
	margin: -85px auto 0 auto ;
	border-radius: 4px;
	behavior: url(../assets/css/pie/PIE.htc);
	font-size: 14px;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}

/* ========== FIM GERAL ========== */




/* ========== FORMULÁRIOS ========== */

#login {
	width: 350px;
	height: 260px;
	margin: 130px auto 0 auto;
	background: #F4F4F4;
	border-radius: 4px;
	behavior: url(../assets/css/pie/PIE.htc);
	position: relative;
}

legend {
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: left;
	background: #5E87B0;
	text-align: center;
	color: #FFF;
	font-size: 22px;
	border-radius: 4px 4px 0 0;
	behavior: url(../assets/css/pie/PIE.htc);
	position: relative;
	margin-bottom: 20px;
}

.input-login {
	width: 74%;
	height: 30px;
	line-height: 30px;
	float: left;
	border-radius: 4px;
	behavior: url(../assets/css/pie/PIE.htc);
	position: relative;
	display: block;
	border: 1px solid #CCC;
	margin: 0 0 15px 34px;
	color: #666;
	padding: 0 3%;
}

.label-login {
	width: 80%;
	height: 20px;
	font-size: 14px;
	display: block;
	margin: 0 auto 0 35px;
	float: left;
	color: #666;
}

.botao-login {
	width: 40%;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	background: #6F94B8;
	border: 1px solid #5E87B0;
	border-radius: 4px;
	behavior: url(../assets/css/pie/PIE.htc);
	position: relative;
	float: right;
	margin: 10px 34px 0 0;
	text-decoration: none;
	font-size: 14px;
}

.botao-login:hover {
	background: #5E87B0;
}
/* ========== FIM FORMULÁRIO ========== */