<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************************************************************/
#form [form] {
	margin-top: 80px;
}
/****************************************************************************************/
#form .image {
	margin-top: 70px;
}

#form .image .container {
	max-width: 680px;
	text-align: left;
	display: inline-block;
}

#form .image img {
	margin: -47px 0 0 -47px;
	position: absolute;
}

#form .image .text {
	padding: 1px 0;
	border: 2px solid &lt;?php themeColorDark(); ?&gt;;
	border-width: 2px 0;
}
#form .image .text p {
	padding: 20px 10px 20px 260px;
	font-size: 2rem;
	line-height: 3.5rem;
	border: 1px solid &lt;?php themeColorDark(); ?&gt;;
	border-width: 1px 0;
}
/****************************************************************************************/
</pre></body></html>