/**
 *
 * CSS com estilos da pagina
 *
 * @Autor - General Desenvolvimento Web - http://www.ageneral.com.br
 */

/* 
	Estilo da barra superior
	========================================================================== */
.recuperar-content {

}

.recuperar-content .header-title {
	background: #002342;
	height: 56px;
}

.recuperar-content h1.titulo {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 56px;
	text-transform: uppercase;
	margin-left: 35px;
	padding-left: 40px;
	position: relative;
}

.recuperar-content .titulo:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../../images/sprite.png) -172px -423px no-repeat;
	margin-top: 19px;
	margin-left: -35px;
}

/* 
	Itens
	========================================================================== */
.content {
	padding: 30px;
	color: #818181;
	font-weight: 100;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 100px;
}

.content .intro {
	margin-bottom: 35px;
}

.selecionar-titulo {
	color: #1d6b9c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px #b3b3b3 solid;
	padding-bottom: 10px;
}

form .form-content {
	width: 600px;
	margin: 0 auto;
}

form .form-content .form-element input {
	width: 300px;
	height: 40px;
	border: 1px solid #1a6b90;
	padding: 0px 10px;
	font-size: 15px;
	font-family: 'klavikach', sans-serif;
	font-weight: 100;
	color: #484848;
	line-height: 40px;
	border-radius: none;
	float: left;
}

.form-content .acoes input {
	width: 120px;
	height: 40px;
	background: #1a6b90;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	font-family:'klavikach', sans-serif;
	font-weight: 200;
	cursor: pointer;
	margin-left: 10px;
	float: left;
}

.form-content .acoes input:hover, 
.form-content .acoes input:hover {
	background: #002342;
}





