.login {
  /* background: #000; */
  position: absolute;
  width: 100%;
  height: 100%;
 
  background-size: 100%;
  background-repeat: no-repeat;
}

.wel {
 background: url('../../content/images/indexbg.jpg') center;
}

.footer {
  position: inherit;
  width: 100%;
  bottom: 0;
  margin: 0 auto;
  padding: 10px;
  white-space: nowrap;
}

.footer .container div {
  padding: 5px;
}

.form-group {
  width: 80%;
  max-width: 500px;
  min-width: 260px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}

.code-input, .code {
  width: 23%;
  max-width: 200px;
  min-width: 70px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tverify {
  margin: 0 10px;
  line-height: 34px;
  height: 34px;
  border-radius: 5px;
}

.title-sm {
  color: #fff;
  margin: 10px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 2px #333;
}

.title {
  color: #fff;
  margin-top: 90px;
  text-shadow: 2px 2px 2px #333;
}

.title, .title-sm, .code {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  
}

.title-sm {
    font-size: 20px;
}

.btn-link {
  margin-left: 6px;
  color: #000;
}
.code-input {
  margin-right: 6px;
}
.code {
  height: 34px;
  width: 107px;
}

@media (max-width: 768px) {
  .login {
    background-size: auto 100%;
  }
  .title {
    font-size: 18px;
  }
  .wel {
  background: url(../../content/images/sjbg.jpg) center;
}
  .code-input, .code {
    width: 33%;
    max-width: 200px;
    min-width: 70px;
  }

}

@media (max-height: 465px) {
  .footer{
    display: none;
  }
  .code-input, .code {
    width: 33%;
    max-width: 200px;
    min-width: 70px;
  }
}
