@charset "UTF-8";
/**
* 修改内边距 需要同步修改 layout 文件下  .cache_box 最小高度, 让当前页面默认最大填充
*         min-height: calc(100vh - 104px - 2倍的内边距);
*/
.login_box[data-v-7589b93f] {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: url(../img/login_bg3.a5859939.png) no-repeat;
  background-size: cover;
}
.login_box .login_form[data-v-7589b93f] {
  width: 487px;
  height: 596px;
  border-radius: 12px;
  position: absolute;
  right: 12%;
  top: calc(50vh - 297px);
  background: inherit;
  overflow: hidden;
  border-top: 1px solid #fff;
}
.login_box .login_form[data-v-7589b93f]::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: 1;
  background: inherit;
  background-attachment: fixed;
  filter: blur(4px);
}
.login_box .login_form[data-v-7589b93f]::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.25);
}
.login_box .login_form .content[data-v-7589b93f] {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.login_box .login_form .content .logo_img[data-v-7589b93f] {
  width: 66px;
  height: 66px;
  margin: 82px auto 0;
}
.login_box .login_form .content .logo_img img[data-v-7589b93f] {
  width: inherit;
  height: inherit;
}
.login_box .login_form .content .msg[data-v-7589b93f] {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-top: 16px;
}
.login_box .login_form .content .username[data-v-7589b93f] {
  margin: 46px auto 0;
  width: 344px;
  height: 56px;
}
.login_box .login_form .content .username input[data-v-7589b93f] {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  padding-left: 24px;
  color: #333;
}
.login_box .login_form .content .username input[data-v-7589b93f]::-moz-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #cccccc;
}
.login_box .login_form .content .username input[data-v-7589b93f]:-ms-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #cccccc;
}
.login_box .login_form .content .username input[data-v-7589b93f]::placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #cccccc;
}
.login_box .login_form .content .password[data-v-7589b93f] {
  position: relative;
  margin: 24px auto 0;
  width: 344px;
  height: 56px;
}
.login_box .login_form .content .password input[data-v-7589b93f] {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  padding-left: 24px;
  color: #333;
}
.login_box .login_form .content .password input[data-v-7589b93f]::-moz-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #cccccc;
}
.login_box .login_form .content .password input[data-v-7589b93f]:-ms-input-placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #cccccc;
}
.login_box .login_form .content .password input[data-v-7589b93f]::placeholder {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #cccccc;
}
.login_box .login_form .content .password .eye_box[data-v-7589b93f] {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.login_box .login_form .content .password .eye_box img[data-v-7589b93f] {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.login_box .login_form .content .btn[data-v-7589b93f] {
  width: 344px;
  height: 57px;
  background: #2a47b0;
  border-radius: 8px;
  margin: 48px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.login_box .login_form .content .btn[data-v-7589b93f]:hover {
  background-color: rgba(42, 71, 176, 0.86);
}
