:root {
  --input-border-color: #6C6C76;
}

.lv-login-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.lv-left-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 20px;
  border-radius: 4px;
  box-sizing: border-box;

  &.form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
  }
}

.lv-username-info-content {
  display: flex;
  column-gap: 8px;
  max-width: 200px;
  box-sizing: border-box;
}

.lv-user-info-icon {
  color: var(--linkcolor);
  cursor: pointer;

  &:hover {
    color: rgba(69, 143, 255, 1);
  }
}

.password-container {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  cursor: pointer;
}

.lv-center-button {
  display: flex;
  justify-content: center;

  &.error-page {
    margin-top: 8px;
  }
}

.lv-passwort-vergessen {
  padding: 6px 12px;
  color: var(--linkcolor);
  align-self: center;
  text-decoration: none;
}

.lv-passwort-vergessen-wrapper {
  display: flex;
  flex-direction: column;
}

.lv-horizontal-line {
  border-bottom: none;
  width: 100%;
}

.lv-init-password-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  border-radius: 4px;
  padding: 24px;
  box-sizing: border-box;
}

.lv-zum-login {
  padding: 6px 12px;
  color: var(--linkcolor);
  text-decoration: none;
}

.lv-text-icon-abstand-left {
  margin-left: 8px;
}

.lv-text-icon-abstand-right {
  margin-right: 8px;
}

.lv-strong {
  font-weight: bolder;
}

.lv-italic {
  font-style: italic;
}

.lv-list-description {
  padding-inline-start: 20px;
}

li:not(:last-child) {
  margin-bottom: 10px;
}
