.login-body {
  display: inline-block;
  width: 100vw;
  height: 100vh;
}

.layui-btn {
  padding: unset !important;
}

.layui-container {
  height: 100%;
  width: 100%;
}

.login-content {
  background-color: #ffffff;
  max-width: 95%;
  margin: 5vh auto;
  float: unset;
}

.login-content .title {
  background-color: #f0f0f0;
  color: #424242;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-bottom: 20px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.border-right {
  margin-right: 20px;
  position: relative;
}

.border-right:after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #828282;
  position: absolute;
  right: -10px;
  bottom: 23px;
}

.login-content .welcome {
  font-size: 32px;
  line-height: 49px;
  color: #4281fb;
}

.login-content .subtitle {
  font-size: 22px;
  line-height: 49px;
  color: #828282;
}

.login-content .title .logo {
  height: 60px;
  max-width: 190px;
  overflow: hidden;
  font-size: 36px;
  margin-right: 20px;
}

.login-content .title .logo img{
  max-height: 60px;
}

.login-content .title .label {
  font-size: 24px;
}

.login-content .title a,
.login-content .body .item a {
  color: #4281fc
}

.login-content .title a:hover,
.login-content .body .item a:hover {
  color: #1c68ff
}

.login-content .head {
  height: 80px;
  background-color: #4281fc;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
}

.login-content .login-bottom {
  box-shadow: 0px 3px 6px 0px rgba(58, 58, 58, 0.06);
}

.login-content .body {
  color: #828282;
}

.login-content .body .item {
  margin-bottom: 15px;
}

.login-content .body .item .vw80 {
  width: 65%;
  float: left;
  margin-right: 5%;
}

.login-content .body .item img {
  width: 30%;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.login-content .body .item button {
  width: 30%;
  background-color: #4281fc;
}

.login-content .body .submit {
  margin-top: 20px;
  width: 100%;
  background-color: #4281fc;
}

.layui-form-checked[lay-skin=primary] i {
  background-color: #4281fc !important;
  border-color: #4281fc !important;
}

.login-copyright {
  text-align: center;
  width: 100%;
  height: 49px;
  font-size: 14px;
  line-height: 49px;
  color: #828282;
  padding-top: 20px;
  background-color: #f0f0f0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.layui-btn-disabled{
  color: #fff !important;
  border: none !important;
}