html, body {
	background-color: #464646 !important;
	text-align: center;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

.loginBody {
	transition: background 1.5s linear;
	display: inline-block;
	position: fixed;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

.loginBody1 {
	background: url(../images/login/desktop/image2.png) no-repeat center
		center fixed;
	background-size: cover;
}

.loginBody2 {
	background: url(../images/login/desktop/image1.png) no-repeat center
		center fixed;
	background-size: cover;
}

.loginBody3 {
	background: url(../images/login/desktop/image.png) no-repeat center
		center fixed;
	background-size: cover;
}

.company {
	width: 300px;
	height: 100px;
	display: inline-block;
}

.company>img {
	max-width: 100%;
	max-height: 100%;
	display: inline;
}

.loginTextFCLogo img {
	width: 300px;
}

#loginForm {
	color: #555;
	padding: 30px;
	background: #eee;
	border-top: none;
	border-right: none;
	border-left: none;
	text-align: center;
	max-width: 400px;
	float: right;
	border-radius: 10px;
}

.input-group {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%
}

.input-group .form-control {
	height: 52px;
	border: none;
}

.input-group>label {
	float: left;
	color: grey;
}

#loginButton {
	width: 100%;
	margin: 20px 0px 25px 0px;
	height: 52px;
	border: none;
	background-color: #006A79;
}

#loginButton a {
	text-decoration: none;
	color: white;
}

loginButton:hover {
	color: white;
}

#loginButton:active {
	color: white;
}

.messages {
	word-wrap: break-word;
	width: inherit;
	text-align: right;
	margin-left: 25%;
}

.warning {
	color: red;
	text-align: right;
	margin-left: 25%;
}

.info {
	color: green;
	text-align: right;
	margin-left: 25%;
}

.environmentTitle {
	width: inherit;
	color: #C21D2D;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}

.envBannerRow {
	padding-top: 30px;
	padding-left: 10%;
}

@media ( max-width : 1023px) {
	.envBannerRow {
		margin-right: 2px;
	}
}

.envBanner {
	padding: 12px 0px;
}

.envBanner p {
	color: white;
	font-size: 16px;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
	line-height: 24px;
	max-height: 48px;
	/* This height is sensitive to display read more link*/
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	text-align: left;
}

.read-more {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline-block;
	background: darkgrey;
}

.read-more:hover {
	background: black
}

.read-more a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.defaultTenantBanner {
	padding: 2px;
}

.defaultTenantBanner p {
	font-size: 16px;
	margin: 0 20px;
	overflow: hidden;
	position: relative;
	line-height: 24px;
	max-height: 25px;
	/* This height is sensitive to display read more link*/
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
	color: #ff0000;
	animation: blink 1s infinite;
}

.loginTextFCLogo {
	padding-top: 100px;
	padding-right: 100px;
	text-align: center;
	position: relative;
}

.loginText {
	padding-top: 50px;
	font-size: 14px;
	text-align: justify;
}

.loginControls {
	padding: 0px;
	float: right;
}

.loginLabel {
	font-size: 24px;
	float: left;
	color: grey;
}

ul.feedbackPanel {
	text-align: center;
}

li.feedbackPanelERROR {
	color: red;
	list-style: none;
	font-weight: bold;
}

li.feedbackPanelINFO {
	color: green;
	list-style: none;
	font-weight: bold;
}
/* Start of header-default.css*/
.header {
	background: transparent;
	border: 0px;
}

.header .logo {
	text-align: center;
}

.header .logo img {
	margin: 10px 0px 20px 0px;
	padding-bottom: 4px;
}

.header>.container {
	margin-bottom: -20px;
}

/* End of header-default.css*/
.content {
	padding-top: 3%;
	padding-right: 10%;
}

@media ( max-width : 768px) {
	.loginBody {
		text-align: center;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
	}
	.loginTextFCLogo {
		padding: 0px 2px;
		position: fixed;
		bottom: 5%;
		text-align: center;
		width: 98%;
	}
	.loginText {
		padding-top: 10px;
		width: 0px;
		height: 0px
	}
	.loginText p {
		display: none;
	}
	.envBanner p {
		color: white;
		font-size: 16px;
		margin: 0px 20px 0px 10px;
		overflow: hidden;
		position: relative;
		line-height: 24px;
		max-height: 48px;
		/* This height is sensitive to display read more link*/
		padding-right: 3px;
		padding-left: 3px;
		padding-bottom: 3px;
		text-align: left;
	}
	
	.defaultTenantBanner p {
		color: white;
		font-size: 16px;
		margin: 0px 20px 0px 10px;
		overflow: hidden;
		position: relative;
		line-height: 24px;
		max-height: 48px;
		/* This height is sensitive to display read more link*/
		padding-right: 3px;
		padding-left: 3px;
		padding-bottom: 3px;
		text-align: left;
	}
	.read-more {
		position: absolute;
		right: 0px;
		bottom: 0px;
		display: inline-block;
	}
	.read-more a {
		color: white;
		text-decoration: underline;
		font-weight: bold;
	}
	.input-group {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	#loginForm {
		padding: 20px 30px 20px 30px;
		float: none;
		margin: auto;
		left: 0;
		right: 0;
	}
	#loginButton {
		margin: 20px 0px 5px 0px;
	}
	.content {
		position: relative;
		top: 0%;
		padding-right: 0;
	}
}

