#langSelect {
	margin-left: 40px;
	width: 250px;
}
#errMsg {
	color: #209e91;
	font-size: 1.3rem;
	margin-bottom: 15px;
	max-width: 334px;
}
.login-footer {
	position: fixed;
	z-index: -99;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
	color: #7b7b7b;
}
#codeImg {
    position: absolute;
    left: 190px;
    z-index: 999;
}
.input-group-width {
    width: 334px;
}
.form-control-feedback {
    position: absolute;
    left: 160px;
}
.forget-password {
    margin-top: 10px;
    text-align: center;
}
.no-IE-div {
	display: none;
}
.no-IE-div p {
	text-align: center;
	color: red;
	font-size: 16px;
}
#via_token {
	display: none;
}