#logo img {
    width: 100px;
    margin-bottom: 30px;
    transition: transform 0.4s ease-in-out;
}

#logo img:hover {
    transform: scale(1.2);
    opacity: 80%;
}

#mensagemErro {
    text-align: center;
    margin-bottom: -30px;
    margin-top: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: red;
    font-size: 12px;
}

#mensagemLogout {
    text-align: center;
    margin-bottom: -30px;
    margin-top: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: green;
    font-size: 12px;
}