﻿/* BEGIN: Submit message Display Styles */
.submit-progress-bg {
  background-color: white;
  opacity: .5;
}

.submit-progress {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 22em;
  margin-left: -11em; /*set to a negative number 1/2 of your width*/
  height: 6em;
  margin-top: -3em; /*set to a negative number 1/2 of your height*/
  padding-top: 2em;
  padding-left: 2em;
  border: 1px solid #ccc;
  background-color: black;
  color: white;
  opacity: 1;
  z-index: 1100;
}

.submit-progress i {
  margin-right: 0.5em;
}
/* END: Submit message Display Styles */