/********************************************************************
 * 登录页面CSS样式
 * 创建人：scos_fx
 * 创建时间：2018/01/05
 * 版本号：v0.1
 * 修建记录：
 *********************************************************************/
.login_center {
		width: 330px;
		height: 280px;
		position: absolute;
		top: 50%;
    left: 50%;
    margin-left: -165px;
    margin-top: -190px;
    text-align: center;
}
.login_center>p {
		font-size: 18px;
		margin: 10px 0;
}
.login {
		width: 330px;
		height: 50px;
		position: relative;
		font-size: 20px;
		font-weight: bold;
}
.login>input {
	  position: absolute;
	  top: 0;
		left: 0;
		width: 330px;
		height: 50px;
		background: url(../img/login/login_box.png) no-repeat;
		background-size:100% 100%;
		-moz-background-size:100% 100%;
		border: none;
		padding-left: 50px;
		padding-right: 65px;
		outline: none;
}
.login>button {
		float: left;
		width: 65px;
		height: 50px;
		background: url(../img/login/btn_go.png) no-repeat;
		background-size:100% 100%;
		-moz-background-size:100% 100%;
		border: none;
		position: absolute;
		top: 0;
		left: 100%;
		margin-left: -65px;
		outline: none;
}
.login>img {
		position: absolute;
	  top: 12px;
		left: 20px;
		width: 16px;
		height: 21px;
		z-index: 99;
}

.register {
	
	 display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #ddd;
  background-color: #3c3c3c;
  width: 330px;
  height: 50px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 35px;
}


#register_button_index {
	 display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 2px solid #adadad;
  border-radius: 15px;
  color: #333;
  background-color: #e6e6e6;
  width: 120px;
  height: 40px;
  margin-top: 50px;
  font-size: 14px;
  line-height: 35px;
}
#register_button_index:hover, .register:hover {
	color: #ff9a5c;
	text-decoration:none;
  out-line: none;
}