﻿/*讀取區塊*/
.formLoading{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  /*position: absolute;*/
  width: 100%;
  z-index: 9999;
}

.formLoading img{
    position: relative;
    margin-top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}