#divFormLogin {
    position: absolute;
    left: 25%;
    top: 55%;
    margin-top: -195px;
    margin-left: -190px;
    width: 380px;
    padding: 40px;
    border-radius: 20px;
}

.page-item.active .page-link{
    background-color: #feb03b;
    border-color: #feb03b
}

.header-navbar .navbar-container ul.nav li a.nav-link-expand {
    padding: 1.1rem 1rem 1.3rem 1rem !important;
}

.form-control-position {
    top: 0px !important;
}

#overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: rgba(0,0,0,0.5); /*dim the background*/    
}

.form-control-position{
    width: 3rem !important;
}

.imgAllegato{
    max-width: 100%;
    max-height: 300px;
    width: auto;
    height: auto;
    object-fit:initial;
}