body {
	margin: 0;
}

.header1 {
	height: 200px;
	background: #FAFAFA;
}

.header2 {
	background:none !important;
	height: 10px;
    border-top: 1px solid #000;
    opacity: 0.1;
}

.logo {
	background-image: url(../images/branding/default_talend-logo.png);
	width: 96px;
    height: 24px;
	top: 32px;
	left: 64px;
}

.version, .suiteName, .appName {
	font-family: Verdana, Sans-serif;
	font-size: 16px;
	color: white;
}

.version {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding: 10px;
}

.suiteName {
	font-size: 20px;
	color: #BBBBBB;
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

.tacName {
	position: absolute;
	font-size: 36px;
	font-style: normal;
	width: 351px;
	height: 39px;
	top: 144px;
	left: 64px;
	gap: 4px;
}

.qlikLogo {
	position: absolute;
	width: 128px;
	height: 56px;
    bottom: 28px;
}

.talendLogo {
	position: absolute;
	width: 96px;
	height: 24px;
	top: 32px;
	left: 64px;
}

.productName{
	position: absolute;
	font-size: 16px;
	font-style: normal;
	width: 404px;
	height: 24px;
	top: 72px;
	left: 64px;
	gap: 4px;
}

.subProductName{
    position: absolute;
    left: 64px;
}

.appName {
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	color: 1px -1px 0 #900;
	text-shadow: 0 1px 2px #000;
}

#RememberMeCheckBox {
	height: 0;
}

footer {
	height: 40px;
	overflow: hidden;
}

.footer-links {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	text-align: center;
	color: #19426c;
}

.footer-links li {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #19426c;
}

.footer-links li a {
	color: #19426c;
	text-decoration: none;
	font-weight: 600;
}

.footer-links li a:hover {
	color: #2C1F56;
	text-decoration: underline;
}

.footer-links li.footer-copyright {
	font-weight: 300;
	border-right: 1px solid transparent;
}
