﻿@charset "UTF-8";
/* CONTENT */
.graybg { background-color: #F3F2F2; }
#content .form {
    margin: 26px auto 10px;
    padding: 20px 0 40px;
    text-transform: uppercase;
    width: 510px;}
#content form {   position:relative; margin: 0 auto; }
.forget {    color: #666666;
    margin-bottom: 50px;
    text-align: center;
    text-transform: none; }
.forget a { text-decoration:none;   color: #666666;}
.forget a:hover { text-decoration:none;   color: #1a5a7c;}
label { margin-bottom: 5px; margin-top: 10px; display: block; }
img.campaign {
    position: absolute;
    z-index: 2;
    left: -20px;
    top: 30px;
}
.form-title { color: #666666; font-family: 'Open Sans'; font-size: 24px; margin-bottom: 20px; text-transform: none; text-align:center; font-weight:300 }
.error {
   color: #53514C;
    font-size: 14px;
    line-height: 18px;
    margin: 10px auto 0;
    padding-bottom: 5px;
    padding-right: 12px;
    padding-top: 5px;
    text-transform: none;
    width: 210px;
}
.error:before {
   
}
#floating-text {
    position: absolute;
    width: 520px;
    left: 32px;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.30);
	padding:15px;
	max-height:432px;
    min-height: 258px;
    overflow-y: auto;
}

/* full page height hack */
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;           
  margin-bottom: -60px;
}
#push {
    height: 60px;
    position: relative;
    z-index: 0;
}

/* OMG WHO DID THIS */
form input[type="text"], form input[type="password"] {
    background-color: #FFFFFF;
    border: 1px solid #BEB9B4;
    font-size: 14px;
    height: 28px;
    margin: 0 0 0 9px;
    padding: 0 5px;
    width: 290px;		
}
form .error-row input[type="text"], form .error-row input[type="password"], form .error-row select { border-color: #fd931d; }
form select {
    width: 245px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #666;
    padding: 7px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    background-color: white;
}
div.consenso { width: 245px; margin-top: 30px; text-transform: none; }
.consenso input { margin-right: 5px; }

/* "static page" style */
#floating-text h1 { color: #FAA02E; font-size: 2em; padding-bottom: 20px;}
#floating-text h2 { font-size: 19px; padding-bottom: 16px;}
#floating-text h3 { font-weight: bold; font-size: 16px; }
#floating-text .social {  margin-top: 45px; padding-bottom: 0;}
#floating-text p { padding-bottom: 10px; font-size: 16px; }

.form-row {margin: 20px auto 0 auto;
    text-align: center;} 
.linea_sep_orange_login { border-bottom:1px solid #1a5a7c; margin-top: 15px; margin-bottom:8px; }

.button_green_30px {  
   background-color: #85B200;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.button_green_30px a { color:#FFFFFF !important; text-decoration:none; }
.button_green_30px:hover { background-color:#666666; }

.button_blue_30px {  
    background-color:#1e4f6c;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    text-transform: lowercase;
}
.button_blue_30px a { color:#FFFFFF !important; text-decoration:none; }
.button_blue_30px:hover { background-color:#666666; }


.space_notice { width:510px;  margin: 0 auto 50px; text-align:center; color: #666666; }
.space_notice a { text-decoration:none; color:#1a5a7c;}
.space_notice a:hover { text-decoration:none; color:#666666;}
.claim_login { font-size:12px; color:#666666; text-align:center; text-transform: uppercase; }
.claim_login a { color: #666666 }
.testo_logo { font-size:14px; color:#666666; text-align:center;font-family: 'Open Sans', sans-serif; margin-top:50px; clear:both}
.logo_login {  padding-top: 39px; text-align:center;height:49px; width:100%; margin:0 auto }
.testo_risposta_password {margin: 0 auto; text-align: center; text-transform: none; width: 410px; color:#857F77;}

/* login CDN neen */

.testo_logo_cdn_neen { font-size:18px; color:#666666; text-align:center;font-family: 'Open Sans', sans-serif; margin-top: 24px;}
.sot_blue { background-color:#6790B6; color:#ffffff; padding-left: 4px;
    padding-right: 4px;}
.sot_orange { background-color:#1a5a7c; color:#ffffff; padding-left: 4px;
    padding-right: 4px;}
.placeholder, ::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder
{
  color: #666666;
}
#header { height: auto; }
#container { width: auto; }
.footer_g {
    color: #B1AFA8;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding-left: 11px;
}
.g-recaptcha{
	margin: 0 0 0 102px;
	}
.logout {
    margin: 10px auto;
    padding: 10px 0 ;
    width: 510px;
	text-align:center;
	color: #666666; 
	font-family: 'Open Sans'; 
	font-size: 16px; 
	font-weight:300}