body {
	background-color:#444;
	color:white;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;

	}

div#moviestyle {
	max-width:1300px;
	padding:3vw;
	margin:0 auto;
	}

h1, h2, h3 {color:white;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:.3em;
	}


/* Fields */
 input[type=date],  input[type=datetime],  input[type=datetime-local],  input[type=email],  input[type=month],  input[type=number],  input[type=password],  input[type=range],  input[type=search],  input[type=tel],  input[type=text],  input[type=time],  input[type=url],  input[type=week],  select,  textarea {
    background-color: transparent; /* Remove background fill */
    border-radius: 0; /* Remove corner curve */
    border: 2px solid #fff; /* 2px white border */
    color: #fff; /* White text */
    height: 41px; /* Increase input height */
	width:80%;
	padding:2px;
}

textarea {
	height:140px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}
/* Button */
 input[type=submit],  button[type=submit],  .wpforms-page-button {
   text-transform: uppercase;
   padding: 10px 60px;
   color: white;
   background: #444;
   font-weight: normal;
}

