#header {
	background: linear-gradient(to bottom, #818689, #025e83) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-color: #025e83; /* For IE9 */
	height: 80px;
}

#header-company-logo {
	background: url("sspr-login-title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #025e83;
	height: 80px;
	left: 27px;
	position: absolute;
	top: 10px;
	width: 450px;
}

html, body {
	color: #3b3b3b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #0ecde9; /* For older browsers that may not support gradients */
  background: -webkit-radial-gradient(center, ellipse cover, #0ecde9 0%, #025e83 100%);
  background: radial-gradient(#0ecde9, #025e83);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#header-title {
visibility:hidden;
}

#header-page {
visibility:hidden;
}

#header-username {
color: #0398d3;
}
