﻿html, body, form, .contentContainer {
	height: 100%;
}

body {
	background: transparent url('../Images/Background.png') 0% 0% no-repeat padding-box;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	opacity: 1;
	padding: 0;
	-ms-overflow-x: hidden; /*IE11 fix - prevent horizontal scroll bar that appears under some conditions in IE11*/
}

form {
	width: 100%;
}

.contentContainer {
	display: flex;
}

.content {
	align-items: center;
	background: #ffffff 0% 0% no-repeat padding-box;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: auto;
	opacity: 1;
	padding: 20px 0;
	width: 640px;
}

.logo {
	margin-bottom: 40px;
	opacity: 1;
}

.link {
	align-items: center;
	color: #404040;
	display: flex;
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 26px;
	margin-bottom: 16px;
	opacity: 1;
	text-align: left;
}

	.link a {
		color: #000000;
		font-size: 24px;
		line-height: 28px;
		opacity: 1;
		text-decoration: underline;
	}

	.link img {
		align-self: flex-start;
		height: 40px;
		margin-right: 22px;
		width: 40px;
	}

.modalPopup {
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	border-radius: 4px;
	opacity: 1;
}

.modalTitle {
	background: #404040 0% 0% no-repeat padding-box;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 35px;
	width: 100%;
}

	.modalTitle .closeIcon {
		float: right;
		padding-right: 9px;
		padding-top: 9px;
	}

		.modalTitle .closeIcon a {
			cursor: pointer;
		}

.modalBody {
	padding: 0 20px;
}
