.login-wrapper {
  background-color: #fff;
  min-height: 468px;
}

.login-wrapper .layui-tab-title {
  text-align: center;
  /* line-height: 60px; */
}

.login-wrapper .layui-tab-title li {
  color: #333;
  font-size: 18px;
  /* line-height: 60px; */
}

.layui-tab-brief>.layui-tab-title .layui-this {
  color: #469ff8;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #469ff8;
}

.login-wrapper .btn-group {
  width: 100%;
  text-align: center;
}

.login-wrapper .layui-btn {
  width: 100%;
}

.login-tips {
  margin: 30px 0 10px;
  width: 100%;
}

.login-tips span {
  font-size: 14px;
  color: #888;
}

.login-tips span:last-child .forget-pass {
  float: right;
  color: #888;
}

.login-tips span:last-child .forget-pass:hover {
  color: #fa3134;
}

.login-wrapper .go-register {
  color: #fc8486;
}

.login-wrapper .go-register:hover {
  color: #fa3134;
}