body{
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.gruposevenbrasil{
    background-image: url(../../imagens/banner3.png);
}
.areaLogin{
    width: 100%;
    max-width: 320px;
    background-color: #ddd;
    border: 1px solid black;
    border-radius: 10px;
}
.authRowTop{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.topo2{
    text-align: center;
    display: flex;
    align-items: center;
}
.topo1{
    margin-left: 10px;
}
.authRowBottom{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.authCol{
    text-align: center;
}

form{
    margin-top: 10px;
}
.form-row{
    text-align: center;
}
.form-control .btn{
    border-radius: 5px;
}
.form-control{
    border: 1px solid #999;
    border-radius: 5px;
}
.cadastro{
    border-radius: 15px;
    height: 35px;
    font-size: 10px;
}
.cadastro:hover{
    background-color: red;
}
.alert{
    font-size: 12px;
    text-align: center;
}
label{
    font-size: 13px;
    color: blue;
    margin-left: 10PX;
}
a {
    color: blue;
    font-size: 13px;
}
/*Avatar e Imagens*/
.avatar{
    width: 80px;
    height: 50px;
}
.avatar2{
    width:150px;
}
.avatar3{
    width:70px;
    height: 40px;
}

.img-menu{
    width:30px;
    height:30px;
    border-radius:50%;
    margin-right: 5px;
}
