.login-message__intro {
  font-size: 20px;
  color: var(--color-grey-dark);
  font-feature-settings: 'clig' off, 'liga' off;
  font-weight: var(--font-weight-regular);
}

.login-message__application {
  font-size: 32px;
  color: var(--color-black);
  font-weight: var(--font-weight-bold);
  line-height: 44px;
}

.login-options {
  display: flex;
  justify-content: end;
}

.remember-me {
  display: flex;
  align-items: center;
}

.remember-me label {
  margin-left: 12px;
  color: var(--color-grey-dark);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.forgot-password__link.disabled {
  color: var(--color-grey-light);
  pointer-events: none;
}

.forgot-password a {
  color: var(--color-grey-dark);
  font-size: 14px;
  line-height: 20px;
  font-weight: var(--font-weight-normal);
  cursor: pointer;
}

.reset-password-text > p {
  padding: 0 1.5rem;
  font-feature-settings: 'clig' off, 'liga' off;
}

.login-message > a {
  text-decoration: none;
}

.divider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.divider {
  flex-grow: 1;
  height: 1px;
  background-color: var(--color-grey-lighter);
}

.divider-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 12px;
  font-weight: var(--font-weight-regular);
  color: var(--color-grey-dark);
  position: relative;
}

.btn-microsoft, .btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: var(--color-grey-dark);
  cursor: pointer;
}