@import 'https://fonts.googleapis.com/css?family=Lato';


body {
	background-color:#333;
	background:url(http://www.forms.aajoda.com/wp-content/uploads/2016/09/droon.jpg);
	background-size:cover;
	    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	    word-wrap: break-word;
    font-size: 14px;
    font-family: -apple-system;
    font-family: "-apple-system","Helvetica Neue","Roboto","Segoe UI",sans-serif;
    line-height: 20px;
}

#page {
	max-width:400px;
	margin:30px auto;
	background:#fff;
	padding:20px;
	    box-shadow: 0 4px 14px 0 rgba(0,0,0,.1);
    border: 1px solid #ddd;
	border-radius:2px;
}

h1 {
    font-family: 'Lato',sans-serif;
    font-weight: 900;
	font-size:26px;
}

#page input {
	width:100% !important;
	padding:6px;
	background:#f4f3f0;
	border:1px solid #ddd;
}

label {
	display:block !important;
}


#page input.wpcf7-submit {
	display:block;
	text-align:center;
	padding: 13px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
	background-color: #2e7e8d;
    border-color: #286d7a;
	color:#fff;
}
