.login-background-1 {
	background-color: #6e6e6e;
}

.login-box {
	position: fixed;
	/* should set margin-top and margin-left dynamically to negative half of size, so that the element is centered */
	top: 50%;
	left: 50%;
	width: 380px;

	background-color: white;
	box-shadow: 0 0 30px 0px black;
}

.login-header {
	height: 85px;

	background-color: #ff8948;
	/* gradient starting at our official orange and ending about two thirds of the way to our official yellow */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8948', endColorstr='#FFC73A',GradientType=0 ); /* IE6-9 */
	background: -ms-linear-gradient(top, #ff8948 50%, #ff8948 100%); /* IE10+ */
	background: -moz-linear-gradient(top, #ff8948 50%, #ff8948 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #ff8948 50%, #ff8948 100%); /* Chrome10+, Safari5.1+ */
	background: -o-linear-gradient(top, #ff8948 50%, #ff8948 100%); /* Opera 11.10+ */
	background: linear-gradient(top, #ff8948 50%, #ff8948 100%); /* W3C */
}

.login-logo {
	background-image: url('../images/business_challenge_logo.png');
	position: relative;
	margin: 0 auto;
	top: 10px;
	width: 164px;
	height: 62px;
}

.login-box-content {
	padding: 15px;
}

.login-error {
	color: #ff3030;
	height: 40px;
	font-size: 17px;
	font-style: italic;
	padding-left: 10px;
}

.login-submit {
	position: relative;
	margin: 0 auto;
	width: 120px;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 1px solid #c3c3c3;
}

.login-body form {
	position: relative;
}
.login-body .pseudo-input-field,
.login-body input{
	margin-bottom: 16px;

	width: 100%;
	padding: 8px 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	border: 1px solid #b4b4b4;

	font-size: 17px;
	color: #6e6e6e;
	background-color: #f8f8f8;
}
.login-body input.showing-hint{
	color: #909090;
	background-color: #ededed;
}

.login-body .pseudo-input-field {
	border-color: #e8e8e8;
}

html {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-self: stretch;
	height: 100%;
}

.wrapper {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-self: stretch;
	height: 100%;
}

.login-body .loginWrapper {
	display: flex;
	flex-direction: column;
	flex: 1;
	align-content: stretch;
	background: #333;
	height: 100%;
}

.coverPic-BC {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%), url("/images/cover_pic_bc.jpg");
	background-size: cover;
	background-position: center center;
}

.coverPic-FC {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 51%,rgba(0,0,0,0) 100%), url("/images/cover_pic_fc.jpg");
	background-size: cover;
	background-position: right bottom;
}

.coverCaption {
	position: fixed;
	bottom: 0;
	left: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #FFF;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	z-index: 10;
}

.coverTagline {
	font-size: 24px;
}

.coverCopyright {
	margin-top: 10px;
	color: #CCC;
}

.coverCaption a {
	color: #e49363;
}

.loginContainer {
	width: 500px;
	display: flex;
	background: #FFFFFF;
	background-color: #FFFFFF;
	flex: 1;
	align-self: flex-end;
	z-index: 99 !important;
	align-items: center;
	height: 100%;
	opacity: 1;
}

.loginContainer p {
	font-size: 11pt;
	line-height: 1.5em;
	color: #999;
}

.loginForm {
	min-height: 500px;
	margin: auto 0;
	padding: 0 50px 0 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#loginFormWrapper {
	margin: auto 0;
}

.logoLink {
	width: 250px;
	margin-bottom: 20px;
}

.logo-BC {
	width: 400px;
	z-index: 999;
}

.logo-FC {
	width: 350px;
	z-index: 999;
}

.formGroup {
	position: relative;
	overflow: hidden;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	width: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.formGroup label {
	font-family: 'Open Sans';
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	display: block;
	opacity: 1;
	color: #CCC;
}

.formInput {
	cursor: auto;
	color: #999;
	box-shadow: none;
	width: 95%;
	font-size: 16pt;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 8px 8px;
	border: 1px solid #ccc;
}

.login-button-BC {
	font-size: 11pt;
	border-radius: 20px;
	padding: 10px 15px;
	border: 0;
	cursor: pointer;
	transition: background-color 0.2s;
	border: 1px solid #de753f;
	background-color: #ff8948;
	color: #FFF;
	width: 400px;
	margin-top: 20px;
}

.login-button-FC {
	font-size: 11pt;
	border-radius: 20px;
	padding: 10px 15px;
	border: 0;
	cursor: pointer;
	transition: background-color 0.2s;
	border: 1px solid #d43d31;
	background-color: #d43d31;
	color: #FFF;
	width: 400px;
	margin-top: 20px;
}

.login-button-FC:hover {
	transition: background-color 0.2s;
	background-color: transparent;
	color: #d43d31;
}

.login-button-BC:hover {
	transition: background-color 0.2s;
	background-color: transparent;
	color: #c5633a;
}

.textEmphasis {
	color: #ff8948;
	font-weight: 300;
}

@media screen and (max-width: 1140px) { /* Specific to this particular image */
	.coverPic img {
		left: 50%;
		margin-left: -570px;   /* 50% */
	}
	.coverCaption {
		width: 250px;
	}

	.loginForm {
		padding-top: 50px;
	}
}