body {
    background-image: url('../img/background.png');
    /* Substitua pelo caminho da sua imagem */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
}

.logo {
    max-width: 200px;
    height: auto;
}

.card {
    background-color: rgba(255, 255, 255, 0.5);
    /* Leve transparência para destaque */
    border-radius: 10px;
    max-width: 400px
}

#toggleSenha {
    cursor: pointer;
    margin-left: 5px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 8px;
    display: flex;
    align-items: center;
}

.rodape {
    font-size: 19px;
    margin-top: 15px;
    text-align: center;
    color: #171717;
}