﻿a {
	cursor: pointer;
}

@font-face {
    font-family: 'ArchitectsDaughter';
    src: url('../../vendors/fonts/ArchitectsDaughter.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('/assets/fonts/opensans/OpenSans-Semibold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('/assets/fonts/opensans/OpenSans-Light.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
	background-color: #3d3d3d;
	padding-top: 0px;
	font-family: 'OpenSans', 'Segoe UI', 'Droid Sans', Arial, Tahoma, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: white;
}

.footer-padding-left {
}

.footer-padding-left a {
	color: white;
}

.auto-body-black-title {
	color: #2b2d3a;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 15px;
}

.auto-vat-text {
	color: #606165;
	width: 442px;
	margin: 0px auto;
	font-size: 12px;
}

.auto-sign-in-text {
	padding-left: 8px;
	color: #f76800;
	font-size: 14px;
	font-weight: 400;
	text-shadow: 0px 0px 1px #c9c9c9;
}

.auto-sign-in-text:hover {
	text-decoration: none;
	color: #f76800;
}

.auto-header-2 {
	width: 100%;
	height: 255px;
	background-color: #f6f6f4;
}

.auto-header-text {
	width: 800px;
	margin: 0px auto;
	font-size: 30px;
	text-align: center;
	color: #38341e;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 35px;
	font-family: 'OpenSansLight';
}

.job-email {
	width: 310px;
	height: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	padding: 5px;
	margin-top: 5px;
}

.orange-big-button {
	border: 1px solid #d0733a;
	border-radius: 3px;
	background-color: #f66806;
	color: #ffffff;
	padding: 10px 30px;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	display: block;
}

.mb-auto-header-2 {
	width: 100%;
	height: inherit;
	padding-bottom: 20px;
}

#divFooter {
	width: 800px;
	height: auto;
	background-color: #3d3d3d;
	color: white;
	padding: 20px 10px;
	margin: 0px auto;
}

	#divFooter > div {
		float: left;
		width: 25%;
	}

	#divFooter::after {
		content: "";
		display: block;
		clear: both;
	}

.remember-me {
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 12px;
}

.fb-footer {
	background-color: #3d3d3d;
	width: 100%;
}

.pens-signin {
	position: absolute;
	top: 30px;
	left: 300px;
}
