
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(247,247,247,1)), color-stop(47%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.logo_younity_login{
	position:absolute;
	 bottom:300px; 
	 left:72px; 
	 z-index:1000;
	
}
#back_you{
background:#b1b1b1 url("../images/003.jpg");
    background-attachment: fixed;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;	
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
#BackgroundUp {
	
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.nascosto{
	display:none;	
}
#login_modulo{
	
	width:300px;
	margin:10% auto;	
}
header
{
    position:relative;
    height: 100%;
    
    
    box-shadow:inset 0 -1px 5px rgba(0,0,0,0.6);
}

.content {
    height: 90%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 0;
	
}

.YounityBox {
    bottom: 100px;
    left: 70px;
    position: absolute;
	z-index: 101;
	
}
#YounityTime {
    color: white;
 
    font-size: 100px;
}
#YounityDate {
    color: white;
 
    font-size: 40px;
}

#effect { width: 240px; height: 135px; padding: 0.4em; position: relative; }

.errore{
	display:none;
	width:100%;
	margin:15px auto;
	text-align:center;
	
}
.corretto{
		display:none;

}

.background {

    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;

	
}

.top_block {
    width: 100%;
    display: block; 
}

.bottom_block {
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0; 
}

.left_block {
    display: block;
    float: left; 
}

.right_block {
    display: block;
    float: right; 
}
.bg-trasparente{
	/*background-color: rgba(255, 255, 255, 0.5) !important;*/
	background-color:transparent !important;

}


.center_block {
    display: block;
    width: auto; 
}

.background.login_blk {
    height: auto !important;
    padding-bottom: 0;
    right: 0;
    width: 400px;

}

.login_blk {
    height: auto;
    width: 400px;
    padding-bottom: 0px;
    background-color: transparent !important; 
/*    background-image: url(../images/layout/loginScreen-form-bg.png);*/


    background-repeat: no-repeat;
    background-position: center left;
}

.form-box{
	 padding-top:50%;
	  margin-left:20%;
	   margin-right:20%
	
}
.header{
	font-size:18px; 
	color:#FFF; 
	margin-bottom: 5%;
	
}
.footer{
	font-size:18px; 
	color:#FFF;
	text-align:center;
	
}
.marginetoplogi{
margin-top:3%; 	
}


.background.main_blk {
    height: 100% !important;
    padding-bottom: 0;
    left: 0;
    right: 0;
    margin-right: 400px;
	margin-bottom:0px;

}
	
.main_blk {
    width: auto;
    height: auto;
    padding-bottom: 0px;
    rheight: 100;
}

.background.logo {
  
	  position:relative;
    height: 100%;
    background: url("../images/layout/loginScreen-logo.png") no-repeat right ;
  
    padding-bottom: 0;
	float:left;

	width: 100%;
}


.logo {
    height: 100%;
    width: 500px;
    padding-bottom: 0px;
}


 .footer-menu {
    background: rgba(0, 0, 0, 0.94) none repeat scroll 0 0;
    border-top: 0 none;
    color: #fff !important;
    padding: .7%  0;
}


.home footer {
    display: block;
    position: relative;
    width: 100%;
    z-index: 10002;
}
footer {
   bottom: 0;
    float: left;
    position: absolute;
    width: 100%;
}

input {
  filter: none;
}
:-moz-autofill, :-moz-autofill-preview {
  filter: grayscale(21%) brightness(88%) contrast(161%) invert(10%) sepia(40%) saturate(206%);
}

/* Portrait */
@media screen and (max-width: 992px) {
#YounityTime {
    color: white;
    font-size: 50px;
}
#YounityDate {
    color: white;
 
    font-size: 20px;
}
.logo_younity_login{
	position:absolute;
	 bottom:220px; 
	 left:72px; 
	 z-index:1000;
	
}
 
}

/* Landscape */
@media screen and (max-width: 992px) {
#YounityTime {
    color: white;
    font-size: 50px;
}
#YounityDate {
    color: white;
 
    font-size: 20px;
}
.logo_younity_login{
	position:absolute;
	 bottom:220px; 
	 left:72px; 
	 z-index:1000;
	
}
}


@media screen and (min-width: 3000px) {
  #login_modulo{
	width:500px;
	margin:5% auto;	
}
 }