*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cx-dashboard{
    display: flex;  
	justify-content: center;
    margin-left: 210px; 
}

.dashboard{
    display: flex;
    flex-direction: column; 
	justify-content: center;
    padding-top: 48px
}

.cx-box{
    display: flex; 
    width: 81vw;
    border: 1px solid #fff;
}

.box{
    width: 50%; 
    align-content: center; 
    padding: 6px;
}

 .box-info{
    width: 65%; 
    padding: 6px; 
    font-size: 14px !important; 
    color: #006c33;
}

.box-login{
    width: 35%; 
    padding: 0 20px !important; 
    border-left: 2px solid #fff;
}

.box-footer{
    width: 100%; 
    align-content: center; 
    padding: 6px; 
    font-size: 14px !important; 
    color: #006c33 !important;
}

.sub-bloco-rlogio{
    display: flex; 
    justify-content: flex-end; 
}

.titulo-login{
    font-size: 21px !important; 
    color: #006c33 !important; 
    margin: 15px 0;

}

.btn-cad{
    width: 100%; 
    margin-top: 6px; 
    background: #ffc107; 
    border: 0; 
    color: #01632f; 
    padding: 7px !important; 
    font-size: 16px;
}

.btn-cad:hover{
    background: #ff9c07;
}

.btn-con{
    width: 100%; 
    margin-top: 6px; 
    background: #28a745; 
    border: 0; 
    color: #fff; 
    padding: 7px !important; 
    font-size: 16px;
}

.btn-con:hover{
    background: #027c1f; 
    color: #fff
}

.label-login{
    color: #01632f !important; 
    font-size: 14px !important;
}