#login-page{
	width:100%;
	height:100%;
	background : #DCDCDC;
	position: absolute;
	display: table;
}
.middle{
	display: table-cell;
	vertical-align:middle;
}
#login-box{
	width:340px;
	margin: 0 auto;
	border: none;
	border-radius : 0px;
	box-shadow: 0px 0px 15px #888888;
}

#login-box .panel-heading{
	background: #d67632;
	color : #fff;
	font-size:18px;
	border-radius : 0px;
}

#admin-login #login-box .panel-heading{
	background: #3A3633;
}

#login-box .panel-body{
	padding-bottom:30px;
}
#login-box .form-group{
	padding: 0px;
}
#login-btn{
	background-color : #d67632;
	color:white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
  border-radius : 0px;
}

#admin-login #login-btn{
	background-color: #3A3633;
}

.alert-micro{
	font-size: 13px;
	padding: 9px 35px 9px 9px;
	border-radius: 0;
}

.control-label.form-error{color:#DE888A; white-space:nowrap;}
.field-error{border-color:#DE888A; background: #FEE9EA}
.control-label.required:after{content:"*"; display:inline-block; color:#DE888A;}
input.error, select.error{ border:1px solid #DE888A; background: #FEE9EA }
span.error{ color:#DE888A; white-space:nowrap; }


.flag {
    display: inline-block;
    width: 32px;
    height: 24px;
    background: url("../img/flags/flags-lg.png") no-repeat;
}


.flag.flag-us {
    background-position: -32px -5px;
}

.flag.flag-cn {
    background-position: 0 -5px;
}


a.active .flag{
	border : 1px solid #fff;
}
