body{
    background-color: black;
}

.card-principal{
    background-color: black;
    color: white;
    border-color: white;
    border-style: dashed;
    border-width: 4px;
}

.card-dados{
    background-color: #363636;
    color: white;
    border-color: white;
    border-style: dashed;
    border-width: 4px;
}

.titulo-cardPrincipal{
    color: white;
}

.titulo-cardDados{
    color: white;
    margin-bottom: 20px;
}

.icone-cardPrincipal{
    font-size: 12px;
    margin-bottom: 1px;
}

.img-baixo{
    margin-bottom: 30px;
}

@media only screen and (min-width: 1280px) {

    .img-baixo{
        max-width: 20%;
    }

}

  @media only screen and (min-width: 600px) and (max-width: 1280px) {

    .img-baixo{
        max-width: 40%;
    }

}

.btn-ver{
    width: 75px;
    background-color: white;
}
.btn-ver:hover{
    background-color: black;
    border-color: white;
    color: white;
}

.card-title{
    margin-bottom: 20px;
}

.esq-senha{
    color: white;
    text-decoration: none;
}

.btn-modal{
    background-color: black;
    color: white;
}
.btn-modal:hover{
    background-color: white;
    border-color: black;
    color: black;
}