.lp-exitpop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgb(0, 0, 0, .8);
	transform: translateY(60%) scale(0);
	transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	
}

.lp-exitpop.visible {
    transform: translateY(0) scale(1);
}

.lp-exit-pop-cont {
    width: 750px;
	padding: 20px;
	border-radius: 8px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: #fff;
	color: #212121 !important;

}

.lp-exit-pop-cont h1,h2,h3,h4,h5 {
	color: #212121 !important;
}

.lp-exit-pop-cont a {
	color: blue !important;
}

.lp-exit-pop-cont p {
	color: #212121 !important;
}

.lp-exit-pop-close {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    width: 12px;
    height: 12px;
	color: #000;
	font-size: 1.5em;
	font-weight: 600;
}

.coreg-table {
    border: none;
    color: #212121 !important;
}


.coreg-table tbody tr td {
    border: none;
}

.coreg-form-email input {
    border: 1px solid #212121 !important;
    font-size: 1.2rem !important;
    color: #212121 !important;
}

#email_input {
    border-radius: 4px;
    font-size: 16px;
    font-family: Helvetica, Arial, "sans-serif";
    font-weight: bold;
    width: 50%;
}


@media (max-width: 767.98px) {
.lp-exit-pop-cont {
	width: 350px;
	background: #fff;
	padding: 10px;
	border-radius: 8px;
}
	
#email_input {
    width: 100%;
}

}