.sp-form-outer-wrap {
	padding: 50px 20px;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: auto;
	transition: all 0.3s ease-in-out;
}

.sp-form-outer-wrap.closed {
	visibility: hidden;
	z-index: -1;
	opacity: 0;
}

.sp-form-outer-wrap .close {
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 5px;
	right: 10px;
	padding: 20px;
}

.sp-form-outer-wrap .close:before, .sp-form-outer-wrap .close:after {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 2px;
	background-color: #fff;
	top: 20px;
	right: 6px;
	transition: all 0.3s ease-in-out;
}

.sp-form-outer-wrap .close:before {
	transform: rotate(45deg);
}

.sp-form-outer-wrap .close:after {
	transform: rotate(-45deg);
}

.signup-section {
	padding: 60px 0;
}

.sp-form[sp-id="201847"] .sp-form-control {
	background: #000000!important;
}