.none {
  display: none;
}
.no-mobile {
  min-width: 1000px;
}
.footer-wrap {
  width: auto;
  background-color: #fff;
}
.form-content {
  background-color: #fff;
  width: 320px;
  margin: 0 auto;
}
#register {
  padding-top: 60px;
  padding-bottom: 60px;
}
#submit {
  line-height: 2;
  border-radius: 4px;
}
#doneRegister {
  display: block;
  border-radius: 4px;
}
