/* The "wait" spinner on form submission.
-----------------------------------------------*/
.strong-form-wait {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.7);

  .message {
    position: absolute;
    top: calc( 50% - 25px );
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #111;
  }
}
