body {
  font-family: sans-serif;
}

#container {
  margin: 40px auto;
}

#title {
  width: 100%;
}

img#fox {
  display: block;
  width: 200px;
  height: 185px;
  margin: 100px auto 60px auto;
  opacity: 0.5;
}

#main {
  max-width: 500px;
  margin: 0 auto;
}

form label {
  display: block;
  font-size: 0.7em;
  color: #999;
  padding-bottom: 0.5em;
}

form input {
  width: 100%;
  border: 0;
  padding: 15px;
  background-color: #65676B;
  color: #FFF;
  font-size: 1.2em;
  box-sizing: border-box;
  margin-bottom: 1em;
}

.button {
  display: block;
  max-width: 600px;
  color: #fff;
  text-decoration: none;
  background-color: #3072b3;
  font-size: 16px;
  padding: 12px 24px;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.button:hover {
  background-color: #204c77;
}

.button img {
  background-color: #fff;
  margin-right: 5px;
  padding: 2px;
  border-radius: 2px;
  margin-bottom: -3px;
  width: 16px;
  height: 16px;
}

h1 {
  font-weight: normal;
  font-style: italic;
  font-size: 1.6em;
  border-bottom: 1px solid #eee;
}

h2 {
  font-weight: normal;
  font-size: 1.2em;
  color: #999;
}
