/* Fan30Tech | Welcome and test gate scoped fixes | Version: v104 */

/* Remove the two decorative corner circles from the welcome visual panel. */
.welcome-visual::before,
.welcome-visual::after {
  display: none !important;
  content: none !important;
}

/* Keep the welcome CTA flat and match its arrow size to the test-gate button. */
.primary-button,
.primary-button:hover,
.primary-button:active,
.primary-button:focus-visible {
  box-shadow: none !important;
}

.primary-button .fa-arrow-left {
  font-size: inherit;
}

/* Remove decorative showcase circles from the test-gate visual panel. */
.login-showcase::before,
.login-showcase::after {
  display: none !important;
  content: none !important;
}

/* Keep the test-gate submit button flat in every interaction state. */
.submit-button,
.submit-button:hover,
.submit-button:active,
.submit-button:focus-visible {
  box-shadow: none !important;
}
