/* start src: ErrorView.vue */

body {
  background-color: #e0f7fa; /* Light blue tone for background */
}

/* end src: ErrorView.vue */

/* start src: NotFoundView.vue */

body {
  background-color: #e0f7fa; /* Light blue tone for background */
}

/* end src: NotFoundView.vue */

/* start src: SignaturePinDialog.vue */

body {
  background-color: #e0f7fa; /* Light blue tone for background */
}

/* end src: SignaturePinDialog.vue */

/* start src: SignDocumentsPage.vue */

body {
  --off-background-color: #e0f7fa; /* Light blue tone for background */
}
a.signingAppLink {
  color: white;
  text-decoration: none;
}
a.signingAppLink:visited {
  color: white;
  text-decoration: none;
}
a.signingAppLink:hover {
  color: white;
  text-decoration: underline;
}

/* end src: SignDocumentsPage.vue */

/* start src: RootPage.vue */

body {
  background-color: #e0f7fa; /* Light blue tone for background */
}

/* end src: RootPage.vue */

/* start src: CertificateActivationPage.vue */

body {
  background-color: #e0f7fa; /* Light blue tone for background */
}

/* end src: CertificateActivationPage.vue */

/* start src: CertificateRevocationPage.vue */

body {
  background-color: #e0f7fa; /* Light blue tone for background */
}

/* end src: CertificateRevocationPage.vue */

/* start src: PinFormPage.vue */

body {
  background-color: #e0f7fa; /* Light blue tone for background */
}

/* end src: PinFormPage.vue */

/* start src: TriBullet.vue */

/* end src: TriBullet.vue */

