/* Reusable CT button styles: color and shape only */
.ct-btn-primary {
  background-color: #e64918; /* orange from login.css */
  color: #ffffff; /* match Sign In text color */
  border: none; /* remove border to match login button */
  font-size: 14px; /* align with login.css media rule */
}

.ct-btn-pill {
  border-radius: 25px; /* match login primaryAction pill */
}


