.docs-italia{
	font-weight: 600;
}	
.bottom-fix{
	width:50%;
}

	.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: relative;
  top: 40%;
  left: 45%;
}

.background-loader{
    position: absolute;
    content:"";
    width: 100%;
    background: #EBEBEB;
    height: 100%;
    left:0;
    z-index:100000;
}
@keyframes spin {
	
	  0% { transform: rotate(0deg); }
	  100% { transform: rotate(360deg); }
  
	}
.linea span {
	background: #ebebeb;
	padding: 0 1rem;
	position: relative;
	z-index: 5;
}

.linea::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	z-index: 1;
	top: 50%;
	position: absolute;
	border-top: solid 2px #c7c7c0;
}

.linea {
	text-align: center;
	display: block;
	font-size: 1.5rem;
	margin: 1rem 0;
	padding: 0;
	position: relative;
}

header {
	z-index: 10000 !important;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.content-form {
	background-color: rgba(244, 244, 244, 0.9);
}

.content, .content-form, .content-light {
	border: 1px solid #dcdcdc;
	padding: 20px 2em;
}

.main {
	width: 100%;
	float: left;
	margin-right: 100px;
	display: inline;
	margin-bottom: 50px;
}

.rounded-6 {
	border-radius: 6px;
}

.content, .content-form, .content-light {
	*zoom: 1;
	width: 100%;
	-moz-box-shadow: rgba(255, 255, 255, 0.7) 0 1px inset;
	-webkit-box-shadow: rgba(255, 255, 255, 0.7) 0 1px inset;
	box-shadow: rgba(255, 255, 255, 0.7) 0 1px inset;
	position: relative;
}

.login-form {
	width: 40%;
	float: left;
	max-width: 600px;
}

.alt-login-button {
	border: 1px solid #dadada;
	-moz-box-shadow: #fff -1px 0 0;
	-webkit-box-shadow: #fff -1px 0 0;
	box-shadow: #fff -1px 0 0;
	margin: 4% 5% 5% 5%;
	border-radius: 0.3em;
	position: relative;
    left: 30%;
    width: 30%;
}

input.special {
	border-radius: 6px;
	border-color: #8c8c8c;
	font-size: 16px;
	margin-bottom: 0;
	margin-right: 0;
	padding: 6px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
	box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px inset;
}

.controls {
	margin-top: 10px;
}

.container-fluid--desktop {
    max-width: none!important;
}
.dash{
		color:white;
		margin:0;
		padding:0;
		display: inline;
	}
@media only screen and (max-width: 1000px) {

	.bottom-fix{
	width:  100%;
}
	
	#numeroContratto::placeholder{
	font-size:10px;
	}
	#codice_fiscale::placeholder{
	font-size:10px;
	content:'CF';
	}
	
	.dash{
		display:none;
	}
	}