/**
 * @file
 * Cahoot login page styles.
 */

/* Visitor redirect message on login page */
.visitor-redirect {
  margin-top: 2rem;
  padding: 1.25rem;
  text-align: center;
  border-top: 1px solid #e5e7eb;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.visitor-redirect p {
  margin: 0 0 0.5rem 0;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.5;
}

.visitor-redirect p:last-child {
  margin-bottom: 0;
}

.visitor-redirect a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

.visitor-redirect a:hover {
  text-decoration: underline;
}

/* Forgot password link - modern, subtle styling */
body.gin-login .forgot-password-link,
body.gin-login a.forgot-password-link,
body.gin-login .user-form-page .forgot-password-link {
  display: block !important;
  width: 100%;
  text-align: center !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  color: #6b7280;
  font-size: 0.875rem;
  transition: color 0.15s ease;
}

body.gin-login .forgot-password-link:hover,
body.gin-login a.forgot-password-link:hover {
  color: var(--gin-color-primary, #2563eb);
  text-decoration: underline !important;
}
