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;
  background-size: cover;
  background-image: url("../images/loginbg.png");
  background-repeat: no-repeat;
}

.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 {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}

h3.loginTitle {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 24px;
  color: #2C2C2C;
  margin: 0;
  width: 100%;
  text-align: left;
  margin-left: -40px;
}

.footer {
  width: 100%;
  font-size: 14px;
  color: #333333;
  text-align: center;
  position: fixed;
  bottom: 11px;
}

.loginimg {
  width: 50%;
  height: 100%;
  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: 560px;
  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: #1C2574;
  border-radius: 28px;
  border: none;
}

.login_content {
  display: flex;
  flex-flow: column;
  row-gap: 74px;
  align-items: center;
  width: 711px;
  height: 740px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 80px;
  box-sizing: border-box;
}

.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, #f7efef, #1C2574);
  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;
}