﻿@font-face {
  font-family: TeleNeo;
  src: url(TeleNeo.otf);
  src: url(TeleNeoBold.otf);
}

body {
	font-family: "TeleNeo", "TeleGroteskEEHal" , "Arial Narrow" , sans-serif;
	font-size: 14pt;
	line-height: 20pt;
	color: #383f47;
	background-color: #eee;
}

.pageTitle
{
	font-size: 30px;
	padding-left: 20px;
	padding-right: 40px;
}

.header 
{
	/*font-size: 14pt;
	line-height: 20pt;
*/	font-weight: 400;
	color: #fff;
	background-color: #9e0051;
	height: 92px;
}

.header .menu-item
{
	margin-right: 32px;
	font-size: 11pt;
}

.header .menu-item a
{
	text-decoration: none;
	color: inherit;
}
.header .menu-item a:hover
{
	color: #ccc;
}

.header .menu-item img 
{
	width: 15px;
	margin-right: 8px;
	position: relative;
	top: -2px;
}

.header .menu-item img.t-mobile
{
	width: auto;
	height: 52px;
}

.footer 
{
	font-size: 12pt;
	line-height: 19pt;
	font-weight: 400;
	color: #ddd;
	background-color: #000;
	min-height: 350px;
}

.footer .container
{
	padding-top: 50px;
}

.footer .column1
{
	font-size: 14pt;
	line-height: 20pt;
}

.footer .column1 img
{
	margin-right: 20px;
	position: relative;
	top: -4px;
}

.footer h1, .footer h2, .footer h3 {
	font-weight: normal;
	line-height: 2.5ex;
}

.footer h1
{
	font-size: 1.3rem;
	font-weight: normal;
}

.footer h2
{
	font-size: 1.25rem;
	margin-bottom: 1.2rem;
}

.footer a
{
	color: #ddd;
	text-decoration: none;
}

.footer a:hover
{
	color: #eee;
}

.footer ul 
{
	padding-left: 0px;
	list-style-type: none;
}

.footer hr 
{
	color: #fff;
	border-width: 2px;
}

.footer .row.bottom 
{
	padding-top: 10px;
}

.footer .copyright 
{
	font-size: 10pt;
	padding-bottom: 2ex;
}

.content .err-body>div
{
	background-color: #fff;
}

.content .row:first-of-type
{
	padding-top: 36px;
	padding-bottom: 24px;
}

.content h1
{
	font-size: 44pt;
	line-height: 66px;
	font-weight: 700;
	margin-bottom: 0;
}

.content h2
{
	font-size: 24pt;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 1ex;
	margin-top: 16px;
	margin-bottom: 24px;
}

.content div.row.err-body > div
{
	padding: 32px 32px;
	border-radius: 10px;
	text-align: center;
}

.content div.row.err-body > div .err-body-inner
{
	width: 628px;
}

.content div.row.err-body > div a.btn
{
	font-size: 16pt;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	background-color: #e20074;
	border-radius: 4px;
	padding: 8px 16px;
}

.content div.row.err-body > div a.btn:hover
{
	filter: brightness(85%);
}


.content div.row.err-body div.certificate-dn
{
	padding: 12px 12px;
	background-color: #ddd;
}

.content div.row.err-body .copy-to-clipboard
{
	color: #e20074;
}

.content div.row.err-body .copy-to-clipboard a
{
	text-decoration: none;
	color: inherit;
}

.content div.row.err-body .copy-to-clipboard img
{
	margin-right: 8px;
}

.content div.err-wrong-dn p {
	margin-bottom: 0.6rem;
}

.content div.err-wrong-dn {
	width: 628px;
	text-align:left;
}

.alternative-login
{
	margin-top:48px;
	margin-bottom: 32px;
}

a.ico-social
{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-position: center;
	background-size: cover; 
	margin-left: 8px;
	margin-right: 8px;
}

a.ico-social.facebook
{
	background-image: url("../images/facebook.png");
}

a.ico-social.instagram
{
	background-image: url("../images/instagram.png");
}

a.ico-social.youtube
{
	background-image: url("../images/youtube.png");
}

a.ico-social.twitter
{
	background-image: url("../images/twitter.png");
}

a.ico-social.charger
{
	background-image: url("../images/charger.png");
}
