@charset "iso-8859-1";
/* CSS Document */

body {
	background-image: url("../../assets/img/background.jpg");
	background-repeat: repeat-x;
}

a:hover {
	color: #FF7212;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

span {
	font-family: Georgia, Calibri, Verdana, Arial, Helvetica, sans-serif;
}

legend {
	font-size: 10px;
	color: #49638b;
}

.titulo {
	margin-bottom: 25px;
	border-bottom: 1px solid #d9dbde;
	color: #49638b;
	text-align: center;
}

.titulo span {
	padding: 10px;
}

.limpa_float { clear:both; }


.rodape {
	padding: 10px;
	margin-top: 40px;
	border-top: 1px solid #999;
}

.form-signin {
  max-width: 330px;
  padding-bottom: 2px;
  margin: 0 auto;
  border-radius: 9px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#toTop {
	bottom: 10px;
	color: #333;
	cursor: pointer;
	display: none;
	font-family: verdana;
	font-size: 11px;
	position: fixed;
	right: -20px;
	text-align: center;
	width: 100px;
}