.isIe {
  text-align: center;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: #eeee;
  top: 15%;
  font-size: 20px;
  display: none;
}
.isIe h1 {
  color: red;
  margin-bottom: 15px;
}
.isIe div {
  margin: 10px 0;
}
.isIe .upBox a {
  display: inline-block;
  font-size: 15px;
  width: 140px;
}
.isIe .upBox a:hover {
  background: white;
}
.imgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login .layui-forms {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
}
.login .layui-forms .title {
  color: white;
  font-size: 35px;
  font-weight: 100;
  margin: 150px 0 50px;
  letter-spacing: 4px;
}
.login .layui-forms .layui-input {
  border-radius: 5px;
  padding-left: 30px;
  height: 45px;
  background: transparent;
  border-color: #286dcc;
  color: #9cb4ff;
  text-indent: 14px;
}
.login .layui-forms .layui-icon:before {
  color: #9cb4ff;
}
.login .layui-forms input::-webkit-input-placeholder {
  color: #C0C0C0;
  font-size: 14px;
}
.login .layui-forms input:-moz-placeholder {
  color: #C0C0C0;
  opacity: 1;
  font-size: 14px;
}
.login .layui-forms input::-moz-placeholder {
  color: #C0C0C0;
  opacity: 1;
  font-size: 14px;
}
.login .layui-forms input:-ms-input-placeholder {
  color: #C0C0C0;
  font-size: 14px;
}
.login .layui-forms .layui-btn {
  border-radius: 5px;
  background: #286dcc;
}
.login .layui-forms ul {
  display: flex;
  webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  width: 400px;
  height: 400px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.login .layui-forms ul li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin: 50px 0 20px 0;
  width: 80%;
  flex-shrink: 0;
}
.login .layui-forms ul .topZero {
  margin-top: 0;
}
/*# sourceMappingURL=login.css.map */