.button-saml {
  color: transparent !important;
}

.button-saml:after {
  color: white;
  content: "Okta";
  margin-left: -40px;
}
#new_user {
  display: none;
}
#new_user:target {
  display: block;
}

