<br />
<b>Deprecated</b>:  Creation of dynamic property Smarty_Internal_Template::$compiled is deprecated in <b>/srv/www/vhosts/frezza.ch/subdomains/toni/httpdocs/classes/smarty.3.1.33/sysplugins/smarty_internal_template.php</b> on line <b>719</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property Smarty_Internal_Template::$compiler is deprecated in <b>/srv/www/vhosts/frezza.ch/subdomains/toni/httpdocs/classes/smarty.3.1.33/sysplugins/smarty_internal_template.php</b> on line <b>719</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property Smarty_Internal_Extension_Handler::$_codeFrame is deprecated in <b>/srv/www/vhosts/frezza.ch/subdomains/toni/httpdocs/classes/smarty.3.1.33/sysplugins/smarty_internal_extension_handler.php</b> on line <b>182</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property Smarty_Internal_Extension_Handler::$getLiterals is deprecated in <b>/srv/www/vhosts/frezza.ch/subdomains/toni/httpdocs/classes/smarty.3.1.33/sysplugins/smarty_internal_extension_handler.php</b> on line <b>182</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property Smarty_Internal_Extension_Handler::$addLiterals is deprecated in <b>/srv/www/vhosts/frezza.ch/subdomains/toni/httpdocs/classes/smarty.3.1.33/sysplugins/smarty_internal_extension_handler.php</b> on line <b>182</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property Smarty_Internal_Extension_Handler::$setLiterals is deprecated in <b>/srv/www/vhosts/frezza.ch/subdomains/toni/httpdocs/classes/smarty.3.1.33/sysplugins/smarty_internal_extension_handler.php</b> on line <b>182</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property Smarty_Internal_Extension_Handler::$getTemplateVars is deprecated in <b>/srv/www/vhosts/frezza.ch/subdomains/toni/httpdocs/classes/smarty.3.1.33/sysplugins/smarty_internal_extension_handler.php</b> on line <b>182</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property Smarty_Internal_Extension_Handler::$loadPlugin is deprecated in <b>/srv/www/vhosts/frezza.ch/subdomains/toni/httpdocs/classes/smarty.3.1.33/sysplugins/smarty_internal_extension_handler.php</b> on line <b>182</b><br />
<br />
<b>Deprecated</b>:  Function strftime() is deprecated in <b>/srv/www/vhosts/frezza.ch/subdomains/toni/httpdocs/classes/smarty.3.1.33/sysplugins/smarty_internal_runtime_codeframe.php</b> on line <b>48</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property Smarty_Internal_Extension_Handler::$_writeFile is deprecated in <b>/srv/www/vhosts/frezza.ch/subdomains/toni/httpdocs/classes/smarty.3.1.33/sysplugins/smarty_internal_extension_handler.php</b> on line <b>182</b><br />
.nglogin label
{
	font: 15px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	float: left;
	display: block;
	padding: 5px 5px 5px 0;
	box-sizing: border-box;
	width: 35%;
}

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


.nglogin input[type=email], .nglogin input[type=password]
{
	border-color: #151922;
	border-width: 0px;
	border-style: solid;
	padding: 8px;
	background: #151922;
	font: 15px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #e6edf2;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.0);

	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: #527199;
	border-width: 0px;
	border-style: solid;
	padding: 8px 20px 8px 20px;
	background: #527199;
	font: 15px 'Noto Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	display: block;
	float: right;
	cursor: pointer;
    outline: none;
}

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


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