
/*
**注册
*/
#login {
    width: 100%;
    height: calc(100vh - 63px);
    background: url('../img/bj.png') no-repeat;
    background-size: cover;
    text-align: center;
    padding: 140px 0 0;
}
#login .container{
  width: 900px;
  /*height: 565px;*/
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 0px rgba(0, 84, 217, 0.16);
  border-radius: 5px;
}
#login .container >h2{
  font-size: 36px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
}
#login .container .common-p{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 1;
  margin-top: 24px;
}
#login .container form .form-group{
  /* padding-left:376px; */
  width: 418px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 23.5px;
}
#login .container form .form-group .error{
  border: 1px solid #FF0000;
}
#login .container form .form-group .error-message{
  text-align: left;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 400;
  color: #FF0000;
  line-height: 14px;
}
#login .container form input,textarea{
  width: 420px;
  height: 44.5px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e0dfe0;
  padding-left:15px;
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
}
#login .container form textarea{
  height: 88px;
  text-align: justify;
  padding:10px 11px 10px 15px;
  color: #999999;
  margin-bottom:52px;
}
/* 设置textarea框提示内容的样式 */
#login .container form textarea::-webkit-input-placeholder{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}/*webkit 内核浏览器*/
#login .container form textarea::-moz-placeholder{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}/*Mozilla Firefox 19+*/
#login .container form textarea:-moz-placeholder{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}/*Mozilla Firefox 4 to 18*/
#login .container form textarea:-ms-input-placeholder{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#login .container form .btn{
  font-size:20px;
  color:#fff;
  width: 420px;
  height: 50px;
  background: #0064FA;
  opacity: 0.5;
  margin-bottom: 60px;
}
#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(../img/01.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
  z-index:2;
}
#login .container form i.usr {
  background: url(../img/02.png) no-repeat;
}
#login .container form i.tel {
  background: url(../img/03.png) no-repeat;
}
#login .container form i.qq {
  background: url(../img/04.png) no-repeat;
}
#login .container form b{
  background: url(../img/05.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 388px;
  z-index:2;
  display: none;
}

/* nav导航样式调整 */

.navbar-fixed-top .consult{
  color: #0064fa !important;
}
.navbar-itcast .navbar-fixed-top li.menu-active > a {
  cursor: pointer;
  color: #0064FA!important;
  opacity: 1;
}
.navbar-itcast .navbar-fixed-top:not(.navbar-top-box) .navbar-nav > li > a >p{
  width: 88px;
  height: 32px;
  color: #0064FA !important;
  border: 1px solid #0064FA !important;
  /* border-radius: 3px; */
  background: transparent;
  line-height: 30px;
}

.navbar-itcast .navbar-fixed-top.navbar-top-box .navbar-nav > li.last:hover p{
  border-color: #0064FA;
  background-color: #0064FA;
  color: #fff;
}
.navbar-itcast .navbar-fixed-top.navbar-top-box .navbar-nav > li.last p:hover {
  background: transparent;
  color: #0064FA;
  border: 1px solid #0064FA;
}
.navbar-itcast .navbar-fixed-top:not(.navbar-top-box) .navbar-nav > li.last:hover p {
  background: transparent;
  color: #0064FA;
  border: 1px solid #0064FA;
}
.navbar-itcast .navbar-fixed-top:not(.navbar-top-box) .navbar-nav > li.last p:hover {
  background: #0064FA;
  color: #FFF !important;
  border: 1px solid #0064FA !important;
}

.navbar-itcast .navbar-nav > li > a >p.hover {
  border-color: #0064FA !important;
  background: none !important;
  color: #0064FA !important;
}