:root{
	--brand-color: #E3021B;
	--brand-hover-color: #D5010D;
	--brand-heading-color: #212529;
}

body.bodyLoginPage{
	background-image: url(/assets/site_branding/images/background.jpg);
	background-position: center -50px;
	background-repeat: no-repeat;
}

header div.logo img{
	margin-right: 30px;
}

h1{
	font-size: 38px;
	font-weight: bold;
	font-family: "DIN Pro";
	color: #212529;
	padding-bottom: 10px;
}

div.form_page{
	box-shadow: 0px 0px 5px 0px #555;
}

input[type=button],
input[type=submit]{
	color: white;
	font-size: 16px;
	font-weight: bold;
	font-family: "DIN Pro";
	padding: 10px 16px;
}

ul.page_box_links li a{
	font-family: "DIN Pro";
	font-size: 36px;
	line-height: 7em;
	font-weight: bold;
}

ul.page_box_links li:before{
	background-color: black;
}

ul.page_box_links li:nth-child(4n):before,
ul.page_box_links li:nth-child(4n+1):before{
	background-color: #EA4947;
}

table.basket th{
	font-family: "DIN Pro";
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0px;
}