html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: #EEEEEE;
    padding-top: 55px;
    padding-bottom: 10px;
    margin: 0 0 45px;
}
.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin-heading {
	font-size: 20px;
	display: block;
    color: #FFFFFF;
    border-radius: 6px;
    line-height: 2.3;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    cursor: default;
}
.form-signin .form-control {
    -moz-box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}
.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0px;
}
.login-footer {
    font-size: 14px;
    height: auto;
    text-align: center;
}
.login-footer-warning {
    font-size: 12px;
    height: auto;
    text-align: center;
    font-weight: bold;
}
.build-info-span{
	position: absolute;
	font-size: 10px;
    font-weight: 100;
    color: #7F7F7F;
	bottom: 0;
	left: 0;
	padding-bottom: 5px;
}
.form-group {
	position: relative;
	margin-bottom: 0px;
	text-align: center;

}
label.has-error {
    color: #A94442;
}
.btn-block {
	margin-top: 30px;
	width: 60%;
	margin-left: auto;
    margin-right: auto;
}
.logo {
	margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
.footer-container {
	vertical-align: bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 55px;
    width: 100%;
}
.logo-container {
    width: 230px;
}
.select-language {
	float:inherit;
	text-align:center;
	margin-top: 10px;

}
.lang_dropdown_menu {
	min-width:130px;
	left:50%;
}

.js-alert {
	text-align: center;
	margin-top: 20px;
}

.keymobile-btn{
	display: inline-block; 
	height: 30px;
	line-height:11px;
}

#keymob_link {
	font-size:1.25em;
	display: block !important;
}
