.fc_bottom p{
	text-align: center;
	margin-top: -35px;
	font-size: 16px;
}
*{
	padding: 0;
	margin: 0;
}
html,body,.fc_login{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #eee;
}

.fc_login>div{
	width: 100%;
}
.fc_login .fc_logo{
	margin-top: 48px;
	margin-left: 95px;
	margin-bottom: 48px;
}
.fc_login .fc_form{
	height: 620px;
	background: url(../images/bg.jpg) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 100px;
}
.fc_form{
	overflow: hidden;
}
.user_login{
	float: right;
	margin-right: 160px;
	background: url(../images/login_bg.png) no-repeat;
	width: 397px;
	height:350px !important;
	margin-top: 160px;
}
.login_btn img{
	cursor: pointer;
}
.login_btn img:nth-of-type(2):hover{
	opacity: 0;
}
.user_login>div{
	margin-top: 75px;
}
.user_login>div div{
	display: block;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
}
.user_login>div>div:nth-of-type(1){
	background: url(../images/input_bg.png) no-repeat;
	width: 316px;
	height: 46px;
}
.user_login>div>div:nth-of-type(2){
	background: url(../images/input_bg.png) no-repeat;
	height: 46px;
	width: 316px;
}
.user_login>div>div span{
	width: 40px;
	display: inline-block;
	height: 35px;
	border-right: 1px solid rgb(118,175,192);
	padding-top: 5px;
	padding-bottom: 5px;
}

.alert {

	position: relative;
	width: 300px;
	margin: 0 auto;
	*padding-bottom: 0px;
	padding: 5px;
	left: 31.5%;
	right: 20%;
	top: 150px;

}
.user_login>div>div input{
	width: 260px;
	height: 45px;
	border: 0px;
	background-color: transparent;
}
.user_login>div>div input:focus{
	outline: none;
	border: 0px;
}
.validateCode{
	/*width: 316px !important;*/
}
.remeberPass{
	position: relative;
	/*top: -35px;*/
	text-align: left !important;
	padding-left: 60px !important;
	color: rgb(93,123,131) !important;
}
.user_login>div>div:nth-of-type(5){
	position: relative;
	/*top: -35px;*/
	text-align: left;
	padding-left: 60px;
	color: rgb(93,123,131);
}
.user_login>div>div b{
	font-weight: normal;
	position: relative;
	top: 1px;
	left: 2px;
	cursor: pointer;
}
.user_login .remeberPass i{
	width: 15px;
	height: 15px;
	display: inline-block;
	border: 1px solid rgb(93,123,131);
	border-radius: 4px;
	position: relative;
	top: 3px;
}
.remeberPass{
	position: relative;
	top: -30px;
}
.user_login .remeberPass i.active{
	background: url(../images/check.png) no-repeat;
	background-size: 100% 100%;
}
@media only screen and (max-width:1440px) {
	.fc_login .fc_form{
		height: 434px;
		background: url(../images/bg.jpg) no-repeat;
		background-size: 100% 100%;
		margin-bottom: 100px;
	}
	.user_login{
		float: right;
		margin-right: 100px;
		background: url(../images/login_bg.png) no-repeat;
		width: 397px;
		height:350px;
		margin-top: 41.5px;
	}  .alert {
		   position: absolute;
		   width: 300px;
		   margin: 0 auto;
		   padding: 5px;
		   left: 67.5%;
		   right: 20%;
			   top: 163px;
	   }
}
@media only screen and (max-width:1366px) {
	.fc_login .fc_form{
		height: 434px;
		background: url(../images/bg.jpg) no-repeat;
		background-size: 100% 100%;
		margin-bottom: 45px;
	}
	.fc_bottom p {
		text-align: center;
		margin-top: -20px;
		font-size: 16px;
	}
	.user_login{
		float: right;
		margin-right: 90px;
		background: url(../images/login_bg.png) no-repeat;
		width: 397px;
		height:350px !important;
		margin-top: 40.5px;
	}
	.fc_login .fc_logo{
		margin-top: 30px;
		margin-left: 95px;
		margin-bottom: 30px;
	}
	.alert {
		position: absolute;
		width: 300px;
		margin: 0 auto;
		padding: 5px;
		left: 66.5%;
		right: 20%;
		top: 117px;
	}
}
@media only screen and (max-width: 1280px){
	.alert {
		position: absolute;
		width: 300px;
		margin: 0 auto;
		padding: 5px;
		left: 64.5%;
		right: 20%;
		top: 117px;
	}
	.fc_bottom p {
		text-align: center;
		margin-top: 150px;
		font-size: 16px;
	}
}