/*登录样式*/
::-webkit-input-placeholder {
  color: #b1b1b1;
}
/* 使用webkit内核的浏览器 */
:-moz-placeholder {
  color: #b1b1b1;
}
/* Firefox版本4-18 */
::-moz-placeholder {
  color: #b1b1b1;
}
/* Firefox版本19+ */
:-ms-input-placeholder {
  color: #b1b1b1;
}
/* IE浏览器 */
html,
body {
  height: 100%;
}
.login-header {
  background-color: #fff;
}
.login-header-in {
  height: 80px;
}
.login-wrapper {
  position: relative;
  width: 100%;
  background-size: 100% 100%;
  overflow: hidden;
  min-height: 500px;
  height: calc(100% - 80px);
  background-image: url(images/login7-bg.jpg);
  background-color: #1890FF;
}
.login-footer {
  height: 80px;
  width: 100%;
  position: relative;
  color: #5a5a5a;
  background: #fff;
}
.login-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
.login-logo img {
  height: 30px;
}
.login-logo span {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  border-left: 3px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
}
.login-copyright {
  width: 100%;
  position: absolute;
  color: #fff;
  bottom: 30px;
}
.login-container {
  width: 959.4px;
  height: 418.2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -209.1px 0 0 -479.7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-container:before {
  content: '';
  background: url(images/login7-1-1-bg.png) no-repeat center center / 100% 100%;
  position: absolute;
  width: 475.6px;
  height: 418.2px;
  left: 0;
  bottom: 0;
}
.login-container .layui-form {
  background-color: #fff;
  padding: 30px;
  width: 337.84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.login-title {
  color: #1890FF;
  font-size: 22px;
}
.login-btn {
  height: 40px;
  color: #fff;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background: #1890FF;
}
.login-form-group {
  position: relative;
  border-bottom: #ebebeb 1px solid;
}
.login-form-group .icomoon-icon {
  position: absolute;
  color: #999999;
  font-size: 17px;
  line-height: 1;
  left: 12px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
}
.login-form-group .icomoon-icon ~ .layui-input {
  padding-left: 40px;
}
