.loginForm {
	font-family: "Open Sans", sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: #ffffff;
	min-height: 600px;
}

.loginNorth {
	width: 100%;
	height: 100px;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	min-height: 35%;
}

.loginWrap {
	width: 100%;
	max-width: 1280px;
	padding: 0 50px;
}

.loginNorthLeft {
	margin-right: 150px;
	float: left;
}

.loginNorthRight {
	text-align: right;
	float: right;
	margin-top: 15px;
}

.loginNorthRight a {
	color: white;
	font-size: 12px;
}

.loginSouth {
	width: 100%;
	height: 65%;
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
}

.loginSouthLeft {
	height: 100%;
	display: flex;
	align-items: center;
	float: left;
	width: 100%;
}

.loginSouthLeftWrap {
	font-size: 20px;
	margin-top: -55px;
}

.loginPST {
	background-color: #9c75ad;
}

.loginRA {
	background-color: #004393;
}

.loginFSBD {
	background-color: #f19200;
}

.loginAE {
    background-color: #f04646;
}

.systemNameLabel {
	font-size: 16px;
	display: block;
	margin-left: 5px;
}

.textLabel {
	padding: 6px 20px;
	line-height: 46px;
}

.loginForm .logo {
	width: 130px;
	height: 44px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.loginForm input {
	width: 290px;
	margin: 3px 0;
	height: 35px;
	padding: 0 10px;
}

.loginForm button {
	text-transform: uppercase;
	border: none !important;
	box-shadow: none;
	outline: none;
	margin: 3px 0;
	height: 35px;
	font-size: 14px;
	padding: 0 20px;
	width: 290px;
}

.loginSite {
	background-color: #89b916;
	min-width: 825px;
}

.loginSite .homeModeLabel {
	font-size: 130px;
	line-height: 130px;
}

.loginSite .systemNameLabel {
	margin-top: -10px;
}

.loginSite button {
	background: #ccff52;
	color: #313c0a !important;
}

.loginSite a:hover {
    color: #ccff52;
    text-decoration: underline;
}

.loginSite button:hover {
	background: #b3df20;
}

.loginSite button:active {
	background: #8ec800;
}

.loginSite input {
	border: 1px solid #89b916;
}

.loginSite input:hover {
	border: 1px solid #668500;
}

.loginSite input:focus {
	border: 1px solid #668500;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.loginGlobalRoamer {
	background-color: #e4c200;
	min-width: 1225px;
}

.loginGlobalRoamer .homeModeLabel {
	font-size: 100px;
	line-height: 130px;
}

.loginGlobalRoamer .systemNameLabel {
	margin-top: -15px;
}

.loginGlobalRoamer button {
	background: #ffda5a;
	color: #51420e !important;
}

.loginGlobalRoamer a:hover {
    color: #ffda5a; 
    text-decoration: underline;
}

.loginGlobalRoamer button:hover {
	background: #eace6e;
}

.loginGlobalRoamer button:active {
	background: #c8a323;
}

.loginGlobalRoamer input {
	border: 1px solid #e4c200;
}

.loginGlobalRoamer input:hover {
	border: 1px solid #b58e00;
}

.loginGlobalRoamer input:focus {
	border: 1px solid #b58e00;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.loginMsgPanel {
	float: left;
	font-size: 12px;
	height: 25px;
	width: 295px;
}

.loginMsg div[class^="ui-messages"] {
	background: none;
	border: none;
	color: #ffffff;
	padding: 0;
}

.loginMsg span[class$="-icon"] {
	background: none;
	line-height: 25px;
}

.loginMsg span[class$="-icon"]:before {
	font-family: 'Icons';
	content: "\e614";
	font-size: 16px;
}

.loginMsg span[class$="-summary"] {
	display: block;
}

.loginMsg li {
	float: left;
	text-align: left;
	width: 270px;
}

.capsLockMsg {
	color: #ffffff;
	display: none;
	margin-right: 5px;
}

.loginFooter {
	z-index: 10;
	font-size: 14px;
	color: #595959;
	float: right;
	margin-top: -55px;
}

.loginFooter a {
	text-decoration: none;
}

.copyright {
	margin-right: 15px;
}

.copyright .hidden {
	display: none;
}

.copyright a {
	color: #595959;
}

.copyright a:hover,.copyright a.imprint:hover {
	color: #94d7fb;
	text-decoration: underline;
}

.copyright a:active,.copyright a.imprint:active {
	color: #033c59;
}

.copyright a.imprint {
	font-weight: bold;
}

button.ui-button.ui-widget.j-busy {
	background: #ccff52 url("/webui/faces/javax.faces.resource/ajaxStatus.gif?ln=images") no-repeat right center;
	background-size: 32px;
}