* { 
margin: 0; 
padding: 0; 
}

html { 
background: url('../images/splashpage.jpg') no-repeat center center fixed; 
background-color: #4E4E4E;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#splashcopy {
margin-top: 40%;
font-size: 41px;
font-family: 'Josefin Sans', sans-serif;
font-weight: 300;
text-align: center;
}

form {
text-align: center;
vertical-align: middle;
}

#field {
width: 340px;
height: 40px;
border: black;
border-width: 1px;
border-style: solid;
font-size: 28px;
font-family: 'Josefin Sans', sans-serif;
font-weight: 300;
text-align: center;
-webkit-appearance: none;
border-radius: 0;
}

#button {
margin-left: -5px;
width: 120px;
height: 42px;
font-size: 28px;
color: white;
background: black;
border: none;
border-color: black;
font-family: 'Josefin Sans', sans-serif;
font-weight: 300;
text-align: center;
-webkit-appearance: none;
border-radius: 0;
}