
Deprecated: Smarty::_getTemplateId(): Implicitly marking parameter $template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/smarty.class.php on line 1048

Deprecated: Smarty_Internal_Data::getTemplateVars(): Implicitly marking parameter $_ptr as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_internal_data.php on line 193

Deprecated: Smarty_Internal_Data::_mergeVars(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_internal_data.php on line 203

Deprecated: Smarty_Internal_Template::__construct(): Implicitly marking parameter $_parent as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_internal_template.php on line 149

Deprecated: Smarty_Resource::source(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_resource.php on line 175

Deprecated: Smarty_Resource::source(): Implicitly marking parameter $smarty as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_resource.php on line 175

Deprecated: Smarty_Resource::populate(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_resource.php on line 199

Deprecated: Smarty_Template_Source::load(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_template_source.php on line 158

Deprecated: Smarty_Template_Source::load(): Implicitly marking parameter $smarty as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_template_source.php on line 158

Deprecated: Smarty_Internal_Resource_File::populate(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_internal_resource_file.php on line 28

Deprecated: Smarty_Internal_Resource_File::buildFilepath(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/60/site623/web/classes/smarty.4.3.0/sysplugins/smarty_internal_resource_file.php on line 101
.nglogin label
{
	font: 15px Quicksand,Verdana,Helvetica,sans-serif;
	color: #081901;
	letter-spacing: 0px;
	float: left;
	display: block;
	padding: 5px 5px 5px 0;
	box-sizing: border-box;
	width: 35%;
}

.nglogin .ngloginerror
{
	color: #a65856;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0 20px 0;
	color: #a65856;
}


.nglogin input[type=email], .nglogin input[type=password]
{
	border-color: #d6ded4;
	border-width: 1px;
	border-style: solid;
	padding: 6px 12px 6px 12px;
	background: #ffffff;
	font: 15px Quicksand,Verdana,Helvetica,sans-serif;
	color: #323232;
	letter-spacing: 0px;

	display: block;
	float: left;
	margin: 0 0 10px 0;
	-webkit-appearance: none;	
	box-sizing: border-box;
	width: 65%;
}


.nglogin .ngloginconsent div {
	margin: 0 0 10px 0;
}



.nglogin input[type=submit]
{	
	border-color: #1c4e07;
	border-width: 0px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #1c4e07;
	font: 15px Quicksand,Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	border-radius: 0px;
	display: block;
	float: right;
	cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}

.nglogin input[type=submit]:hover
{	
	border-color: #2c800a;
	background: #2c800a;
	font-weight: normal;
	
	font-style: normal;
	
	text-transform: none;
	
	color: #ffffff;
}


@media (max-width: 767px) {
	.sqr .nglogin label,
	.sqr .nglogin input[type=email], .nglogin input[type=password]
	{
		width: 100%;
		float: none;
	}
} 