body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  background-image: url("../images/login/bg@2x.png");
}

.login-content {
  /* position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%); */
  max-width: 1200px;
  /* min-height: 670px; */
}

.left-wrap {
  padding: 5%;
  background: #fff;
}

h4 {
  margin-bottom: 60px;
}

.description {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 14px;
  color: #999;
}

.login-form {
  width: 80%;
}

.login-input {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 10px 15px;
  border: 1px solid #d8d8d8;
}

.login-input .psw-show-btn {
  display: block;
  width: 20px;
  margin-left: 12px;
  cursor: pointer;
}

.input-active {
  border-left: 2px solid #1875F0;
}

.login-input input {
  flex: 1;
  font-size: 16px;
  border: none;
}

.r-btn {
  font-size: 15px;
}

.login-form .btn {
  width: 100%;
  margin-top: 50px; 
}

.login-form .tips {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.right-wrap {
  padding: 0;
}

.right-wrap img {
  width: 100%;
}

@media (max-width: 992px) {
  body {
    display: block;
  }

  .login-form {
    width: 100%;
  }
}

#forget_password {
  position: absolute;
  width: 500px;
  height: 300px;
  background-color: #fbfbfb;
  border: 1px solid #cbcaca;
  border-radius: 25px;
  box-shadow: 5px 5px 20px #888888
}

#forget_password_btn {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

#forget_password_btn button {
  width: 150px;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  line-height: 1.5;
  color: #dc3545;
}