@import '../../common/css/font.css';
body{  
  background: url(../images/timg.jpg);
  background-repeat:no-repeat ;
	background-size:100% 100%;
	background-attachment: fixed;
}
/**/
.wrap{
	width: 100%;
	height: 100%;
}
.wrap-header{
	width: 100%;
	text-align: center;
}
/*
.wrap-header img{
    margin: 10% 0 2% 0;
}
 */
.wrap-header div{
	width: 500px;
  margin: auto;
	font-size: 30px;
	color: white;
}
.wrap-header a{
	text-decoration: none;
}
/*表单部分*/
.wrap-nav{
	width: 450px;
	height: 290px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 20px;
	margin:10px auto;
	background: rgba(0,0,0,0.25);
}
.wrapMiddle{
	margin-top: 43px;
}
form input{
	border: none;
	border-radius:10px ;
}
form .loginName{
	width: 400px;
	border-bottom: 1px solid gainsboro;
	text-align: center;
	color: white;
	margin: auto;
	margin-top: 30px;
}
.loginNameSpan{
	display: inline-block;
	background: #54b1ed;
	margin-bottom: 10px;
	padding: 5px 40px;
	font-size: 25px;
	font-family: ;
	border-radius: 10px;
}
.accountNumber,.password{
	display: block;
	margin: auto;
	width: 45%;	
	height: 35px;
	line-height: 35px;
	padding-left: 50px;
}
.accountNumber{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
form .code{
	width: 100px;
	height: 35px;
	line-height: 35px;
	margin: 20px 5px 20px 99px;
	padding-left: 50px;
}
form .obtainCode{
	height: 35px;
	width: 92px;
	background: orange;
	border: none;
	border-radius:10px ;
	color: white;
	font-size:15px;
	cursor: pointer;
}
form .submit{
	display:  inline-block;
  margin-left: 99px;
	width: 252.5px;
	height: 35px;
	font-size: 18px;
	background: #ff8140;
	border: none;
	border-radius: 10px;
	color: white;
	cursor: pointer;
}
form .forgotPassword{
	margin:15px 0 0 120px;
  text-align: center;
}
form .forgotPassword a{
	color: white;
	text-decoration: none;
	font-size: 13px;
}
form .forgotPassword a:hover{
	color: pink;
}
form .record{
  margin:15px 0 0 0;
  text-align: center;
  color : #999;
}

#loginForm{
	position: relative;
}
.ioc_img_1{
	 position: absolute;
    top: 9px;
    left: 120px;
}
.ioc_img_2{
	 position: absolute;
    top: 66px;
    left: 120px;
}
.ioc_img_3{
	 position: absolute;
    top: 123px;
    left: 120px;
}

/* TODO sse */
.wrap .bottom-message {
	color: #fff;
	text-align: center;
	font-size: 35px;
}

.technical-support-info {
	color: #fff;
	position: absolute;
	width: calc(100vw - 16px);
	bottom: 10px;
	text-align: center;
}
/* 结束 */