body * {
	border: 0;
	padding: 0;
	vertical-align: baseline;
	white-space: normal;
	background: none;
	line-height: 1;
	/* Browsers have different default form fonts */
	font-family: helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2px;
    background-color: transparent;
    
}

input {
    background-color:  rgba(0,0,0,.1);
    border-radius: 10px;
    height: 40px;
    padding: 0px 10px;
}

html,
body {
	margin: 0;
	background-color: grey;
	text-align: center;
	height: 100%;
}




#text {
	padding-top: 30vh;
	margin: 10px;
	bottom: 0;
	position: fixed;
	text-align: left;
}


img {
	width: 100%;
}

#zip {
	position: fixed;
	top: 20px;
	width: 100%;
	text-align: center;
}

input {
	float: inline-block;
    
}
input:hover {
        background-color:  rgba(255,255,255,.1);

}

