#popupRegistrationBackground
{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: white !important;
}

#popupRegistrationClose
{
	display: block;
    position: absolute;
    top: 0;
    right: 0;
	margin: 20px 20px 0px 0px;
    width: 40px;
    height: 40px;
    border: 5px solid transparent;
    overflow: hidden;
    background-color: white !important;
}


.popupRegistrationSpan
{
	padding: 10px 20px;
	font-size: 95%;
	display: block;
}

.popupRegistrationPadding
{
	padding-top: 0px;
}


#popupRegistrationLogo
{
	width: 165px;
    margin: 20px 0px 0px 20px;
}

#popupRegistrationLogo img
{
	width: 100%;
    height: auto;
}

#popupRegistration h2
{
	padding: 10px 20px !important;
}

.customFontColor1
{
	color: #f59c00 !important;
	color: var(--main-font3-color) !important;
	font-weight: 700;
}

@media only screen and (max-width: 45em) /*(max-width: 650px)*/
{
	#popupRegistration
	{
		width: 100%;
	}
}

@media only screen and (max-width: 30em) /*(max-width: 650px)*/
{
	#popupRegistration
	{
		width: 100%;
		margin-top:0px;
	}
}