.report_form_wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 100%;
  top: calc(100% - 100px);
}
