@media (min-width: 768px) {
}
@media (max-width: 768px) {
  .main {
    width: 100%;
    overflow: hidden;
  }
  .header {
    margin: auto;
    width: 100%;
    height: 5.63rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.94rem;
    box-sizing: border-box;
  }
  .header-logo {
    display: none;
  }
  .phone_logo {
    display: block;
  }
  .phone_more {
    display: block !important;
  }
  .phone_contact_number {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.13rem;
    color: #16181a;
  }
  .phone_contact_number p {
    margin: 0 1.88rem 0 0.44rem;
  }
  .login_box {
    display: none;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.font_size_40 {
  font-size: 2.5rem;
  color: #434343;
  font-weight: bold;
}
.login_bg {
  width: 100%;
  height: 48rem;
  background: url(/static/img/login/login_bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.login_box {
  width: 28rem;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 10px 0px rgba(159, 167, 182, 0.3);
  border-radius: 1.25rem;
  position: absolute;
  right: 18.75rem;
  top: 13.13rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}
.login-form {
  width: 100%;
}
.login_title {
  font-weight: 500;
  font-size: 1.75rem;
  color: #16181a;
  text-align: left;
  margin-bottom: 2.5rem;
}
.login_img {
  margin-left: 10px;
  margin-top: 10px;
  position:absolute;
}
.register_box {
  margin-top: 40px;
}
.el-input-wrapper {
  position: relative;
}
.el-input-wrapper:not(:last-child) {
  margin-bottom: 1.88rem;
}

.el-input__inner {
  width: 100%;
  height: 40px;
  padding-left: 36px;
  border-radius: 0.31rem;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
}
.el-input__inner::placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.el-input__inner:placeholder-shown {
  border-color: #C0C4CC;
}
.el-input__inner:focus {
  border-color: #0080ff;
}
.el-input__inner:hover {
  border-color: #C0C4CC;
}
.el-input__inner:focus-visible,
.el-input__inner:focus {
  outline: none;
  border-color: #0080ff;
}


.remember_box {
  display: flex;
  justify-content: space-between;
  margin: 1.25rem 0;
}
.remember_label {
  color: #2B2F33;
  display: inline-block;
  line-height: 19px;
  font-size: 14px;
}
.forget_password {
  color: #0080ff;
  cursor: pointer;
}
.register {
  color: #0080ff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .login_bg {
    position: static;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
  }
  .login_box {
    width: 100%;
    position: static;
    padding: 15px;
  }
  .login_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
}
