/*
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 : 11-ott-2020, 15.00.51
    Author     : daniele
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
body {
	font-size:14px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
}
.logo {width: 100%; max-width: 270px !important;margin: 6px 0px !important; }
.payoff{ width: 80%; max-width: 685px !important;margin: 6px 0px !important;}
.family-Mitr{font-family: 'Mitr', sans-serif;}
/*.bgYellow{background-color: #ffc700;}*/
.bg-simboli-top{background: url('../img/registrati-bg-top.png') no-repeat;
                background-size: 1050px 400px;
                background-position: top center;
                height: 800px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
}
.bg-simboli-bottom{background: url('../img/registrati-bg-bottom.png') no-repeat;
                background-size:  640px 137px;
                background-position: top center;
                height: 200px;
                position: relative;
                top: 0;
                left: 0;
                z-index: 1;
}


.txtShadow{
    text-shadow: 0px 0px 10px #000000;
}