#mpug-cert-form .mpug-submit-wrap, .mpug-cert-success-msg,.mpug-cert-fail-msg {
  text-align: center;
  position: relative;
}

#mpug-cert-form-wrap.active {
  position: relative;
  margin-bottom: 50px;
  margin-top: 25px;
}

#mpug-cert-form-wrap .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10001;
  background: url('/wp-admin/images/wpspin_light.gif') center center no-repeat;
  background-color: rgba(255,255,255,0.75);
  top: 0px;
}

#mpug-cert-form .mpug-submit-wrap input.submit {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px 50px;
    margin-bottom: 9px;
}
