#all{
	width:700px;
	height:500px;
	margin:auto;
}
#login{}

.logo{
	width:700px;
	text-align:center;
	float:left;
	padding-top:50px;
}
.texto{
	width:700px;
	padding:50px 0 50px 0;
	font-family:Arial Black;
	font-size: 16px;
	text-align:center;
	float:left;
}
.email_campo{
	background-image:url(../imgs/email_esqueceuSenha.png);
	background-repeat:no-repeat;
	height:57px;
	width:450px;
	float:left;
}
.email_campo input{
	border:none;
	background-color:#FFF;
	color:#1d124d;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:16px;
}
.enviar_campo{
	float:left;
	width:97px;
	height:57px;
}
#input_esqueceu_senha{
	float:left;
	width:620px;
	padding-left:80px;