.login-form {
  padding: 10px;
}
.register-form {
  padding: 10px 20px;
  background: #eee;
  border-radius: 5px;
}
.register-form .desc {
  padding-bottom: 10px;
}
