@charset "UTF-8";
/* 修复input 背景不协调 和光标变色 */
/* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */
@supports (-webkit-mask: none) and (not (cater-color: #1890ff)) {
.login-container .el-input input {
    color: #1890ff;
}
}
> > > body {
  width: 100% !important;
}

/* reset element-ui css */
.login-container .el-input {
  display: inline-block;
  height: 47px;
  width: 85%;
}
.login-container .el-input input {
    border: 0px;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 12px 5px 12px 15px;
    color: #333;
    height: 47px;
    caret-color: #1890ff;
}
.login-container .el-input input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
              box-shadow: 0 0 0px 1000px #ffffff inset !important;
      -webkit-text-fill-color: #1890ff !important;
}
.login-container .el-form-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #454545;
}

.login-container {
  height: 100%;
  width: 100%;
  background: url(../img/background.7d8e765b.jpg) no-repeat 100% 100%;
  overflow: hidden;
}
.login-container .login-form {
    position: relative;
    width: 520px;
    max-width: 100%;
    padding: 160px 35px 0;
    margin: 0 auto;
    overflow: hidden;
}
.login-container .tips {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.login-container .tips span:first-of-type {
      margin-right: 16px;
}
.login-container .svg-container {
    padding: 6px 5px 6px 15px;
    color: #889aa4;
    vertical-align: middle;
    width: 30px;
    display: inline-block;
}
.login-container .title-container {
    position: relative;
}
.login-container .title-container .title {
      font-size: 26px;
      color: #fff;
      margin: 0px auto 40px auto;
      text-align: center;
      font-weight: bold;
}
.login-container .show-pwd {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 16px;
    color: #889aa4;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.loginBody {
  margin: 40px auto;
  margin-top: 40px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loginBody .loginRight {
    width: 450px;
    margin: 50px auto;
    background-color: #fff;
    border-radius: 10px;
}
.loginBody .loginRight .loginForm {
      width: 360px;
      margin: 50px auto;
}
.loginBody .loginRight .loginForm .title {
        width: 100%;
        font-size: 22px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #333333;
        text-align: center;
        margin-bottom: 48px;
        margin-left: 0;
}
.loginBody .loginRight .loginForm .el-input__inner {
        height: 50px;
}
.page-login--options {
  color: #0189fb;
  font-size: 14px;
}
.logincode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login-code {
  width: 128px;
  height: 48px;
  margin: -1px 0 0 0;
  padding: 0;
  border-radius: 4px;
  border: none;
}
.login-footer {
  color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.login-container .el-input input:autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #454545 !important;
}
.loginBody .loginRight .loginForm .el-input__inner {
  height: 47px;
}

