#popupFeedbackForm
{
	background-color: #ffffff;
	background-color: var(--main-body-color-background);
	padding: 20px;
}

.popupFeedbackFormSpan
{
	padding: 5px 20px; 
	font-size: 95%;
	display: block;
	color: #0067aa !important;
}

.popupFeedbackFormSpan h2
{
	padding: 10px 20px; 
	font-size: 95%;
	display: block;
	color: #0067aa !important;
}

.popupFeedbackFormPadding
{
	padding-top: 0px;
}


#popupFeedbackFormLogo
{
	width: 60%;
    margin: 20px 0px 20px 20px;
}

#popupFeedbackFormLogo img
{
	width: 20%;
    height: auto;
}

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

.customFontColor1
{
	color: #09357a !important;
	font-weight: 700;
}

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

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