html, body {
	margin: 0;
	padding: 0;
	font-family: Calibri;
}

body {
	background-color: white;
}

button {
	font-weight: bold;
	font-family: Calibri;
	font-size: 12px;
}

#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 20px;
	width: 100%;
	color: #54565a;
	background: #FFC629;
	text-align: center;
	box-sizing: border-box;
	font-family: Calibri;
}

#login-area {
	color: white;
	font-weight: bold;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	height: 200px;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#login-area-inner {
	background-color: #2A7DE1;
	padding-top: 5px;
}

#version-message {
	font-size: 40px;
	color: red;
	width: 100%;
	display: inline-block;
	text-align: center;
}

#product-name {
	font-size: 40px;
	width: 100%;
	color: #54565a;
	display: inline-block;
	text-align: center;
}

#logo-container {
	padding-left: 10px;
	padding-top: 10px;
}

#login-container {
	padding: 30px 40px 30px 40px;
}

#login-table {
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.login-table-row {
	display: table-row;
}

.login-table-cell {
	padding: 5px;
	display: table-cell;
}

#login-table input {
	width: 325px;
	padding:3px;
}

.login-table-label {
	text-align:right;
	font-size:18px;
}

#login-buttons {
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

#station-buttons {
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

#reset-password {
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

#reset-password a, a:hover, a:visited {
	color: white;
	font-weight: bold;
}

#login-bottom-message {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.login-messages {
	color: #54565a;
	min-height: 30px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #54565a;
	background-color: #FFC629;
	display: inline-block;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;	
}

p {
	margin: 5px 0px 5px 0px;
	text-align:left;
}

#login-messages ul {
	text-align: left;
}

.caps-on {
	background-image: url('Images/caution.png');
	background-repeat: no-repeat;
	background-position: right 0px;
}