:root {
    --verde-primario: #104E35;
    --verde-secundario: #AACF33;


    --azul-teste: #00d4ff;
}


html, body, .page {
    height: 100vh !important;
    width: 100vw;
    margin: 0;
}





#RegisterLogin {
    display: flex;
    flex-direction: column;
    width: 38vw;
    text-align: center;
    padding: 4rem !important;
    min-height: 100vh !important;
    box-shadow: 7px 7px 14px -1px rgba(82,82,82,0.7) !important;
}


.custom-nav-link {
    color: #a6ce39 !important;
}



.TableRow {
    font-size: 0.8vw !important;
}