@media ( min-width : 769px) and (max-width: 991px) {
	.loginBody {
		text-align: center;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
	}
	.loginTextFCLogo {
		position: fixed;
		bottom: 5%;
		text-align: center;
		width: 98%;
	}
	.loginText {
		padding-top: 10px;
		width: 0px;
		height: 0px
	}
	.loginText p {
		display: none;
	}
	.envBanner p {
		color: white;
		font-size: 16px;
		margin: 0px 20px 0px 10px;
		overflow: hidden;
		position: relative;
		line-height: 24px;
		max-height: 48px;
		/* This height is sensitive to display read more link*/
		padding-right: 3px;
		padding-left: 3px;
		padding-bottom: 3px;
		text-align: left;
	}
	.read-more {
		position: absolute;
		right: 0px;
		bottom: 0px;
		display: inline-block;
	}
	.read-more a {
		color: white;
		text-decoration: underline;
		font-weight: bold;
	}
	.input-group {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	#loginForm {
		padding: 20px 30px 20px 30px;
		float: none;
		margin: auto;
		left: 0;
		right: 0;
	}
	#loginButton {
		margin: 20px 0px 5px 0px;
	}
	.content {
		position: relative;
		top: 0%;
		padding-right: 0;
	}
	.col-lg-12, .col-md-12, .col-sm-12 {
		padding-right: 15px !important;
	}
}

@media ( max-width : 767px) {
	input[type="text"], input[type="password"] {
		font-size: 16px; /* Adding 16px on focus will prevent page zoom */
	}
	#loginForm {
		max-width: inherit;
		padding-right: 45px;
	}
	.loginBody {
		position: relative;
		overflow-x: hidden;
	}
	.loginControls {
		float: none;
	}
	.loginTextFCLogo {
		position: relative;
		padding-top: 10px;
	}
	.envBannerRow {
		margin-right: 2px;
		padding-left: 0px;
	}
	.col-lg-12, .col-md-12, .col-sm-12 {
		padding-right: 15px !important;
	}
}

hr {
	border-color: #25a9df;
}

input.text {
	background-color: #FFF;
	color: #000;
	width: 99%;
	height: 32px;
	line-height: 32px;
	/*Line height same as height of the text box so that the text comes in the middle of the text field in IE 8 and 9*/
	font-size: 17px;
	margin-bottom: 7px;
	margin-top: 1px;
}

input.loginButton {
	background: #25a9df;
	height: 35px;
	border: 2px solid #C7CBD0;
	margin: 15px 0px 0px 0px;
	color: White;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	width: 50%;
	padding: 0;
	float: right;
}

input.loginButton:hover {
	background: #046E9B;
}

input.loginButton:active {
	background: #77C8EC;
}

.messages {
	word-wrap: break-word;
	width: inherit;
}

.info {
	color: green;
}

.popupWidth350 {
	width: 350px;
}

.justify {
	text-align: justify !important;
}

.center {
	text-align: center !important;
}

.col-lg-12, .col-md-12, .col-sm-12 {
	padding-right: 0px;
}