/* Button outline on "Set up Authenticator app" and "Set up Passkey" */
button[data-testid="otp/create"],
button[data-testid="webauthn/create"] {
    /* border: 1px solid var(--pf-global--primary-color--dark-100); */
	border: 1px solid black;
	background-color: green !important;
	color: white !important;
	font-size: 1.2rem;
}

/* Hide "Change password" button and date-information as it's not relevant here */
#cred-password-id button[data-testrole="update"],
#cred-password-id div[data-testrole="created-at"] {
    visibility: hidden;
}
