body{ 
	margin: 0;
    padding: 0;
    text-align: center;
    background: lienar-gradient(rgba(0, 0, 50, 0.5),rgba(0, 0, 50, 0.5)));
	background-repeat: no-repeat;
    background-attachment:fixed;
	background-position: inherit;
	background-size: 100%;
	background-image:url(index/sfondi1.jpg);
    background-position: center;
    font-family: sans-serif;
    
    
    
    }
	
	.contact-title
	{
	margin-top: 100px;
	color: #FFFFFF
	text-transform: uppercase;
	transition: all 4s ease-in-out;
	
	}
	.contact-title h1{
	font-size: 36px;
	line-height:10px;
	
	}
	.contact-title h2
	{
	font-size:16px;
	}
	
	first_name
	{
	background: transparent;
	border: none;
	}
	lasy_name
	{
	background: transparent;
	border: none;
	}
	email
	{
	background: transparent;
	border: none;
	}
	
	
	form
	{
	margin-top:50px;
	transition: all 4s ease-in-out;
	}
	
	.form-control
	{
	width:600px;
	background: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid gray;
	color: #FFFFFF;
	font-size:18px;
	margin-bottom:16px;
	}
	
	input
	{
	height:45px;	
	}
	
	form .submit
	{background: #FF0D00;
	border-color: transparent;
	color:#FFFFFF;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
	}
	
	form .submit:hover
	{
	background-color: #f44336;
	cursor:pointer;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
