
#loading-indicator::after,
#loading-indicator::before {
	box-sizing: border-box;
	left: 50%;
	position: absolute;
	top: 50%;
}
#loading-indicator {
	background-color: rgba(0, 0, 0, .5);
	bottom: 0;
	box-sizing: border-box;
	font-size: 1px;
	height: 100%;
	left: 0;
	margin: 0!important;
	padding: 0!important;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2147483646
}

#loading-indicator::before {
    background: url(../images/green-bar-3.gif) center center no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 160px;
    margin-left: -250px;
    margin-top: -80px;
    width: 555px;
    z-index: 2;
}
#loading-indicator::after {
    background: #fff;
    border-radius: 5px;
    color: #000;
    content: "Securely submitting your information.  Please wait.";
    text-wrap: wrap;
    line-height: 0px;
    font-family: arial;
    font-size: 17px;
    height: 188px;
    line-height: 26px;
    margin-left: -202px;
    margin-top: -69px;
    padding: 120px 25px 0px 25px;
    text-align: center;
    width: 450px;
    z-index: 1;
}
@media(max-width: 1024px){

     #loading-indicator {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    box-sizing: border-box;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}
#loading-indicator::after, #loading-indicator::before {
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    top: 50%;
}

#loading-indicator::before {
        background: url(../images/green-bar-3.gif) center center no-repeat rgba(0, 0, 0, 0);
        content: "";
        height: 70px;
        margin-left: -65px;
        margin-top: -55px;
        width: 140px;
        z-index: 2;
}
#loading-indicator::after {
        background: #fff;
        border-radius: 5px;
        color: #000;
        content: "Securely submitting your information.  Please wait.";
        font-family: arial;
        font-size: 16px;
        height: 160px;
        line-height: 20px;
        margin-left: -150px;
        margin-top: -75px;
        padding-top: 100px;
        text-align: center;
        width: 300px;
        z-index: 1;
}
}
