*{
    padding: 0;
    margin: 0;
}

body{
    background-color: #EAEEF1;
}

h1,h2,h3,h4,h5{
    padding: 0;
    margin: 0;
    font-weight: normal;
}


.bg-login {
    background-color: #424242;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login{
    display: block;
}

.btnLogin {
    width: 100%;
    border: 0;
    padding: 10px;
    background-color: #CF292C;
    border-radius: 50px;
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
}

.inp{
    border-radius: 50px;
    margin: 10px 0;
}



.bg-nav {
    background-color: #424242;
    height: 100vh;
    margin: 0;
    padding: 0;

}

.bg-top {
    position: sticky;
    background-color: #626476;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secoes {
    padding: 0;
}
.sub li {
    border: 0 !important;
}
.secoes li {
    color: #fff;
    padding: 10px 0;
    background-color: #424242;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #7e7e8f;
}

.secoes li.dash:before {
    background-image: url('imgs/dashboard.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    height: 25px;
    width: 25px;
    margin: 0 5px;
    display: block;
    float: left;
}

.secoes li.cad:before {
    background-image: url('imgs/tag.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    height: 25px;
    width: 25px;
    margin: 0 5px;
    display: block;
    float: left;
}

.secoes li.chat:before {
    background-image: url('imgs/chat.svg');
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    height: 25px;
    width: 25px;
    margin: 0 5px;
    display: block;
    float: left;
}


.user {
    background-color: #333;
    padding: 10px;
    color: #fff;
    text-align: center;
}