label
{
    display: inline;
}

.fadeOut
{
    opacity: 0;
    transition: 0.5s;
}

.invisivel
{
    display: none;
}