.box {
  max-width: 600px;
  margin: auto;
  padding: 50px;
}
.box h2 {
  font-weight: 500;
}
.box .description {
  color: #666;
  font-size: 12px;
}
.box .ui-checkbox {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
.box .footer > .btn {
  float: right;
  margin-left: 10px;
}
.box .footer > #btn-submit-login-facebook {
  background-color: #0b58a2;
}
.box .footer > #btn-submit-login-facebook:hover {
  background-color: #0e72d2;
}
.box #help-row {
  margin-top: 20px;
}
.box #help-row > a {
  display: block;
  float: right;
}