img.gform_ajax_spinner {
  position: absolute !important;
  z-index: 999998;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  overflow: hidden  !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(255,255,255,0.85);
  content: ""
}
.gp_gf_loading_div{
  display:none;
  position: absolute;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  text-align: center;
}
.gp_gf_loading_div p{
  font-weight: bold;
  padding-top: 25%;
  text-shadow: 0 0 4px rgba(0,0,0,0.1)
}
.gp_gf_loading_div img{
  max-width: 200px;
}
.gform_wrapper {
  position: relative;
}
.gfield .gp_hide{
  display:none !important;
}
