* {
  box-sizing: border-box;
}

.login_wrap {
  height: 100vh;
  justify-content: center;
  background: url(../images/loginbg1.webp) no-repeat;
  background-size: cover;
}
.login_wrap .loginlogo {
  width: 100%;
  margin-bottom: 15px;
  max-width: 200px;
  margin-bottom: 20px;
}
.login_wrap .container {
  display: flex;
  flex-wrap: wrap;
}
.login_wrap .logo {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 40px;
  padding-left: 20px;
  top: 0;
  left: 0;
}
.login_wrap .login_welcome {
  width: 60%;
  position: relative;
  min-height: 60vh;
}
@media (max-width: 1024px) {
  .login_wrap .login_welcome {
    display: none;
  }
}
.login_wrap .login_welcome .welcome_img {
  position: absolute;
  top: 25%;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
}
.login_wrap .login_welcome .slogn h3 {
  padding-top: 40px;
  margin-top: 0px;
  color: #2A3057;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.login_wrap .login_welcome .slogn h3 span {
  color: #1e428b;
}
.login_wrap .login_welcome .slogn h3 {
  position: relative;
}
.login_wrap .login_welcome .slogn h3::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/loginstar.svg);
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.login_wrap .login_welcome .slogn p {
  text-align: center;
  color: #39383E;
}
.login_wrap .login_item {
  margin-top: 40px;
  width: 40%;
  background-color: rgba(255, 255, 255, 0.8862745098);
  position: relative;
  border-radius: 20px;
  z-index: 9;
  padding: 50px 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}
@media (max-width: 1024px) {
  .login_wrap .login_item {
    width: 100%;
  }
}
.login_wrap .login_item h1 {
  font-size: 24px;
  letter-spacing: 2px;
  color: #3D67B9;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.login_wrap .login_item h1::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80px;
  height: 4px;
  background-color: #EED48F;
}
.login_wrap .login_item .input-group label i {
  font-size: 35px;
  color: #3D67B9;
}
.login_wrap .login_item .login_tool_bar label {
  color: #909090;
}
.login_wrap .login_item .login_tool_bar a {
  color: #909090;
  text-decoration: none;
}
.login_wrap .login_item .orline {
  padding: 20px;
  text-align: center;
  position: relative;
}
.login_wrap .login_item .orline span {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 5px 12px;
}
.login_wrap .login_item .orline::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ddd, transparent);
}
.login_wrap .login_item .btn-ghost {
  width: 100%;
  color: #3D67B9;
  background-color: #ffffff;
  border-radius: 200px;
  border: 1px solid #3D67B9;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.login_wrap .login_item .login-btnbar button {
  width: 100%;
  background-color: #3D67B9;
  color: #ffffff;
  border-radius: 200px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.login_wrap .login_item .login-btnbar button i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  font-size: 25px;
  color: #ffffff;
}
.login_wrap .loginbackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.login_wrap .copyright {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 12px;
  color: #ffffff;
  font-size: 14px;
}
.login_wrap .copyright a {
  color: #ffffff;
  text-decoration: none;
}

.showpsw {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 10;
  transform: translate(0, -50%);
  color: #39383E;
}/*# sourceMappingURL=login.css.map */