.form form {
  position: relative;
  float: left;
  width: 400px;
  height: auto;
  top: 0;
  left: calc(50% - 200px);
}
