@font-face {font-family: "iconfont";
  src: url('../../themes/default/user/fonts/iconfont-login.eot?t=1501122255980'); /* IE9*/
  src: url('../../themes/default/user/fonts/iconfont-login.eot?t=1501122255980#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../../themes/default/user/fonts/iconfont-login.woff?t=1501122255980') format('woff'), /* chrome, firefox */
  url('../../themes/default/user/fonts/iconfont-login.ttf?t=1501122255980') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../../themes/default/user/fonts/iconfont-login.svg?t=1501122255980#iconfont') format('svg'); /* iOS 4.1- */
}
img{
	vertical-align: middle;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 100px white inset;
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:18px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-jiantou:before { content: "\e604"; }

.icon-touxiang:before { content: "\e605"; }

.icon-mima:before { content: "\e606"; }

body {
	min-width: 320px;
}

a:focus {
	outline: none;
	-moz-outline: none
}

a:hover,
a:focus {
	text-decoration: none;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.red {
	color: #f00;
}

.wryh {
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu
}

/*.warper {
	width: 100%;
	position: relative;
}
*/
.warper2 {
	width: 400px;
	margin: 0 auto;
}


/**/

.header {
	padding: 30px 0 0;
	height: 100px;
	position: relative;
	z-index: 2;
}

.header .warper {
	position: relative;
	height: 100%;
}

.logo {
	padding: 0 10px;
	float: left;
}

.header_text {
	color: #4c4c4c;
	font-size: 16px;
	margin: 30px 0 0 0;
}


/**/

.loginCon {
	padding: 45px 0 105px 0;
	 background:#10abe4;
	/*background: -webkit-radial-gradient(50% -50%, #b3c7ff -100%, #4977f4);
	//Safari 5.1 - 6.0 
	background: -o-radial-gradient(50% -50%, #b3c7ff -100%, #4977f4);
	//Opera 11.6 - 12.0 
	background: -moz-radial-gradient(50% -50%, #b3c7ff -100%, #4977f4);
	//Firefox 3.6 - 15
	background: radial-gradient(at top, #b3c7ff, #4977f4);
	//标准的语法（必须放在最后）*/
	position: relative;
	overflow: hidden;
}

.bgsquare {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/*background: url("../../themes/default/user/images/login-square.png") no-repeat 100% 100%;*/
	background-size: 100% 100%;
}

.loginImg {
	position: relative;
	margin-top: -40px;
}
.loginImg img{ position: absolute; /*margin-left: 23%;*/width: 485px; height: 445px;}
.loginImg>div{
	position: absolute;
}
.login-erath{
	top: 100%;
	left: 0;
}
.login-grass{
	top:265px;
	left: 0;
	z-index: 1;
}
.login-build{
	top: 142px;
	left: 394px;
}
.login-comp{
	top:289px;
	left:33px;
	z-index: 2;
}
.login-road{
	left: 495px;
	top: 275px;
	z-index: 2;
}
.login-people{
	left:762px;
	top: 95px;
	z-index: 3;
}
/*.loginForm {
	width: 400px;
	float: right;
	position: relative;
	z-index: 10;
	background: #f7f7f7;
	border-radius: 30px;
	padding: 0 61px;
	margin-right: 130px;
}*/

 

@media (min-width: 768px){
	.form-horizontal .control-label {
		text-align: left;
		margin-bottom: 12px;
	}
}
.form-group>.col-sm-12{
	padding: 0;
	margin: 0 15px;
}
.login-input{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	border: 1px solid #ccc;
	background: #fff;
}
/*
#inputName,#inputPassword{
	width: 88%;
	border: 0;
	height: 34px;
	padding: 0 10px;
	outline: none;
	background-color: transparent;
}*/

@media (min-width: 768px){
	.col-sm-12 {
	    width: 95%;
	}
}

.icon-touxiang,.icon-mima{
	margin: 0 0 0 10px;
	display: inline-block;
	vertical-align: middle;
	color: #8fadff;
}

.login-reg{
	color: #999;
	text-align: right;
}
.login-reg>span{
	color: #999;
}
.login-reg>a{
	color: #93afee;
}
.login-btn-warp{
	background: #fff;
	width: 155px;
	height: 40px;
	line-height: 38px;
	margin: 0 auto;
	display: block;
	float: none;
	border-radius: 20px 20px;
	text-align: center;
	overflow: hidden;
	border: 1px solid #ccc;
}
.login-btn{
	outline: none;
	border: none;
	background: transparent;
}
.icon-jiantou{
	width: 25%;
	margin-right: -15px;
	float: right;
	color: #fff;
	background: -webkit-linear-gradient(top, #b4c7ff, #86a6ff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(top, #b4c7ff, #86a6ff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(top, #b4c7ff, #86a6ff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(top, #b4c7ff, #86a6ff);
}

.form-control:-webkit-autofill {
	background-color: white;
}
.codeImg {
	width: 175px;
	height: 175px;
	margin: 5px 0 5px;
}

.codetext {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 24px;
}

.phoneImg {
	width: 89px;
	height: 160px;
	background: url(../images/logintab.png) no-repeat 0 -90px;
	display: inline-block;
	margin-bottom: 10px;
}

a.red:hover {
	color: #f00;
	text-decoration: underline;
}

.footer-bottom {
	text-align: center;
	line-height: 20px;
	overflow: hidden;
}

.footer-bottom .warper {
	font-size: 12px;
	color: #7a7979;
	padding: 20px 0;
}

.footer-bottom a {
	font-size: 12px;
	color: #3cc5f8;
	padding: 0 10px;
}

.footer-bottom a:hover {
	color: #4c4c4c;
	opacity: 0.8;
}

@media screen and (max-width:990px) {
	.loginImg {
		width: 100%;
		position: absolute;
		top: 0;
		width: 385px;
		height: 366px;
		/*padding-right: 486px;*/
	}
	.loginForm {
		margin-right: 10px;
	}
}

@media screen and (max-width:765px) {
	.logo {
		text-align: center;
		float: none;
	}
	.loginForm {
		float: none;
		margin: 0 auto;
	}
	.loginCon {
		padding: 20px 0;
	}
	.warper {
		border: 0 none !important;
	}
	.loginImg,
	.header_text {
		display: none;
	}
}
/*新增*/
@media screen and (max-width: 990px)
.loginForm {
    margin-right: 10px;
}
.loginForm {
    width: 350px;
    height: 360px;
    margin-top: 15px;
    float: right;
    position: relative;
    z-index: 2;
    background: #f9f9f9;
    border-radius: 3px;
}
.loginFormTop {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: block;
}
.loginFormTop a.on {
    display: none;
}
.loginFormTop .nav-password {
    background-position: 0 0;
}
.loginFormTop a {
    border-radius: 5px;
    width: 80px;
    height: 80px;
    display: block;
    background: url(../images/logintab.png) no-repeat;
}
.loginForm-text {
    font-size: 20px;
    color: #3f3f3f;
    padding: 20px 5% 10px;
}
.loginFormMiddle {
    padding: 10px 5% 0;
}
.loginInput {
    border: 1px solid #cecece;
    border-radius: 2px;
    overflow: hidden;
    height: 40px;
}
.loginInput .input-icon {
    height: 40px;
    position: relative;
}
.input-icon .icon-user {
    width: 24px;
    height: 24px;
    background-position: 0 0;
}
.input-icon .icon {
    display: block;
    background: url(../images/icon-in.png);
    position: absolute;
    top: 8px;
    left: 6px;
}
.input-icon .icon-lock {
    width: 24px;
    height: 22px;
    background-position: 0 -24px;
}

.loginInput .input-icon input {
    width: 100%;
    padding: 0 10px 0 40px;
    height: 40px;
    display: block;
    border: 0 none;
    font-size: 14px;
    background: #f9f9f9;
    color: #8e8e8e;
}
.loginFormMiddle .btns {
    margin: 15px 0 10px;
}
.loginForm-zc {
    line-height: 24px;
    color: #1c9ae4;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
}
.loginFormMiddle .btn-blue {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 16px;
    height: 34px;
    line-height: 17px;
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: #1c9ae4;
    border-radius: 4px;
}
.loginForm-Bottom {
    color: #4c4c4c;
    line-height: 24px;
    font-size: 12px;
    padding: 0 5%;
    color: #908f8f;
}
.loginForm-Bottom {
    color: #4c4c4c;
    line-height: 24px;
    font-size: 12px;
    padding: 0 5%;
    color: #908f8f;
}
.loginForm-Bottom .icon-tel {
    background: url(../images/icon-in.png) 0 -46px;
    display: inline-block;
    position: relative;
    width: 16px;
    height: 15px;
    margin-top: 5px;
    vertical-align: sub;
}
.warper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}