#popupRegistrationBackground
{
	position: relative;
	top: 0px;
	left: 0px;
}

.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;
	}
}