@charset "UTF-8";
/* CSS Document Pre-Loader before main bp2w.css is fetched*/

* {box-sizing: border-box; font-family: 'Open Sans', sans-serif;}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 22px;
	color: #3f3f3f;
	background-color: #f2f2f2;
}
.main-header {
	display: block;
	padding: 12px 20px 12px 20px;
	background-color: #0073b2;
	min-height: 80px;
	position: relative;
}
.main-container-login {
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	background: #fff;
}
.main-logo {
	display: block;
	float: left;
	width: 30%;
	max-width: 270px;
}
.main-logo img {
	width: 100%;
	height: auto;
}
.login-strapline {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}	
.login-strapline img {width: 82%}
.strapline-container {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	color: #ffffff;
	width: 70%;
	text-align: right;
	position: absolute;
	bottom: 13px;
	right: 20px;
	text-transform: uppercase;
}
.strapline-container span {
		color: #4dbae8;
	font-weight: 400;
}
.content {
	position: relative;
	background-color: #ffffff;
	padding: 35px 35px 35px 35px;
}
.panel-wrapper {
	position: relative;
	margin-top: 30px;
	border: 1px solid #bfbfbf;
	background-color: #ffffff;
}
.panel-wrapper.grey {
	background-color: #f2f2f2;
	color: #333;
}
.panel-header-container {
	position: relative;
	width: 100%;
	background-color: #bfbfbf;
}
.panel-header-title {
	float: left;
	padding: 12px 32px 13px 25px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	max-width: calc(100% - 50px);
}
.panel-container {
	padding: 30px 35px 25px 35px;
	background: inherit;
}
.footer-login {
    width: 100%;
    float: none;
    position: relative;
    margin-top: 0px;
}
div.login-bottom img {margin-top: 40px; width: 100%}
.clear {
	clear: both;
	width: 100%;
	height: 0px;
}