﻿.form-processing {
    background-color: #383838;
    bottom: 0;
    display: none;
    left: 0;
    opacity: .95;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 100000;
}

.form-processing-spinner {
    color: #ce1126;
    left: 45%;
    position: fixed;
    top: 40%;
    z-index: 100001;
}
