/*************
** LOGIN CSS **
*************/

.header-login {
	color: #FF7500;
	font-weight:300;
	font-size:42px;
	letter-spacing:-1px;
	text-align:center;
}

.loginHeading{
	background:#fff; 
	position:fixed; 
	width:100%; 
	height:100px; 
	padding: 10px 0;
	display: table;
	z-index:8; 
	border-bottom:solid 10px #FF7500;
	text-align:center;
	-moz-box-shadow:0px 5px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 5px 10px rgba(0,0,0,0.3);
	box-shadow:0px 5px 10px rgba(0,0,0,0.3);
}

.loginContent{
	background-color: #FFF;
	padding-top: 200px !important;
	padding: 200px 0 0 0;
	position: relative;
	text-align : left;
	right: 210px;
}

/* Container for Remember Me and Forgot Password */
.remember-forgot-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 140px);
	margin-left: 140px;
	margin-top: -5px;
}


/* Styling for Forgot Password link */
.forgot-password {
	text-align: right;
	font-size: 12px;
	color: #4C4C4C;
	margin-right: 40px;
}

/* Centering the button container using text-align */
.button-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	margin-left:-360px;
}

#loginForm {
	display: inline-block;
}
.loginContent .paneContainer{
	padding : 0;
}

.login_footer_wrapper{
	position: absolute; right: 0; bottom: 0; left: 0;
}