html, body, form {
    width:100%;
    height:100%;
}

.noimg_all {
  width: 400px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -200px;
}
.noimg_content {
    text-align:center;
}