html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body.open-layout {
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #505050;
	color: #CCCCCC;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

a {
	color: #CCCCCC;
}

a.light {
	color: #DDDDDD;
}

.error {
	padding-top: 10px;
	text-shadow: 0 0 3 white;
	color: #DE3831;
	font-size: 14px;
	font-weight: bold;
}

.clear {
	clear: both;
}

#container {
	min-height:100%;
	position:relative;
}

#footer {
	background-color: #404040;
	color: #CCCCCC;
	position:absolute;
	left:0;
	width: 100%;
	height: 60px;
	font-family: Corbel, Verdana, Arial, sans-serif;
}

#footer.pin-bottom { bottom: 0;}
#footer.pin-top { top: 0; }

#company-logo-panel {
	height: 50px;
	float: left;
	margin: 10px 0 0 20px;
	padding: 0 0 0 50px;
	background-image: url(/html/images/flat-tiny.png);
	background-size: 40px;
	background-repeat: no-repeat;
	
}

.login-panel {
	/*height: 200px;*/
	width: 400px;
	position: fixed;
	top: 33%;
	left: 50%;
	margin: -160px 0 0 -200px; /* -(height/2 + 60) -(width/2)*/
	
}

.login-panel.subscription {
	left: 48%;
}

.login-panel.subscription > #service-logo-panel {
	display: none !important;
}

.login-panel.subscription > #content-panel {
	width: 864px;
}

.login-panel.onboarding {
	left: 0;
	top: 0;
	margin: 20px;
	width:100% !important;
	color:#404040  !important;
}

.login-panel.onboarding > #service-logo-panel {
	display: none !important;
}

.login-panel.onboarding > #content-panel {
	width: 100% !important;
}

.pcp-register-panel {
	margin: 0px auto;
	padding: 80px 0 20px 0;
	width: 650px;
}

.input-panel {
	padding: 10px 10px 10px 45px;
	margin-bottom: 5px;
	background-color: #606060;
	background-repeat: no-repeat;
}

.user-id-panel {
	background-image: url(/html/images/icons/user-1.png);
	background-position: 5px 5px;
}

.password-panel {
	background-image: url(/html/images/icons/key-3.png);
	background-position: 6px 6px;
}

.email-panel {
	background-image: url(/html/images/icons/email-1.png);
	background-position: 13px 10px;
}

input.login-button {
	display: block;
	height: 40px;
	width: 400px;
	line-height: 40px;
	border: 0px;
	text-align: center;
	font-size: 16px;
	color: #EEE;
}

input.clear-button {
	display: block;
	height: 40px;
	width: 200px;
	line-height: 40px;
	border: 0px;
	text-align: center;
	font-size: 16px;
	color: #EEE;
}

.center-container {
	display: flex;
	justify-content: center;
}

input.login-input {
	width: 340px;
	height: 20px;
	padding: 1px;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	outline: 0;
	border: 0;
	background-color: #606060;
}

#contact-us {
	float: right;
	line-height: 60px;
	padding-right: 30px;
	font-size: 14px;
	font-family: Verdana, sans-serif;
}

#contact-us a {
	color: #CCCCCC;
	text-decoration: none;
}

#header-message-panel {
	text-align: center;
	margin-bottom: 30px;
}

#service-logo-panel {
	margin-bottom: 10px;
	text-align: center;
}
