/* Minification failed. Returning unminified contents.
(9,22): run-time error CSS1039: Token not allowed after unary operator: '-primo-colore'
(48,21): run-time error CSS1039: Token not allowed after unary operator: '-quarto-colore'
 */
.auth-main-ext::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--primo-colore);
    opacity: 0.9;
}

.auth-main-ext:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(/assets/images/sfondo_login.jpg) no-repeat center top;
    position: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.auth-main-ext .card {
    border-radius: 10px;
    margin-bottom: 10px;
}

.bg-office {
    background-color: #EB3C00;
}

.bg-azure {
    background-color: #0089D6;
}

a {
    color: #FFF;
    text-decoration: underline;
}

    a:hover {
        color: var(--quarto-colore);
        text-decoration: underline;
    }

    form.form-horizontal {
        width:100%;
    }
