* {
  margin: 0px;
  padding: 0px;
}

body,
html {
  width: 100%;
  height: 100%;
}

.redText {
  color: #ff5722;
}

.theme-blue .layui-form-checked span,
.theme-blue .layui-form-checked:hover span {
  background: none !important;
}

.canvas {
  /* width: 100%;
          height: 100%; */
  position: fixed;
  left: 0;
  top: 0;
  /* z-index: -1; */
}

.mainContanier {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1 1 auto;
  /* margin-right: 783.5px; */
  margin-right: 42%;
  margin-top: 115px;
  margin-top: 5%;
  z-index: 10;
}

.loginBox {
  width: 100%;
  height: 100%;
  background-color: #393d48;
}

.body {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-flow: column;
  width: 100%;
  height: 100%;
  flex: 1;
  background: url("../images/bg.png") 50% 50% no-repeat;
  /* background-size: 100% auto; */
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  margin-bottom: 40px;
  /* height: 100px; */
  font-size: 18px;
  z-index: 12;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: SourceHanSansCN-Regular;
}
.footer_copyright {
  margin-top: 10px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 84px;
}

.header-title {
  color: #fff;
  font-size: 36px;
  margin-left: 20px;
}

#loginForm {
  display: flex;
  flex-flow: column;
  width: 402px;
  height: 412px;
  background-color: #ffffff;
  border-radius: 8px;
  z-index: 10;
  margin-bottom: 0px;
}

.login-title {
  font-size: 20px;
}

.login-main {
  position: relative;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: space-around;
  flex: auto;
  padding: 40px 50px;
}

.loginBtnDiv {
  text-align: center;
  margin-bottom: 0px;
}

.loginBtn {
  width: 302px;
  height: 40px;
  background-image: linear-gradient(270deg, #2e6eff 0%, #02c7ff 100%),
    linear-gradient(#00adf6, #00adf6);
  background-blend-mode: normal, normal;
  box-shadow: 0px 10px 16px 0px rgba(29, 144, 255, 0.35);
  border-radius: 5px;
}

.tipsDiv {
  display: none;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.login-main > .layui-form-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column;
  margin-bottom: 0px;
}

.login-main .layui-form-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-left: 0px;
}

.login-main .layui-form-label img {
  width: 12px;
  margin-right: 5px;
}

.login-main .layui-input-block {
  width: 100%;
  margin-left: 0px;
}

.login-main .layui-input {
  text-indent: 0px;
  padding-left: 0px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #ededed;
  box-shadow: inset 0 0 1000px #fff !important;
}

.login-main .layui-input::placeholder {
  color: #bdbdbd;
}

.forgetPw {
  color: #00adf6;
  cursor: pointer;
}

.auxiliaryDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkBoxDiv span {
  color: #999999 !important;
}

.layui-form-item .layui-form-checkbox[lay-skin="primary"] {
  margin-top: 0px;
}
