section {
	position: relative;
	width: 100%;
	height: auto;
}

#main {
	position: relative;
	width: 100%;
	max-width: 1920px;
	left: 50%;
	overflow: hidden;
	transform: translate(-50%, 0);
}

#form {
	position: relative;
	z-index: 50;
	margin-top: -100px;
	text-align: center;
	padding: 50px 0 50px 0;
	background-position: center;
	background-repeat: no-repeat;
	//max-width: 100%;
	margin-bottom: 1px;
}
.form_section{
	background-color: #f2f2f2;
	max-width: 1180px;
	padding: 30px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	align-items: center;
		
}
picture {
	max-width: 100%;
}

body {
	font-size: 20px;
	font-family: "MyriadPro-SemiCn", "Segoe UI", sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #f5f6f7;
	margin: 0;
	min-height: 100%;
	position: relative;
	text-align: center;	
	letter-spacing: 1px;
}

p {
	font-size: 14px;
}

img {
	padding: 1px;
}

.margin {
	margin-bottom: 45px;
}


.title {
	width: 40%;
}

textarea, input, #option {
	width: 540px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	color: black;
	border: none;
	margin: 3px;
}

::placeholder{
	color:#1F1F1F;
	opacity: 0.8;
	font-style: italic;
}

.button{
	background-color: #24A8E1;
	color: white;
	border-radius: 5px;
	padding: 10px;
	border: none;
}
.button:hover{
	text-decoration: none;
	box-shadow:  0 3px 8px 0 RGB(102,102,102);
	color: white;
}

a:hover{
	text-decoration: none;
}

.form_title{
	color: #24A8E1;
	font-size: 40px;
	font-weight:700;
	line-height: 1.5;
}
.subtitle{
	font-size: 20px;
	font-weight:400;
	text-align: center;
	line-height: 1.5;
	color: #000000;
}



table{
	color: black;
	text-align: left;
}
table td {
  padding: 10px 20px;
  vertical-align: top;
}


@media only screen and (max-width: 720px) {
	textarea, input, #option {
		width: 200px;
	}
}

@media only screen and (max-width: 640px) {
	.title_form {
		font-size: 16px;
	}
	.form_title{
		font-size: 32px;
	}
	.subtitle{
		font-size: 14px;
	}

	body {
		font-size: 14px;
	}
	#form {
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: -50px;
	}
	.smallfont{
		font-size: 10px;
	}
}
