
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
	address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
	strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form,
	legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
	canvas, details, figcaption, figure, hgroup, menu, nav, section,
	summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

a {
	text-decoration: none;
}

header {
	overflow: hidden;
	padding: 40px 0;
}

ul {
	list-style-type: none;
}

#content {
	overflow: hidden;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 340px;
	margin: auto;
}

#login {
	width: 300px;
	/* float: left; */
	margin: auto;
	border-width: 40px 5px 5px 5px;
	border-style: solid;
	border-color: rgb(49, 99, 150);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	/* border: 5px solid rgb(49, 99, 150); */
	padding: 10px;
}

#login h2 {
	display: block;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 20px;
	margin-top: -40px;
	color: white;
}

#login .d-flex{
	flex-direction: column;
}

#login .mdc-text-field--outlined{
	height: 12px;
}

#login .mdc-floating-label {
	display: block;
	margin-bottom: 2px;
	font-size: 10px;
	left:0px;
}

#login input[type=text], #login input[type=password] {
	font-size: 1em;
	padding: 5px;
	border-radius: 4px;
	border: 1px solid #ccc;
	width: 265px;
	background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
}

#login .mdc-button {
	height: 24px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	min-height: 24px;
	border: 1px solid #a9a9a9;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 3px 12px;
	line-height: 14px;
	background: -webkit-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
	background: linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
	text-shadow: 0 1px #fff;
	cursor: pointer;
	white-space: nowrap;
}

#login .mdc-button:hover {
	border: 1px solid #0084AD;
	color: #0084AD;
	background: #e1edf4; /* #30bfbf; */
}

#login .mdc-button__label {
	text-transform: none;
}

#loginErrorsPanel.banner {
	color: #BB0000;
	padding-left: 60px;
	background: url(../../../images/error.png) no-repeat 20px center;
}

div#loginErrorsPanel {
	min-height: 30px
}

#searchForForgotPassword {
	float:right
}

#searchForForgotPassword a {
	padding: 7px 5px 10px 10px;
	display: block;
	color:#808080;
	font-size:10px;
}

#searchForForgotPassword a:hover {
	text-decoration: underline;
}

/*General Layout*/
body {
	width: 100%;
	background: #FFFFFF;
	font-family: "Arimo", "Arial", arial, sans-serif;
	color: #808080;
	font-size: 12px;
	padding: 0;
	overflow: hidden;
}

/* Header Start */
.header {
	position: fixed;
	z-index: 40;
	top: 0px;
	margin: 0;
	height: 65px;
	left: 0;
	right: 0;
	font-size: 16px;
	padding: 0 10px;
	/*Set background so it is not transparent*/
	background: #f5f5f0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	min-width: 922px;
}
/* Header End */

/*Footer Start*/
.footer-background {
	position: fixed;
	bottom: 0;
	z-index: 40;
	left: 0;
	right: 0;
	padding: 0 10px;
	height: 18px;
	background: #316396;
	border-top: 2px solid rgb(164, 184, 95);
}

.footer-background .copy-text, .footer-background .emailLink  {
	padding: 0 5px;
	color: white;
	font-size: 11px;
	text-decoration: none;
	display: inline-block;
	height: 100%;
}

.emailLink:hover {
	text-decoration: underline;
}

/*Footer End*/