.signup form {
  width: 300px;
}
.signup h2 {
  font-size: 24px;
  padding-bottom: 25px;
}
.signup input[type="text"],
.signup input[type="password"] {
  margin-bottom: 25px;
}
.signup button {
  float: right;
}
