
body {
background-image: url(../img/carfaxbg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover; height: 100%;
  margin: 0;
}
a {
  color: white;
  background-color: transparent;
}
a:hover {
  outline: 0;
  color: white;
}
.kuang {
	min-height: 100%;
}
.login-wrapper {
	top: 10%;
	width: 100%;
	position: absolute; 


}
.login-ma1n {
	width: 313px;
	height: 370px;
	margin: 0 auto;
	background: #fff;
	border: 1px #fff solid;
}
.login-main {
	width: 313px;
	height: 660px;
	margin: 0 auto;
	background: #fff;
	border: 1px #fff solid;
}

.navg-tabs li {
	float: left;
	width: 50%;
	background: rgb(232, 234, 235);
}
.navg-tabs li a {
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.navg-tabs li.active {
	background: rgb(34, 201, 243)
}
.navg-tabs li.active a {
	color: #3d5050;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: transparent;
}

.login_form {
	padding: 25px 30px;
}

.form-control {
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
.checkbox label, .radio label {
	padding: 0;
	color: rgba(3,109,220,.5);
}
.form-control:focus {
	border-color: rgba(3,109,220,.5);
}
.btn-ddd {
	background: rgba(3,109,220,.5);
	border-radius: 0;
	color: #fff;
}

.btn-ddd:hover {
	color: #fff;
}
.btn-eee {
	background: #a94442;
	border-radius: 0;
	color: #fff;
}

.btn-eee:hover {
	color: #fff;
}
.ico-number {
	background: url(../img/barcode.png) no-repeat;
	width: 17px;
	height: 17px;
	top: 9px;
	left: 10px;
	position: absolute;
}
.ico-pass {
	background: url(../img/pass.png) no-repeat;
	width: 17px;
	height: 17px;
	top: 8px;
	left: 10px;
	position: absolute;
}

.ico-state {
	background: url(../img/home.png) no-repeat;
	width: 17px;
	height: 17px;
	top: 8px;
	left: 10px;
	position: absolute;
}
.ico-email {
	background: url(../img/email.png) no-repeat;
	width: 17px;
	height: 17px;
	top: 8px;
	left: 10px;
	position: absolute;
}

.form-group {
	position: relative;
}

.form-control {
	text-indent: 1.5em;
}
.checkbox, .radio {
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer {
    background: rgba(3,109,220,.5);
    width: 100%;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;  
  	margin-top: 100px;
}
