#form{
	margin:0 70px 0 70px;
	min-height:840px;
	position:relative;
	font-size : 14px;
	font-family: 'Dosis', sans-serif;
}
#form .custom{
	width:100%;
	height:100%;
}
#form .custom form{
	width:100%;
	height:100%;
}
#form .custom form .field{
	position: relative;
}
#form .custom form .field > div{
	position: absolute;
	left:100%;
	top:10px;
	bottom:10px;
	padding:5px;
	line-height:29px;
	min-width:230px;
	box-sizing:border-box;
	background:#6f9781;
}
#form .custom form a{
	color: white;
}
#form .privacy #privacy-error{
	display: inline-block;
	color:red;
	margin:0 10px;
}
#form .custom form .back{
	width:100%;
	position: absolute;
	left:0;
	bottom:0;
	right:0;
	height:550px;
	background:#6F6F6F;
	z-index:1;
}
#form .custom form h2{
	display: block;
	margin:0;
	text-align: center;
	font-size : 40px;
	letter-spacing : 2.8px;
	color : #3F5B58;
}

#form .custom form .cont{
	position: absolute;
	left:50%;
	bottom:70px;
	top:70px;
	width:400px;
	padding:40px;
	background:#959595;
	margin-left:-240px;
	z-index:2;
	color:white;
}
#form .custom form .cont input.text,
#form .custom form .cont textarea{
	font-family: 'Dosis', sans-serif;
	display:block;
	box-sizing: border-box;
	padding:20px;
	width:100%;
	background:none;
	border:1px solid white;
	color:white;
	margin-bottom:20px;
}

#form .custom form .cont input.submit{
	font-family: 'Dosis', sans-serif;
	padding:0;
	height:70px;
	line-height:70px;
	vertical-align:middle;
	width:100%;
	border:0;
	background: white;
	color:#87af99;
	font-size : 18px;
	letter-spacing : 1.26px;
	color : #4E5662;
}
::-webkit-input-placeholder{
    color:#d6e8de;
}
:-moz-placeholder{
   color:#d6e8de;
   opacity:  1;
}
::-moz-placeholder{
   color:#d6e8de;
   opacity:  1;
}
:-ms-input-placeholder{
  color:#d6e8de;
}


@media only screen and (max-width:550px){
	#form{
		margin:0;
		min-height:0;
		position:relative;
		font-size : 14px;
	}
	#form .custom form .cont{
		position:relative;
		left:auto;
		bottom:auto;
		top:auto;
		width:auto;
		padding:20px;
		box-sizing: border-box;
		background:#87af99;
		margin-left:auto;
		z-index:2;
		color:white;
	}
}