html,
body {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
}

[v-cloak] {
  display: none !important;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company {
  font-size: 21px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #676dda;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: 36px;

}

.login_box {
  background: #FFFFFF;
  position: relative;
  display: grid;
  grid-template-columns: 500px 1fr;
  width: 100vw;
  height: 100vw;
}

h3.loginTitle {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 36px;
  color: #409eff;
  margin: 0;
  width: 100%;
}

.loginInfoBox {
  position: fixed;
  top: 44px;
  left: 55px;
}

.loginLeftBox {
  width: 500px;
}

.loginLeftBox .loginbg {
  width: 500px;
  height: 100%;
}

.footer {
  width: 100%;
  font-size: 14px;
  color: #333333;
  text-align: center;
  position: fixed;
  bottom: 11px;
}

.loginimg {
  width: 50%;
  height: 100%;
  background: url(../images/login2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -20px -10px;
  border-radius: 10px 0 0 10px;
}

.loginInput_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loginInput_box .logo {
  height: 48px;
  margin: 0;
}

.input_box {
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.input_box img {
  width: 24px;
  position: absolute;
  left: 10px;
  top: 17px;
}

.input_box .passwordImg {
  top: 12px;
}

.input_box>input {
  flex: 1;
  display: inline-block;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 40px;
  font-weight: 400;
  font-size: 21px;
  color: #CECECE;
  width: 432px;
  height: 56px;
  background: rgba(255, 255, 255, 0);
  border-radius: 28px;
  border: 1px solid #E3E7ED;
}

.input_box>input:focus {
  outline: none;
  border-color: #fcf4ec;
}

.input_box>input:focus-visible {
  outline: aliceblue;
}

.logInBtn {
  font-size: 21px;
  font-family: Adobe Heiti Std;
  color: #eeeeee;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  margin: 0;
  text-align: center;
  width: 357px;
  height: 56px;
  background: #409eff;
  border-radius: 28px;
  border: none;
}

.login_content {
  display: flex;
  flex-flow: column;
  row-gap: 60px;
  align-items: center;
}

.agreement {
  color: #ff9e47;
}

.tip_box {
  position: absolute;
  bottom: -27px;
}

.tip_box label {
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.red_checkbox {
  margin: 0;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -1px;
}

span.code {
  display: inline-block;
  position: absolute;
  z-index: 10;
  right: 0px;
  font-size: 40px;
  font-family: STHupo;
  font-weight: 400;
  color: #333;
  background: linear-gradient(to right, #409eff, #f7efef);
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 60px;
  letter-spacing: 6px;
  padding-left: 6px;
  user-select: none;
  cursor: pointer;
  width: 140px;
  height: 60px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.getCode {
  position: absolute;
  z-index: 10;
  height: 25px;
  line-height: 25px;
  right: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #cacaca;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  text-align: center;
  user-select: none;
  cursor: pointer;
  width: 120px;
}

.getCode:hover {
  background-color: #eee;
}

.el-dropdown {
  position: absolute;
  left: 35px;
  cursor: pointer;
}

.loginlogo_box {
  font-size: 24px;
  font-weight: 400;
  color: #fcf4ec;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 91px;
  width: 80%;


}

.loginlogo_box::before {
  content: "";
  width: 100px;
  height: 2px;
  background: #fcf4ec;
  position: absolute;
  bottom: -18px;
  z-index: 1;
}

.loginlogo_box::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: -19px;
  left: 0;
  z-index: 0;
}

.loginInfoBox p {
  font-weight: normal;
  font-size: 24px;
  color: #2C2C2C;
}