@font-face {
    font-family: 'TheSansB5';
    src: url('../fonts/TheSansB5Plain/TheSansB5-Plain.eot');
    src: url('../fonts/TheSansB5Plain/TheSansB5-Plain.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TheSansB5Plain/TheSansB5-Plain.woff2') format('woff2'),
        url('../fonts/TheSansB5Plain/TheSansB5-Plain.woff') format('woff'),
        url('../fonts/TheSansB5Plain/TheSansB5-Plain.ttf') format('truetype'),
        url('../fonts/TheSansB5Plain/TheSansB5-Plain.svg#TheSansB5-Plain') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'TheSansB7';
    src: url('../fonts/TheSansB7Bold/TheSansB7-Bold.eot');
    src: url('../fonts/TheSansB7Bold/TheSansB7-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TheSansB7Bold/TheSansB7-Bold.woff2') format('woff2'),
        url('../fonts/TheSansB7Bold/TheSansB7-Bold.woff') format('woff'),
        url('../fonts/TheSansB7Bold/TheSansB7-Bold.ttf') format('truetype'),
        url('../fonts/TheSansB7Bold/TheSansB7-Bold.svg#TheSansB7-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body, html {
  font-family: 'TheSansB5', Arial, sans-serif;
  height: 100%;
  margin: 0;
}

.bgimg {
  background-image: url('../../images/vportal-background.png');
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: white;
}

.logo{
	width: 250px;
}

.topleft {
	position: absolute;
}

.bottomleft {
	font-family: 'TheSansB5', Arial, sans-serif;
	position: absolute;
	bottom: 0;
	left: 16px;
}

hr {
  margin: auto;
  width: 40%;
}
.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
	font-family: 'TheSansB5', Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 60, 165, 0.9);
	padding: 50px;
	text-align: center;
}
.inner .content{ 
	font-size: 20px;
	font-weight: 100;
}
.inner .title{
	font-size: 36px;
	font-weight: 100;
}

.inner .officeurl a{
	color: white;
}

.inner .note{
}