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

Deprecated: Smarty_Internal_Data::getTemplateVars(): Implicitly marking parameter $_ptr as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/54/site844/web/classes/smarty.4.4.1/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/54/site844/web/classes/smarty.4.4.1/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/54/site844/web/classes/smarty.4.4.1/sysplugins/smarty_internal_template.php on line 152

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

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

Deprecated: Smarty_Resource::populate(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /home/.sites/54/site844/web/classes/smarty.4.4.1/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/54/site844/web/classes/smarty.4.4.1/sysplugins/smarty_template_source.php on line 159

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

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/54/site844/web/classes/smarty.4.4.1/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/54/site844/web/classes/smarty.4.4.1/sysplugins/smarty_internal_resource_file.php on line 101
.nglogin label
{
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #666666;
	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: #d3d9dd;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background: #ffffff;
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #444444;
	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: #6191b0;
	border-width: 1px;
	border-style: solid;
	padding: 7px 14px 7px 14px;
	background: #6191b0;
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 0px;
	display: block;
	float: right;
	cursor: pointer;
    -webkit-appearance: none;
}

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

.nglogin input[type=submit]:focus
{
    outline: none;
}


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