.shibboleth-login {
	padding-top: 1em;
	padding-bottom: 1em;
}
.shibboleth-login a {
	font-size: clamp(1rem,2vw,1.25rem);
	line-height: clamp(1.4rem,2vw,1.75rem);
	display: inline-block;
	box-sizing: border-box;
	clear: both;
  max-width: 500px;
  min-height: 0;
  margin: 0 auto;
  padding: var(--cta-button-size, 0.875em 2.25em);
  font-family: var(--font-family-slab, "Source Serif Variable", Times, "Times New Roman", Georgia, "DejaVu Serif", serif);
  font-weight: 400;
  font-variation-settings: var(--font-reg);
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  border: solid #000 2px;
  border-color: var(--fg-d, var(--uowdf-theme-text-dark, black)) var(--fg-l, var(--uowdf-theme-text-light, white));
  border-radius: 4px;
}

.shibboleth-login a:link {
	color: var(--fg-d, var(--uowdf-theme-text-dark)) var(--fg-l, var(--uowdf-theme-text-light)) !important;
}

.shibboleth-login a:hover {
  background-color: var(--fg-d, var(--uowdf-theme-cta-dark, #007030)) var(--fg-l, var(--uowdf-theme-cta-light, #007030));
  color: var(--fg-d, var(--uowdf-theme-text-light, white)) var(--fg-l, var(--uowdf-theme-text-dark, black)) !important;
  border-color: var(--fg-d, var(--uowdf-theme-cta-dark, #007030)) var(--fg-l, var(--uowdf-theme-cta-light, #007030));
  text-shadow: none;
  text-decoration: underline !important;
  outline-width: 2px;
  outline-offset: 3px;
}