/* CSS Stylesheet */

body {
	min-height: 100%;
background: #00b09b;  
}

h1,h2,h3,h4,h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2rem;
        color: #000;
}

#form {
	padding: 50px;
	border: 1px solid #fff;
	border-radius: 25px;
	background-color: #fff;
	color: #181818;
	font-family: 'Raleway', sans-serif;
	font-size: 1rem;
        margin: auto 5%;
        margin-top:10%;
        line-height: 1.6;
}

span {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
        color: #66c2ff;
        margin-top: -25px;
}


