/*CSS per ERROR PAGES*/
.text-yellow{
    color: #f39c12 !important;
}
.text-red{
    color: #ff0000 !important;
}
.headline{
    float: left;
    font-size: 100px;
    font-weight: 300;
}
.box-warning{
    border-top:3px solid #f39c12
}
.box-body{
    max-height:300px;
    overflow:auto
}
.error-page {
    margin: 20px auto 0 auto;
}
.error-page>.error-content {
    margin-left: 190px;
    display: block;
}
.error-page>.error-content>h3 {
    font-weight: 300;
    font-size: 25px;
}
#pannello404_content{
    height: 100%;
    border: 0px !important;
    justify-content: center;
    display: flex;
    background: transparent !important;
}
#pannello403_content{
    display: flex;
    background: transparent !important;
    border: 0px;
}
#pannello500_content{
    height: 100%;
}