@media screen and (min-width: 360px) {
  .temp_form {
    height: 2590px;
    width: 100%;
  }
}


@media screen and (min-width: 1260px) {
  .temp_form {
    height: 2550px;
    width: auto;
  }
}