/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 10-nov-2021, 16.58.55
    Author     : FiorIv77
*/


/*.body{
    background-image: url(../img/background-photo.jpg);
    background-image: url(../img/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    background-color: #464646;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    background-attachment: fixed;
    background-size: cover;
    }
*/

.div-change-recovery-pass, .div-change-recovery-pass-modifica, .div-aggiungi-mail-recupero {
    transition: 2s;
    width: 100%;
    position: fixed; top: -450px;
}
.btn-add-div-email-recovery {
    display: none;
}
/* # MEDIA QUERY DEVICE. */

@media only screen and (max-width: 767px) {
    /*        .body {

             The file size of this background image is 93% smaller
             to improve page load speed on mobile internet connections 
             background-image: url(../img/background-photo.jpg); 

            background-color: #464646;
            background-image: url(../img/background.jpg);
            width: 100%;
        }*/
}


/* # MEDIA QUERY DEVICE. */

* {
    font-family: 'Courier New', Courier, monospace;
}

/* # TITILO PANELLO DI ACCESSO */

.panel-title {
    font-size: 12pt;
}


/* # /TITILO PANELLO DI ACCESSO */


/* # IMMAGINE DI SFONDO DELLA PAGINA */

.background-imag {
    /* ottima sintassi per centrare gli elementi. */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* /ottima sintassi per centrare gli elementi. */
    z-index: -1;
    background-color: #464646;
    background: url('../img/BG/background_agenti.jpg') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* # /IMMAGINE DI SFONDO DELLA PAGINA */


/* # TASTO ACCEDI */

#btn_login_usr {
    position: relative;
    top: 18px;
}


/* # /TASTO ACCEDI */


/* # PANNELLO LOGIN */

.panel-login, .reset-change-pass {
    box-shadow: /*rgba(0, 0, 0, 0.17)*/
    #000 0px 3px 20px;
    -webkit-box-shadow: #000 0px 3px 20px;
    -moz-box-shadow: #000 0px 3px 20px;
    -o-box-shadow: #000 0px 3px 20px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
}

.panel-login2 {
    border-radius: 18px 18px 0 0;
    -webkit-border-radius: 18px 18px 0 0;
    -moz-border-radius: 18px 18px 0 0;
    -o-border-radius: 18px 18px 0 0;
}


/* # /PANNELLO LOGIN */


/* # DIDASCALIA CAMPI OBBLIGATORI */

.span-didascalia {
    position: relative;
    bottom: 10px;
}


/* # /DIDASCALIA CAMPI OBBLIGATORI */


/* # FULL SCREEN. */

.full-screen {
    background-color: rgb(33, 37, 41, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
}


/* # /FULL SCREEN. */


/* LOADER .*/

.loader {
    border: 0px solid grey;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 4px;
    /*box-shadow: 0px 3px 20px; rgba(0, 0, 0, 0.5);*/
    /*position: fixed; top: 25%; left: 46%;*/
    /* ottima sintassi per centrare gli elementi. */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* /ottima sintassi per centrare gli elementi. */
    width: 500px;
    height: 500px;
    color: red !important;
    background: url('../img/earth.gif') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
    z-index: 1;
    /*
	animation-name: divpanel;
	animation-duration: 3s;
*/
}


/* # /LOADER. */