body {
    background: #3e4144;
}
.form {
    margin: 50px auto;
    width: 1200px;
    padding: 30px 25px;
    background: white;
}
p {
    font-weight: normal;
    text-align: center;
    color: #666;
    margin: 0px auto 25px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    font-family: sans-serif;
}
h1{
  text-align: center;
  font-weight: 300;
  color: #666;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: underline;
}
a{
  text-decoration: underline;
  color: #666;
}
