@charset "UTF-8";
.all {
  width: 700px;
  margin: auto;
  margin-top: 3%;
  display: flex;
  border-radius: 30px;
  background-color: rgba(202, 221, 254, 0.2);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 500px;
}

.log {
  width: 450px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px; /* 圆角 */
  backdrop-filter: blur(10px); /* 磨砂玻璃效果 */
  -webkit-backdrop-filter: blur(10px); /* 支持Safari */
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto; /* 居中 */
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.log .el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.log .el-input {
  width: 100%;
}

.log .reg {
  width: 50%;
  height: 100%;
  margin: auto;
  background-color: #20b2aa;
  border-radius: 35px;
  color: #ffffff;
}

.log .reg_1 {
  text-align: center;
  margin: auto;
  margin-top: 50%;
}

.log .reg_1 h2 {
  font-weight: 700;
}

.log .reg_1 p {
  margin: 15px 0px 25px 0px;
}

.log .sig {
  width: 70px;
  height: 30px;
  border-radius: 12px;
  background-color: #6653e8;
  border-color: #fff;
  color: #ffffff;
}

.log #tiao {
  padding: 0em 0;
}

.log .login-btn {
  width: 100%;
}

.log .reg_1 a {
  color: #ffffff;
}

.log h3 {
  font-size: 2em;
  color: #fff;
  padding-bottom: 1em;
  margin: 0;
  text-align: center;
}

.log .input {
  margin: 10px 0px;
  width: 400px;
  height: 70px;
  display: flex;
}

.log .input span {
  width: 50px;
}

.log .input input {
  flex: 1;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0px 15px;
  border: none;
  font-size: 0.8rem;
}

.log .ll {
  border: 1px solid #555;
  outline-color: #fd9f3e;
  width: 90%;
  font-size: 1em;
  padding: 0.5em;
  line-height: inherit;
}

.log .register-top-grid {
  color: black;
  padding-bottom: 1em;
  text-align: center;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.log .text-center {
  text-align: center;
}

.log .text-center input {
  width: 430px;
  border-radius: 5px;
  background-color: #6653e8;
  border: none;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.log .text-center input:hover {
  background-color: #7a66ff;
}

.log .zhuce {
  border: none;
  font-size: 10px;
  color: rgb(255, 253, 253);
  width: 80px;
  height: 35px;
  background-color: rgb(241, 52, 10);
}

.log .loginbei {
  background-image: url("../images/background.png");
  background-size: cover;
}

.log .huan {
  text-align: center;
  color: #fff;
  margin-top: 5%;
  font-size: 3em;
  letter-spacing: 2px;
}

.log .el-form-item__label {
  color: #fff;
}

.log .el-input__inner:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.log .login-form {
  display: flex;
  flex-direction: column;
}



/*# sourceMappingURL=login.css.map */
