body {
	width: 100%;
	background-color: white;
	color: #006098;
	font-family: 'Source Sans Pro', Calibri, Arial, sans-serif;
	font-weight: 400;
	background-image: url( '/images/watermark.png' );
}

.bannerlogo {
	width: 100%;
	height: 20vh;
	background-image: url( '/images/fieldview_ao_white.png' );
	background-color: #27558f;
	background-size: contain;
	background-repeat: no-repeat;
/*	background-position: center; */
	border: #27558f solid 2vh;
}

.loginprompt {
	margin-top: 15vh;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
	background-color: white;
	font-size: x-large;
}

.loginresult {
	margin-top: 15vh;
	margin-bottom: 15px;
	text-align: center;
	height: 25vh;
	width: 50vw;
	position: relative;
	left: 25vw;
	background-color: #eeeeee;
	border: #27558f solid 3px;
	padding-top: 20vh;
}

.loginbacklink {
	text-align: center;
	width: 50vw;
	position: relative;
	left: 25vw;
}

.loginbox {
	margin: auto;
	width: 360px;
	text-align: center;
}

.inputfield {
	position: relative;
	margin-bottom: 15px;
}

.inputfieldicon {
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 34px;
	line-height: 34px;
}

input {
	border-radius: 0;
	box-shadow: none;
	border-color: #d2d6de;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border: 1px solid #ccc;
}

.loginfield {
	padding-right: 42.5px;
}

.submitbutton {
	background-color: #006098;
	color: white;
}

.forgotpassword {
	font-size: small;
	margin: 4vh auto 2vh auto;
	border: 1px solid;
	width: 360px;
	text-align: center;
}

.cookiemsg {
	font-size: small;
	text-align: center;
	margin: auto;
	width: 60vw;
	color: black;
}

.bottombar {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	color: black;
}

.footer {
	padding: 15px;
	width: auto;
	border-top: 1px solid #d2d6de;
	position: relative;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footerlinklist {
	float: right;
}

.usermessage {
	width: 50vw;
	margin: auto;
}

.usermessagegood {
	background-color: green;
	color: white;
}

.usermessagebad {
	background-color: red;
	color: white;
}