/*---------------------------------- General ---------------------------------*/
html {
    height: 100%;
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    margin-bottom: 2.2em; /* 1.2em text height + 0.5em*2 footer padding */
}

/* Footer */
#main-bottom-footer {
    padding: 0.5em 1em;
    line-height: 1.2em;
    position: fixed;
    border: 0; /* Otherwise the body bottom margin would be less than the actual height. */
    bottom: 0;
    width: 100%;
    box-sizing: border-box; /* Otherwise width 100% would cause overflow due the footer padding */
    text-align: center;
}

.footer-text a {
    text-decoration: none;
}

/*-------------------- Logout, Expired, Unauthorized pages  ------------------*/
.other-log-pages, #login-wrapper {
    width: 320px;
    margin: 0 auto;
}

.other-log-pages h4 {
    margin-bottom:40px;
}

/*--------------------------------- Login page -------------------------------*/
body.login {
    background: #333;
}

body.login header {
    background: #fff;
}

body.login #body {
    margin-top: 150px;
}

#body .login-panelgrid {
    margin: 0 auto;
}

#mPortaleManutenzione {
    color:#245884;
    font-weight:500;
}

#login-wrapper .input-group {
    margin-top: 20px;
}

#login-wrapper .input-group:last-child {
    margin-top: 40px;
}

#login-footer {
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

#login-footer a {
    color: #fe9601;
    text-decoration: none;
}
#login-footer a:hover,
#login-footer a:focus {
    color: #ffbe01;
    text-decoration: none;
}