.txtLgo{

}
.txtSenha{

}


.labelLgo{
    margin-left:20%;
    clear:both;
}
.labelSenha{
    margin-left:20%;
    clear:both;
}

label{
	display: block;  /* block float the labels to left column, set a width */
	float: left;
}
input{	display: inline;  /* block float the labels to left column, set a width */
	float: left;

}
