.auto-pilot-image {
	position: relative;
	top: 34px;
	max-height: 256px;
}
#auto-pilot .form {
	background: rgba(255, 255, 0, 0.18);
	padding: 1em .4em;
	box-shadow: 0 16px 36px rgba(0,0,0,0.05);
	border-radius: 3px;
}

#auto-pilot input{
	padding-left: 5px;
}

#auto-pilot label {
	font-size: .8em;
	margin-top: 1em;
	text-align: left;
}

#auto-pilot input[type="submit"] {
	background: #11b565;
	color: white;
	display: inline-block;
	margin-top: 1em;
	margin-bottom: 0;
	font-family: 'Rubik',sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	padding: 10px 16px;
	font-size: 22px;
	line-height: 1.3333333;
	border-radius: 3px;
}

.auto-pilot-header input{
	color: black;
	padding: 8px 10px;
	border-radius: 3px;
	border: 1px solid transparent;
	margin: 10px;
	float: left;
}

.auto-pilot-header-headline{
	margin: 10px;
	color: white ;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	align-self: center;
}

.auto_pilot_submit_button{
	align-self: center;
	background: #11b565;
	color: white;
	display: inline-block;
	margin: 10px;
	padding: 7px 10px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 3px;
	color: #FFF !important;
}
