/* reset */
html{color:#000;background:#000}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}

/* font */


/* stile sito */

body{font:16px "Helvetica Neue", "Helvetica", Arial, sans-serif; color:#555; background:none;}

#content{ 
	width:500px; 
	min-height: 100%;
	margin:auto;
	/*background: transparent url('../img/bg.png') repeat left top;*/
    background: rgba(255,255,255,0.9);
	
	position: absolute;
	top: 0px;
	left: 35%;
	margin-left:-250px;
	text-align: center;

	padding: 60px;
}
#logo{ 
	display:block; 
	position:relative; 
	width:200px; 
	height:100px; 
	margin: 30px auto 30px auto;
}
#content h1 {
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
    font-weight: bold;
}
#content h2 {
	font-size: 16px;
	text-align: left;
	margin: 25px 0;
	font-weight: bold;
}
#content p {
	text-align: left;
	margin-bottom: 10px;
}

#footer {
	margin: 30px 0 15px 0;
    text-align: center;
}
#footer p {
    text-align: center;
}
#footer i {
	color: #999;
    font-size: 32px; 
	margin: 0px 5px 0px 20px;
    vertical-align: middle;
}
#footer .address i {
    margin: 0 auto;
}

#footer p a{
	color: #000;
    text-decoration: none;
}
#footer p a:hover{
	text-decoration: underline;
}
.small-text {
    font-size: 12px;
}
.clear {clear:both;}

/* form */

.wizard-form {
	margin: 30px 0 10px 0; 
}

input.form-control, select.form-control, textarea.form-control {
    background-color:rgba(0, 0, 0, 0.1);
    border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-bottom: 2px solid #e8ebed;
        border-bottom-color: rgb(232, 235, 237);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    color: #555;
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 6px 12px 6px 6px;
}
textarea.form-control {
	height: 150px;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
    border-color: #777;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #555;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
button.submit {
    color: #787c7f;
    background-color:rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    padding: 5px 20px;
}
button.submit:hover {
	cursor: pointer;
	border-bottom-width: 2px;
	border-bottom-color: #777;
}

/* responsive */

@media only screen and (max-width: 720px) {
    #content {
        left: 50%;
    }
}
@media only screen and (max-width: 500px) {
    #content {
        padding: 30px;
        width: 100%;
        left: 0%;
        margin-left:0px;
    }
    #logo, #logo img {
        width: 100%;
        height: auto;
    }
}