
body {
	background: #0b1531;
	/*min-height: 940px;*/
}


.lighting {
	position: absolute;
	top: 330px;
	left: 430px;
}

/* 登录框 */

.logindiv {
	position: absolute;
	width: 470px;
	height: 490px;
	top: 25%;
	right: 12.6%;
	margin-left: -235px;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 138, 122, 0.20);
	background-image: url(../img/login/bg_hangye.png);
	background-repeat: round;
	background-color: #0f1c41;
}

.logindiv p:first-child {
	font-size: 36px;
	color: #07CAFF;
	letter-spacing: 1.85px;
	text-align: center;
	margin-top: 56px;
	line-height: 50px;
	margin-bottom: 32px;
}
.errortip{
	font-size: 12px;
	color: #F9543E;
	letter-spacing: 1.85px;
	text-align: left;
	width: 320px;
	margin: 0 auto;
	/*margin-bottom: 0;*/
}
/* 账号和密码 */
.logindiv input.accountinput,.logindiv input.pwdinput {
	background: #FFFFFF;
	border: 1px solid #C4C9D2;
	border-radius: 3px;
	width: 320px;
	height: 44px;
	margin: 16px auto 0;
	padding: 5px 20px;
	box-shadow: none;
}
.logindiv input.accountinput{
	margin-top: 5px;
}
input.accountinput:focus,input.pwdinput:focus{
    border: 1px solid #1FA596;
}

/* 验证码 */
.codediv{
	padding-top: 16px;
}
.logindiv input.codeinput{
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #C4C9D2;
	border-radius: 3px;
	width: 170px;
	height: 44px;
	margin: 0 9px 0 75px;
	padding: 5px 20px;
	box-shadow: none;
}
.logindiv input.codeinput:focus{
	border: 1px solid #1FA596;
}
/* placeholder文字设置 */
input.form-control::-webkit-input-placeholder { /* WebKit browsers */
	font-size: 14px;
	color: #C4C9D2;;
	letter-spacing: 0.72px;
}
input.form-control::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　font-size: 14px;
	color: #C4C9D2;
	letter-spacing: 0.72px;
}
input.form-control::-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: 14px;
	color: #C4C9D2;
	letter-spacing: 0.72px;
}
.verification{
	padding:0;
	border:1px solid  #C4C9D2;
	width: 140px;
	height: 44px;
	background-color: #C4C9D2;
	box-shadow: none;
	outline:none;
}
#vimg{
	width: 100%;
	height: 100%;
	
}

.verification span{
	font-size: 20px;
	letter-spacing: 1.03px;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(42, 217, 103, 1)), to(rgba(9, 136, 99, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* 记住密码 */
.rememberpwd{
	padding-left: 75px;
	padding-top: 23px;
	font-size: 14px;
	color: #484963;
	letter-spacing: 0.72px;
}
.rememberpwd img{
	margin-right: 5px;
}
/* 登录 */
.loginbtn{
	display: block;
	width: 320px;
	height: 54px;
	background: #C4C9D2;
	border-radius: 28px;
	border: none;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.92px;
	margin: 57px auto 0;
	outline:none;
	box-shadow: none;
}
.loginbtn:focus{
	background-color: #1FA596;
}

.img-left {
	position: absolute;
	margin-top: 7%;
	width: 929px;
	height: 929px;
	margin-left: 6.3%;
	background-image: url(../img/login/img_denglu_dianli_bg.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;

}
.img-top {
	width: 243px;
	height: 73px;
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	right: 59px;
	background-image: url(../img/login/img_denglu_yuan1.png);
	margin-right: 22%;


}
.img-bottom {
	width: 318px;
	height: 118px;
	position: absolute;
	right: 33px;
	background-repeat: repeat-y;
	background-image: url(../img/login/img_dengli_yuan2.png);
	bottom: 0;


}

.img-doc {
	width: 73px;
	height: 73px;
	background-repeat: repeat-y;
	position: absolute;
	top: 72px;
	right: 78px;
}

.blue-dot {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #1EBEEF;
}

.yellow-dot {
	width: 10px;
	height: 10px;
	border-radius:5px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #F6FF30;

}

.my-input-icon {
	position: absolute;
	left: 42px;
	top: 12px;
}
.input-control {
	position: relative;
}