<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* remove extra space caused by exelate tag */
body img[src*="exelator"] {position: absolute; top: 0; left: 0;}
/* FORM */
#content-block .blueprint-form{display:block;}
#content-block .blueprint-form .fieldset &gt; .col .col:nth-child(2){padding-left:15px}
#content-block .blueprint-form .fieldset &gt; .col .h2{margin-bottom:50px;}
#content-block .blueprint-form .fieldset &gt; .col .p{margin-bottom:25px;text-align:center;}
#content-block .blueprint-form .fieldset &gt; .col .reqd{margin:20px 0;text-align:center;}
#content-block .blueprint-form .fieldset &gt; .col .form-group{height:50px;text-align:center;}
#content-block .blueprint-form .fieldset &gt; .col .form-group.textarea-group{height:245px;}
#content-block .blueprint-form .fieldset &gt; .col .form-group .form-control{height:100%;border:none;border-radius:0;resize:none;}
@media (max-width:991px) {
	#content-block .blueprint-form .fieldset &gt; .col .form-group.textarea-group{height:200px;padding-left:0;}
	#content-block .blueprint-form .fieldset &gt; .col .col:nth-child(2){padding-left:0}
}
@media (max-width:767px) { 
    #content-block .blueprint-form .fieldset &gt; .col .h2{text-align:left;}
}
@media (max-width:500px) { 
  	#content-block .blueprint-form .fieldset &gt; .col .form-group .btn{width:100%;}
}



</pre></body></html>