#loginView.domain-login-layout .login-card h1,
#loginView.domain-login-layout .login-card h2 {
  color: #102b4e !important;
  opacity: 1 !important;
}

#loginView.domain-login-layout .button-primary {
  background: var(--domain-login-primary, #1f4b99) !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

#loginView.domain-login-layout .button-primary:disabled {
  background: var(--domain-login-primary, #1f4b99) !important;
  color: #ffffff !important;
  opacity: .65 !important;
}

#loginView.domain-login-layout input {
  background: #ffffff !important;
}

.identity-delete-button {
  margin-top: 8px;
}

.upload-card .identity-delete-button {
  width: fit-content;
}
