.topbar {
	width: 100%;
	height: 7px;
	border-top: 7px solid #333;
	top:0;
	left:0;
	position:absolute;
}

html { height: 100%; }

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #FFFFFF;
    background-image: url("../images/header-bg-casan.jpg");
    background-position: top center;
    background-repeat: repeat-x;    


/*   	background-color: #000;
	background-image: url("../images/login.jpg");
	background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;   */

}

.content {
	margin-top: 30px;
}

.header {
	margin-bottom: 20px;	
}

.email-icon {	
	background-image: url("../images/email.png");
	display: block;
	width: 90px;
	height: 90px;
	background-position: center;
}

.titulo {
	font-weight: bold;
	display: block;	
}

.titulo.sua-fatura {
	color: #2f679c;
	font-size: 40px;
	line-height: 40px;
}

@media (max-width: 770px) {
	.titulo.sua-fatura {
		margin-top:10px;
	}	
}

.titulo.digital {
	color: #275681;
	font-size: 50px;
	line-height: 50px;
}

.simplifique {
	font-weight: bold;
}

.form-email {
	margin-top: 30px;
	min-height: 160px;
}

.form-imobiliaria {
	margin-top: 30px;
	padding-bottom: 30px;
}

label {
	font-weight: bold;
	color: #275681;
}

.control-registration {
	margin: 0px;
}
.btn-salvar {
	margin: 0px;
}

.message {
	margin: 10px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
}

.message-text {
	margin-left: 10px;
}

.footer {
	margin-top: 50px;
}

.logo {	
	background-image: url("../images/casan-color.png");
	float:left;	
	width: 80px;
	height: 81px;
	margin-bottom: 30px;	
}

.footer p {
	float:left;	
	margin-left: 15px;	
	font-size: 15px;
	font-weight: bold;
	color: #395296;
}

.message-validate {
	margin-top: 40px;
	background-color: #fff;
	border-radius: 10px;
	padding: 5px;
}

.message-validate .ok {
	color: #275681;
}

.message-validate .error {
	color: #BB3F3F;
}

.message-validate .message {
	font-weight: bold;
	padding-left: 15px;
}

.title-info {
	color: #395296;
	margin-top:50px;
	margin-left: 7px;
}

.messsage-info {
	padding-left: 20px;
}

.ecasan-info {
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	border: 1px solid #E4F3FF;
	background-color: #F9F9FF;
	width: 400px;
	border-radius: 10px;
}

.ecasan-logo {
	margin-right:auto;
	margin-left:auto;
	background-image: url("../images/ecasan-short.png");      
    height: 30px;
    width: 177px;
	background-repeat: no-repeat;
}