html,body {
    height: 100%;
    overflow-x: hidden;
}

#topbar{
    background-color: white;
    box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.247);
    min-height: 50px;
}

#logoTopBar{
    width:75px; 
    margin-left: 5px;
    padding: 5px;
}

#separador{
    margin-left: 15px; 
    margin-right: 15px;
    border: 1px solid rgb(228, 228, 228);
    clear:both;
    height: 2em;
}

#iframe{
    height: 91vh;
    width: 100%;
    margin-top: 2px;
}

#login{
    width: fit-content
}
#formLogin{
    width: 30vw;
    max-width: 350px;
    min-width: 280px;
}

#btnLogin{
    width: 15vw;
    max-width: 150px;
    min-width: 100px;
}

.nav-item:hover{
    border: none;
    border-bottom: 2px solid #00a4a5;
}

.nav-item-active{
    border-bottom: 2px solid #00a4a5;
}