.login-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
    circle,
    rgba(95, 64, 147, 1) 0%,
    rgba(50, 116, 240, 1) 80%
  );
  width: 100%;
  height: 100vh;
}

.login-left-side {
  position: relative;
  display: flex;
  justify-content: center;
  width: 55%;
  max-width: 816px;
  height: 100%;
}

/*.back-image{
  width: 100%;
}*/

.newgo-icon {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 164px;
  height: 41px;
}

.left-side-texts {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(50, 116, 240, 0.925) 60%
  );
}

.adjust-left-side-texts {
  position: absolute;
  bottom: 40px;
  width: 100%;
  padding: 40px;
}

.adjust-left-side-texts h2 {
  font-size: 4rem;
  color: white;
}

.adjust-left-side-texts p {
  font-size: 1.8rem;
  color: var(--neutral-200);
}

.login-right-side {
  position: relative;
  display: flex;
  flex: 1;
  height: 100%;
  background-color: white;
  align-items: center;
  justify-content: center;
}

.adjust-right-side {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 32px;
}

.adjust-right-side h2 {
  font-size: 4rem;
  font-weight: 600;
  color: var(--neutral-800);
}

.adjust-right-side form {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.adjust-right-side form p {
  gap: 5px;
}

.adjust-right-side form p label {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--neutral-700);
}

.adjust-button {
  width: 100%;
  margin-top: 32px;
}

.reset-password-container {
  margin-left: auto;
  margin-top: 8px;
}

.inputs-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#login-form {
  margin-top: 40px;
}

.login-title {
  color: var(--neutral-neutral-800, #464646);
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.login-description {
  align-self: stretch;
  color: var(--neutral-neutral-400, #989898);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
