
#divLogin {
    margin-left:20px;
    margin-top: 30px;
    display:flex;
}

#btnEntrar {
    background: #46779C;
    width:100%;
    height: 55px;
    color: White;
    padding: 7px 15px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    margin-top: 31px;
    font-size: 15px;
}

#lblCopy {
    font-size: 12px;
}

.gridJs td {
    padding: 10px;
}

.gridJs {
    border-bottom: solid 1px #f0f0f0;
}

.divTitulo {
    width: 100%;
    font-size: 46px;
    letter-spacing: -3px;
    color: #416992;
    border-bottom: solid 1px #CCC;
    padding-bottom: 15px;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
}

.botao {
    display: block;
    background: #999;
    color: White;
    padding: 4px 15px 4px 15px;
    text-decoration: none;
}

main{
    display:flex;
    align-items:center;
    justify-content:center;
}

.box {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 280px;
    background: #FFF;
    border: 1px solid #d9d4d4;
    border-radius: 10px;
    box-shadow: 10px 10px 100px 10px rgba(0, 0, 0, 0.2);
   
    margin-bottom:80px;
    padding-top:35px;
    padding-left:20px;
    padding-right:15px;
    padding-bottom:20px;
}

.divInputIntern {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.icoLabel {
    margin-top: 33px;
    margin-right: 5px;
}

