.login-page {
  position: relative;
  min-height: 100vh;
}

.login-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.login-screen img {
  width: 100%;
  height: auto;
}

.login-page .logo {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 3;
}

.content {
  padding: 50px;
}

.form h1 {
  font-family: var(--font-Poppins);
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: -2px;
  color: var(--blue-color);
}
.form p {
  font-family: var(--font-Poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: var(--dark-gray-color);
}
.form .form-inputs label {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #292930;
}
.form .form-inputs .oublie {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin: 40px 0 40px 0;
}

.form .form-inputs .oublie a {
  text-decoration: none;
  color: var(--blue-color);
}

.form .form-inputs .login-btn {
  font-family: var(--font-Poppins);
  font-weight: 700;
  font-size: 16px;
  line-height: 70px;
  text-transform: capitalize;
  width: 100%;
  height: 70px;
  background: var(--background-blue);
  border-radius: 10px;
  color: var(--white-color);
}
.form .link {
  font-family: var(--font-Poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: var(--black-color);
}
.link a {
  color: var(--blue-color);
  text-decoration: none;
}

@media screen and (max-width: 920px) {
  .content {
    padding: 20px;
  }
  .bg-image {
    display: none;
  }
}
