.body{
  background: url(../img/login-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  min-height: 700px;
}
body {
  margin: 0;
  padding: 0;
}
.login-container {
  width: 320px;
  height: 420px;
  background: #fff;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  box-shadow: 0 5px 12px 0 rgba(0,0,0,0.50);
  padding: 40px 30px;
  box-sizing: border-box;
  color: #555;
  font-family: 'SimHei';
}
.login-container.register {
  width: 350px;
  height: 600px;
}
.login-title {
  font-size: 18px;
  color: #358BEF;
  margin-bottom: 20px;
}

.width80 {
  width: 80px!important;
}

.input-unit {
  height: 38px;
  line-height: 38px;
  border-radius: 2px;
  border: 1px solid #d5d5d5;
  margin-bottom: 15px;

}

.input-unit span {
  display: inline-block;
  margin-left:10px;
}

.input-unit input {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  width: 135px;
  vertical-align: bottom;
  border: none;
  outline:none
}

.input-unit.code {
  width: 170px;
  display: inline-block;
}

.input-unit.code input{
  width: 50px;
}

.code-pic {
  height: 36px;
  width: 80px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.sms-btn {
  height: 35px;
  line-height: 35px;
  width: 110px;
  background: #83c0ef;
  font-size: 12px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: none;
}

.login-btn {
  height: 40px;
  line-height: 40px;
  width: 260px;
  background: #358BEF;
  font-size: 16px;
  text-align: center;
  margin: 20px auto 10px auto;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}

.login-btn-disabled {
  height: 40px;
  line-height: 40px;
  width: 260px;
  background: #dcdcdc;
  font-size: 16px;
  text-align: center;
  margin: 20px auto 10px auto;
  color: #fff;
  border-radius: 2px;

}

.foot-cont {
  font-size: 14px;

}

.fg-pwd {
  color: #358BEF;
}

.register-text {
  color: #358BEF;
}

.right {
  float: right;
}

.tel-code {
  color: #358BEF;
  font-size: 14px;
}

.login-btn.register {
  width: 290px;
}

.login-btn-disabled.register {
  width: 290px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.mask-cont {
  position: relative;
  background: #fff;
  width: 400px;
  height:300px;
  margin: 10% auto;
  padding: 0 30px ;
  box-sizing: border-box;
}

.mask-title {
  height: 60px;
  line-height: 60px;
  color: #358BEF;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.mask-input-group {
  margin-bottom: 20px;
}

.mask-input-group input{
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  height: 38px;
  width: 220px;
}

.mask-input-group .unit-name{
  color: #555;
  margin: 0 10px;
  display: inline-block;
}

.mask-input {
  width: 120px!important;
}
.mask-code-pic{
  height: 36px;
  width: 80px;
  vertical-align: middle;
  margin-left: 10px;
}

.mask-find-btn {
  height: 40px;
  width: 150px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin: auto;
  background: #358BEF;
  cursor: pointer;
  border-radius: 2px;
  margin-top: 25px;
}

.mask-close {
  position: absolute;
  right: -13px;
  top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  font-size: 24px;
  color: #e5e5e5;
  font-style: normal;
  text-align: center;
  background: #fff;
  line-height: 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.form-header {
  height: 50px;
  box-shadow: 0 5px 12px 0 rgba(0,0,0,0.50);
  background: #358BEF;
}

.form-cont {
  width: 520px;
  height: 450px;
  margin:auto;
  margin-top: 20px;
  padding: 20px;
}

.logo {
  margin: 5px 15px 5px 30px;
  width: 40px;
  vertical-align: middle;
}

.form-header .title {
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
}

.form-item {
  margin-bottom: 20px;
  color: #555;
}

.form-cont table {
  color: #555;
  width: 100%;
  text-align: center;
}

.form-cont table tr {
  height: 35px;
}

.table-btn {
  padding: 5px 15px;
  background: #358BEF;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 20px 40px;
  display: inline-block;
  width: 108px;
  cursor: pointer;
}

.table-btn-gray {
  padding: 5px 15px;
  background: #dedede;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 20px 40px;
  display: inline-block;
  width: 108px;
  cursor: pointer;
}

.table-submit {
  padding: 5px 15px;
  background: #358BEF;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 20px 40px;
  display: inline-block;
  width: 220px;
}

.table-tip {
  font-size: 12px;
  color: #aaaaaa;
  display: block;
}

.selected {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/selected@2x.png) no-repeat center;
  background-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.code-val {
  font-size: 12px;
}
