@charset "utf-8";
@import url("/interface_default/css/bootstrap.min.css");  /* full css bootstrap */

.mainPanel {
	margin: 10px auto;
	width: 300px;
}
.logo {
	margin: 60px auto 40px;
	display: block;
	background: url('/images/login/logo.png') no-repeat;
	width: 300px;
	height: 62px;
	text-indent: -999em;
	outline: none;
}
.Center {
	text-align: center;
}

.forgotpw {
	float: right;
	font-size: 11px;
	margin-top: 3px;
}

.mainContent {
	padding: 15px 12px 0;
	background: #fdfdfd;
	margin: 0 0 10px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 3px #eee;
	   -moz-box-shadow: 0 1px 3px #eee;
	        box-shadow: 0 1px 3px #eee;
}
.mainContent .input-large {
	width: 250px;
}
.remember_login {
	position: relative;
	top: 2px;
}
.windows {
	background: url(/images/login/windows.png) no-repeat 0 -1px;
	padding-left: 20px;
}
.btn {
	width: 100%;
	padding: 14px 10px;
}
.plain_text_warning {
	color: #900;
	clear: both;
}

.ie8 input{
	min-height: 20px;
}