body {
	font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}

.welcome_subtitle {
	color: #b4b4b4;
}

.welcome_subtitle h2 {
}

.login-box {
	background-color: #fff;
	box-shadow: none;
	border: 0px;
}

.input-group-addon {
	border-radius: 0px;
	background-color: #fff;
}

.login-header {
	height: 200px;
	padding-top: 60px;
}

.form-control {
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	border-radius: 0px;
}

.input-group-lg>.form-control {
	border-radius: 0px
}

.form-horizontal .input-group-addon i {
	color: #c8c8c8;
}

#signin_bt {
	background-image: none;
	border-radius: 0px;
	background-color: #ff9900;
	border: 0px;
	text-shadow: none;
}

.welcome_subtitle h2 {
	color: #b4b4b4;
	font-size: 24px;
	font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}

.the_login_box {
	background-color: #fff;
}

.input-group-lg>.input-group-addon {
	border-radius: 0px;
}

.input_div input-group-addon {
	border-radius: 0px;
}

.top_float {
	height: 20px;
	background-color: #97cbf0;
}

.bottom_float {
	height: 20px;
	background-color: #97cbf0;
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.the_logo {
	width: 63px;
	height: 63px;
	margin: 0 auto;
	background-image: url(../img/top_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.alert{
	border-radius:0px;
}