body { height: 100%;z-index:10; overflow: hidden; }


.error{
    color: white;
    text-align: center;
     font-family: Arial;
}

a{
	color:#fff !important;
}

.form{
	width: 350px;
	height: 300px;
	background: url('/nidp/images/luxottica.png') no-repeat #000 center top;
	background-size: 0%;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-top: -5%;
	margin-left: -175px;
	/*! box-shadow: 0px 0px 8px #2D2D2D; */
	/*! -webkit-box-shadow: 0px 0px 8px #2D2D2D; */
	/*! -moz-box-shadow: 0px 0px 8px #000; */
	/*! -o-box-shadow: 0px 0px 8px #000; */
	/*! background-position: -18px; */
	
}



form {   	text-align: center; }
a.popup-link { margin-left: 194px;opacity: 0.8;} 
#username {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width:296px;
	font-family: Arial;
	text-align:center;
	font-size:16px;
	color:#FFF;
}

.user_field {
	margin-top: 64px;
margin-right: auto;
	margin-left: auto;
	width:296px;
		height:28px;
	font-family: Arial;
	text-align:left;
	font-size:15px;
	color:#125691;
		margin-bottom:10px;

}

#pwd {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width:296px;
	font-family: Arial;
	text-align:center;
	font-size:16px;
	color:#FFF;
}

.pwd_field {
	text-align: left;
	margin-top: 10px;
margin-right: auto;
	margin-left: auto;
	width:296px;
	height:28px;
	font-family: Arial;
	font-size:15px;
	color:#125691;
		margin-bottom:10px;

}




.bsignin {
    text-align: center;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 308px;
    height: 40px;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 0px;
    background: #005192;
    border-width: 1px;
    border-color: #FFF;
}



.footer_login {
position: absolute;
left:0px;
bottom:0%;
width:100%;
height:9%;
/*! background-image:url('/nidp/MyPersonalDesk/images/footer_nuovo.png'); */
background-repeat:no-repeat;
z-index:999999;

background-size: 100%;
background-color:#000 !important;
color: #FFF;
text-align: center;
font-family: Arial;
font-size: small;
}





#line{
	display: none;
	
}



@media only screen and (max-width: 600px) {
  
.form {
    width: 100%;
    height: 100%;
    background: url(/nidp/images/luxottica.png) no-repeat #000 center top;
    background-size: 90%;
    background-size: 220px;
    background-position-y: 13px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-left: 0px;
}form {   	text-align: center;
			    margin-top: 45%;
 }
 
 
 #username {
    margin-top: -15px;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial;
    text-align: center;
     font-size: 25px; 
    color: #FFF;
}

.user_field {

	    margin-top: 10px;
    /* width: 90%; */
    height: 35px;
    font-family: Arial;
    text-align: center;
    font-size: 22px;
    color: #125691;
    margin-bottom: 10px;
	border-style:none;
    border-radius: 0px;

}

#pwd {
    margin-top: 19px;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial;
    text-align: center;
    font-size: 25px; 
    color: #FFF;
}

.pwd_field {
    margin-top: 10px;
    /* width: 90%; */
    height: 35px;
    font-family: Arial;
    text-align: center;
    font-size: 22px;
    color: #125691;
    margin-bottom: 10px;
	border-style:none;
    border-radius: 0px;

}


.footer_login {
position: absolute;
left:0px;
bottom:0%;
width:100%;
height:9%;
/*! background-image:url('/nidp/MyPersonalDesk/images/footer_nuovo.png'); */
background-repeat:no-repeat;
z-index:999999;

background-size: 100%;
background-color: #005192;
color: #FFF;
text-align: center;
font-size: 8px;
 font-family: Arial;
}
   .bsignin {
    text-align: center;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 306px;
    height: 45px;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 10px;
    border-radius: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #005192;
    /* border: none; */
    /* border-color: #FFF; */
    /* border-style: solid; */
    /* -webkit-appearance: none; */
}

#line{
	display: block;
	height: 10px;
    background-color: white;
    border-style: none;
	
}


}
   
   
   
}







.error {
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
        width:296px;
        font-family: Arial;
        text-align:center;
        font-size:16px;
        color:#FFF;
}



.button_cc {margin-top:65px;  }

.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(196, 196, 196, .85);
    top: 0;
    left: 100%;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 1;
    left: 0;
}
.popup {
	margin-top: -200px;
}
.popup .popup-body {
	background: #005192;
	opacity: 0;
	min-height: 150px;
	width: 400px;
	margin-left: -200px;
	padding: 20px;

	position: relative;

	text-align: center;
	/* [disabled]border: 1px solid #e9e9e9; */
}
.popup.visible, .popup.transitioning {
	z-index: 999; 
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -95px;
}
.popup.visible .popup-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup .popup-exit {
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -21px;
	right: -21px;
	background: url('/nidp/MyPersonalDesk/images/x-btn.png') no-repeat;
	background-image: url('/nidp/MyPersonalDesk/images/x-btn.png');
}
.popup .popup-content {
	overflow-y: auto;
	text-align: right;
}
.popup-content .popup-title {
	font-size: 24px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
	text-align: right;
}
.popup-content p {
font-family:Arial;
	font-size: 13px;
	text-align: left;
	color: #FFFFFF;
}

.popup a { 
font-family:Arial;
font-size:13px;
color:#FFF;
}

.popup a:hover { 
font-family:Arial;
font-size:13px;
color:#CCC;
}

