﻿body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'microsoft yahei', sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
}

img {
	display: inline-block;
	outline: 0;
	border: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	background: url(../images/login_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}

.container-fluid {
	margin: 0;
	padding: 0;
	min-height: 0 !important;
	padding-bottom: 0 !important;
}

.title {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
}

.content {
	padding: 0px 45px;
}

.input_wrapper {
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding: 3px 0px;
	position: relative;
}

.input_wrapper2 {
	margin-bottom: 20px;
	position: relative;
}

.input_wrapper2 i {
	display: inline-block;
	width: 20px;
	height: 18px;
	position: absolute;
	bottom: 10px;
	right: 0;
	background: url(../images/password_hidden.png) no-repeat;
	cursor: pointer;
}

.input_wrapper2 i.show {
	background: url(../images/password_show.png) no-repeat;
}

.input_wrapper input {
	border: none;
	outline: none;
	width: 100%;
	height: 50px;
	color: #555555;
	font-size: 16px;
	letter-spacing: 0px;
}

.error-block {
	color: #a94442;
	display: block;
	margin-top: 10px;
}

.yanzhengma {
	float: right;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 15px;
}

.has-error {
	border-bottom: 1px solid #a94442;
}

.btn {
	padding: 10px 12px;
	background-color: #8fad49;
	color: white;
	margin-top: 30px;
	font-size: 16px
}

.btn-default:active {
	background-color: #83a13e;
}

.btn-default:hover {
	background-color: #83a13e;
	color: white;
}

.code {
	text-align: center;
	margin-top: 25px;
}

.code a {
	color: #555555;
}

.signUp {
	height: 65px;
	background-color: #f8f8f8;
	margin-top: 41px;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	line-height: 65px;
}

.zhiliao_tou {
    position: absolute;
    bottom: 0;
    right: -100px;
}

.footer {
	width: 100%;
	margin-top:40px;
}

.footer p {
	letter-spacing: 0px;
	color: #566134;
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: inline-block;
}


/*屏幕分辨率大于766px*/

@media (min-width: 766px) {
	.dialog {
		width: 515px;
		height: auto;
		background: white;
		border-radius: 10px;
		margin:0 auto;
		margin-top:100px;
		position:relative;
	}
}


/*屏幕分辨率小于766px*/

@media (max-width: 766px) {
	.content {
		padding: 0px 20px;
	}
	.dialog {
		width: 90%;
		background: white;
		margin: 130px auto;
		border-radius: 10px;
	}
	.zhiliao_tou {
		display: none;
	}

}