/*
Author: bopgun
Author URI: http://www.bopgun.com
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

html {height: 100%;}

body {
	width: 100%;
	height: 100%;
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.1;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	/* font-weight: 300; - Light */
	/* font-weight: 400; - Normal */
	/* font-weight: 600; - Semi Bold */
	/* font-weight: 700; - Bold */
	font-style: normal; 
	line-height: 1.3;
}

h1 {font-size: 18px;}

.normal {font-weight: 400;}
.semibold {font-weight: 600;}
.bold {font-weight: 700;}
.italic {font-style: italic;}

.red {color: red;}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	font-size: 14px;
	margin: 0 0 10px 0;
}

b, strong {font-weight: bold;}
i {font-style: italic;}

a {
	text-decoration: none;
	color: inherit;
}







.wrapper {
	width: 100%;
	min-height: 100%;
	float: left;
	background: url(ipapplication-images/farm.jpg) center no-repeat;
	background-size: cover;
}

.content {
	width: 280px;
	margin: 0 auto;
	margin-top: 5%;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 20px;
	text-align: center;
}

.intro {
	text-align: center;
	padding: 10px 0;
}

.form {
	text-align: left;
}

input {
	width: 274px;
	height: 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.3;
	font-size: 14px;
	-webkit-border-radius:0; 
    border-radius:0;
    -webkit-appearance: none;
    border: 1px solid #C5C5C5;
}

#submit {
	width: 100%;
	height: 31px;
	margin: 5px 0 0 0;
	background: #FCD411;
	border: none;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	font-size: 14px;
	-webkit-border-radius:0; 
    border-radius:0;
	-webkit-appearance: none;
	cursor: pointer;
}

.g-recaptcha {
	margin-left: -11px;
	margin-top: 15px;
}

p.submit {margin: 0 auto;}

.success {
	padding: 10px 5px;
    background: #414141;
    color: #FFFFFF;
    margin: 20px 0 0 0;
    display: none;
}
.success.show {display: block;}

.success p {margin: 0 auto;}






























































/* RESPONSIVE STYLES */





/* BELOW 400px */
@media screen and (max-width: 400px) {

.wrapper {background: #FFFFFF;}
.content {margin-top: 0%;}

}
/* /BELOW 400px */


