
/*!
 Immagine fissa
 background: url(http://www.searchenginepeople.com/wp-content/uploads/2011/07/twitter-outage-june-15.jpg) no-repeat center center fixed;
 Servizio placeholder immagini
 */

/*
body {
    margin-top: 50px;
    margin-bottom: 50px;
    background: none;
}
*/
.full {
    background: url(/images/login-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body.dialog_trasparent {
    padding-top: 250px;
    backdrop-filter: grayscale(1) brightness(1.2) blur(2px);
    padding-right: 1200px;
    background-color: transparent;
}

.dialog-container_elements {
    width: 400px;
    padding: 19px 29px 29px;
    margin-left: 150px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

@media (max-width: 576px) {
    .dialog-container_elements {
        margin-left: 70px;
    }
}