body{
        color:rgb(90,90,90);
}

.top-nav{
    background-color:#9E0303;
}

nav.top-nav{
    height:100px;
    line-height:100px;
}

.logo_img{
    width:240px;
    position:relative;
    top:25px;
    border-radius:2px;    
}

main{
    min-height:calc(100vh - 170px);
    padding-top:40px;
}

h6{
    font-size:1.2em !important;
}

h5{
    color:#5d84c1;
    font-size:1.4em !important;
    border-bottom:1px solid #FFA6A6;
    padding-bottom:2px;
}

h3{
    margin-bottom:0 !important;
}


.logo_lab img{
    max-width:300px !important;
    max-height:300px !important; 
    margin-bottom: 20px;
}

.login{
    padding:20px;
}

.login .m5, .login .m7{
    padding:20px !important;
}

.justify{
   text-align:justify; 
}

.login-button{
    margin-top:20px;
}

.login-button input{
    margin-top:8px;
}
    
.footer-copyright{
    font-size:1.1em;
}

.logo_ssl{
    margin-top:30px;
}

footer{
    background-color:#9E0303 !important;
}

footer a{
    color:rgba(255,255,255,0.7) !important;
}

a:hover{
    text-decoration:underline;
}

.margin-bottom{
    margin-bottom:40px;
}

.text-danger{
    color:red;
}

.pass_dimenticata{
    font-size:0.9em !important;
}

.registrati{
    margin-top:40px;
    padding-top:45px;
    border-top:1px solid #FFA6A6;
}

.registrati a:hover{
    text-decoration:none;
}

@media (max-width:520px){
    .footer-copyright{
        font-size:0.8em !important;
    }

    h3{
        font-size:2.1em !important;
    }

    .login .m5, .login .m7{
    padding:0 !important;
}
}

@media (max-width:375px){
    .footer-copyright{
        font-size:0.65em !important;
    }
}