.simplePopup {
  display: none;
  position: fixed;
  border: 2px solid #352d30;
  background: #272023;
  z-index: 3;
  padding: 12px 25px;
  width: 30%;
  min-width: 25%;
  margin: 0px auto;
  box-shadow: 0px 10px 40px #00000085;
  border-radius: 10px;
}

.simplePopupClose {
	float: right;
	cursor: pointer;
	margin-left: 10px;
	margin-bottom: 10px;
}

.simplePopupBackground {
	display: none;
	background: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

img.load {
	width: 10%;
	margin: 10px 41%;
}

img.logo {
	width: 40%;
	margin: -6px 105px;
}

p.load_text {
	margin: 10px 97px;
}

img.formget_logo {
	margin: 10px 110px;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 0px auto;
  position: relative;
  left: 3%;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    border-color: #d5243e transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-processing{
	text-align: center;
    margin: 20px;
}
.loading-processing h6{}
.loading-processing small{}