#background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/login/bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
#transfer-box {
  display: block;
  padding-top: 65px;
  padding-bottom: 65px;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}
#transfer-box .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#transfer-box .tit {
  width: 176px;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  text-align: center;
  background-color: #454a50;
  margin-bottom: 20px;
  font-size: 14px;
  color: #a3a5a8;
  margin-left: auto;
  margin-right: auto;
}
#transfer-box .input-group {
  height: 44px;
  position: relative;
  margin-bottom: 20px;
  background-color: #3d4248;
}
#transfer-box .input-group input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 42px;
  padding-left: 15px;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  outline: none;
  border: 1px solid transparent;
  position: relative;
  z-index: 2;
}
#transfer-box .input-group input:focus {
  border-color: #627189;
}
#transfer-box .input-group input::-moz-placeholder {
  color: #757575;
}
#transfer-box .input-group input::-webkit-input-placeholder {
  color: #757575;
}
#transfer-box .input-group input:-ms-input-placeholder {
  color: #757575;
}
#transfer-box .input-group .select {
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
  position: relative;
}
#transfer-box .input-group .select input {
  display: none;
}
#transfer-box .input-group .select .show {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
#transfer-box .input-group .select .show .text {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
#transfer-box .input-group .select .show .text.no-check {
  color: #757575;
}
#transfer-box .input-group .select .show .ico {
  position: absolute;
  right: 10px;
  top: 19px;
  width: 12px;
  height: 7px;
  background: url("../images/login/icons.png") no-repeat -7px -348px;
}
#transfer-box .input-group .select .slide-box {
  display: none;
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  max-height: 300px;
  text-align: center;
  z-index: 20;
  background-color: #ffffff;
  overflow-y: auto;
  font-size: 12px;
  user-select: none;
}
#transfer-box .input-group .select .slide-box .title {
  height: 30px;
  line-height: 30px;
  color: #999999;
  font-size: 14px;
}
#transfer-box .input-group .select .slide-box .item {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border-top: 1px solid #eee;
}
#transfer-box .input-group .select .slide-box .item:hover {
  background-color: #5f97ff;
  color: #ffffff;
}
#transfer-box .input-group select {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  outline: none;
  padding: 12px 0 12px 15px;
}
#transfer-box .input-group select option {
  color: #666;
}
#transfer-box .input-group select option[disabled] {
  color: #999;
}
#transfer-box .btn-submit {
  width: 100%;
  height: 44px;
  background-color: #5f97ff;
  box-sizing: border-box;
  border-bottom: 2px solid #4887fa;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
.placeholder {
  display: none;
  position: absolute;
  left: 15px;
  top: 0;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #757575;
  z-index: 1;
}
/*# sourceMappingURL=transfer_login.css.map */