html, body{
    background: white;
    min-width: 0;
    height: auto;
    width: auto
}

.form{
	position: static;
	width: auto;
	height: auto;
	padding: 0 16px 16px;
}

.form form{
    height: auto;
}

.form form [type="text"]{
    width: 100%;
}

.form form [type="submit"]{
    width: 100%;
}

.container{
    width: 100%;
    min-width: 0;
}

h1{
    font: 500 30px "Exo 2",sans-serif;
    color: #454545;
    margin: 0 0 16px;
    padding: 30px 0 0;
}

p{
    font: 16px/1.3em "Exo 2",sans-serif;
    color: #8D8D8D;
    padding: 0 0px 30px;
}
