
/*
**注册
*/
#login{
  width:100%;
  height:892px;
  margin-top:80px;
  background:url('../image/bj1.png') right top no-repeat #edf0f3;
  text-align:center;
}
#login .container >h2{
  color: #454545;
  margin-bottom:70px;
}
#login .container form .form-group{
  padding-left:376px;
  margin-bottom:0;
  position: relative;
}
#login .container form input,textarea{
  width: 418px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e0dfe0;
  padding-left:46px;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#login .container form textarea{
  height: 148px;
  text-align: justify;
  padding:10px 23px;
  color: #999999;
  margin-bottom:28px;
}
#login .container form .btn{
  width: 420px;
  height: 48px;
  background-image: linear-gradient(-90deg,#0090ff 0%,#0a6cff 100%),linear-gradient(#0988dc,#0988dc);
  font-size:20px;
  color:#fff;
  opacity:0.52;
  box-shadow: 0 16px 16px 0 #8ebcf9;
}
#login .container form .help-tips{
  margin:0;
  height:32px;
  line-height:32px;
  color: #ff0101;
}
#login .container form .help-tips span{
  display: none;
}
#login .container form input.warn{
  border: solid 1px #ff0000;
}
#login .container form input:focus,textarea:focus{
  border: solid 1px #3079e6;
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#login .container form .btn-suc{
  opacity:1;
}
#login .container form i{
  background: url(../image/013.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 388px;
  z-index:2;
}
#login .container form i.usr {
  background: url(../image/023.png) no-repeat;
}
#login .container form i.tel {
  background: url(../image/033.png) no-repeat;
}
#login .container form i.qq {
  background: url(../image/042.png) no-repeat;
}
#login .container form b{
  background: url(../image/051.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 388px;
  z-index:2;
  display: none;
}
