#header, #main, #navigation, #footer {
    width: 100%;
}

#hfooter {
    font-size: 1em;
    grid-template-rows: 60px 40px;
    grid-template-columns: 30% 40% 30%;
}

#header {
    height: 100px;
}

#sc_firstrow {
    width: 50%;
    height: 60px;
    margin-top: 0;
    padding-top: 20px
}

#sc_secondrow {
    width: 48%;
    height: 60px;
    margin-top: 0;
    padding-top: 20px
}

#sc_secondrow i.material-icons {
    font-size: 15px;
}


#screenlab::after {
    content: " - normal-ext";
}

#navigation {
    font-size: 15px;
    height: 30px; 
    padding-top: 0;
}

#login {
    width: 60%;
    min-height: 280px;
    font-size: 0.9em;
}

#login_form {
    margin-top: 20px;
}

.main_menu_item {
    width: 30px;
}

#nav_label {
    font-size: 1.5em;
    font-weight: bold;
}

.text_card {
    font-size: 1.1em;
}

.material_label {
    font-size: 1.4em;
}

