.btn {
  padding: 0.3125rem 0.75rem 0.25rem;
}

.btn-primary {
  background-color: var(--ois-color-brand);
  border: 1px solid var(--ois-color-brand);
  border-radius: var(--ois-radius-sm);
  box-shadow: none !important;
  color: var(--ois-color-surface-elevated);
  text-align: center;
}
.btn-primary:hover {
  background-color: var(--ois-color-brand-hover);
  border-color: var(--ois-color-brand-hover);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2) !important;
}
.btn-primary:active, .btn-primary:focus {
  background-color: var(--ois-color-brand) !important;
  border-color: var(--ois-color-brand) !important;
  color: var(--ois-color-surface-elevated);
}

.btn-secondary {
  border: 1px solid var(--ois-color-brand);
  border-radius: var(--ois-radius-sm);
  color: var(--ois-color-brand);
  text-align: center;
}
.btn-secondary:hover {
  background-color: var(--ois-color-surface-elevated);
  border-color: var(--ois-color-brand);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  color: inherit;
}
.btn-secondary:active {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}

.card-header {
  align-content: center;
  background-color: var(--ois-color-brand);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--ois-radius-md) var(--ois-radius-md) 0 0;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.12);
  color: var(--ois-color-on-brand);
  min-height: var(--ois-min-height-card-header);
  position: relative;
}
.card-header .glyphicon {
  color: inherit;
}
.card-header .logo {
  background: transparent url("img/OS-logo-single-white.svg") center/65% no-repeat;
  inset: 0;
  margin: auto;
  position: absolute;
}

.login-page .row {
  align-items: center;
  display: flex;
  justify-content: center;
}
.login-page .row a {
  padding: 0.625rem;
}
.login-page .col-sm-5 {
  max-width: none;
}
.login-page .card {
  background-color: var(--ois-color-surface);
  border: 1px solid var(--ois-color-border);
  border-radius: var(--ois-radius-md);
  box-shadow: 0 0 0.4375rem rgba(0, 0, 0, 0.2);
  margin: auto;
}
.login-page .main-screen {
  margin: var(--ois-space-xl) var(--ois-space-xl) 0;
  min-height: var(--ois-min-height-main-screen);
}
.login-page .screen-title {
  color: var(--ois-color-text);
  height: 1.5rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.login-page .screen-title h4 {
  margin-bottom: 0;
}
.login-page .main-screen-form {
  line-height: 0;
}
.login-page .button-panel {
  height: 1.5rem;
  margin-bottom: var(--ois-space-lg);
  max-width: 15.625rem;
  width: 100%;
}
.login-page .form-check-input {
  margin-top: 0;
}
.login-page .form-group label {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.login-page .btn-primary {
  float: left;
}
.login-page .btn-secondary {
  margin-left: var(--ois-space-lg);
}
.login-page .btn,
.login-page button {
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.page-consent,
.page-device-confirmation,
.ciba-consent {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  width: 100%;
}
.page-consent .lead,
.page-device-confirmation .lead,
.ciba-consent .lead {
  margin-bottom: var(--ois-space-lg);
}
.page-consent .lead h1,
.page-device-confirmation .lead h1,
.ciba-consent .lead h1 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: var(--ois-space-sm);
}
.page-consent .lead h1 small,
.page-device-confirmation .lead h1 small,
.ciba-consent .lead h1 small {
  color: var(--ois-color-muted);
  font-size: inherit;
  font-weight: 400;
}
.page-consent .lead h3,
.page-device-confirmation .lead h3,
.ciba-consent .lead h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: var(--ois-space-sm);
}
.page-consent .lead p,
.page-device-confirmation .lead p,
.ciba-consent .lead p {
  color: var(--ois-color-muted);
  font-size: 0.9375rem;
  margin-bottom: var(--ois-space-sm);
}
.page-consent .lead p:last-child,
.page-device-confirmation .lead p:last-child,
.ciba-consent .lead p:last-child {
  margin-bottom: 0;
}
.page-consent > .row,
.page-consent form > .row:not(:last-child),
.page-device-confirmation > .row,
.page-device-confirmation form > .row:not(:last-child),
.ciba-consent > .row,
.ciba-consent form > .row:not(:last-child) {
  margin-left: 0;
  margin-right: 0;
}
.page-consent > .row > [class*=col-],
.page-consent form > .row:not(:last-child) > [class*=col-],
.page-device-confirmation > .row > [class*=col-],
.page-device-confirmation form > .row:not(:last-child) > [class*=col-],
.ciba-consent > .row > [class*=col-],
.ciba-consent form > .row:not(:last-child) > [class*=col-] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-consent .card,
.page-device-confirmation .card,
.ciba-consent .card {
  border-color: var(--ois-color-border);
  margin-bottom: var(--ois-space-md);
}
.page-consent .card-header,
.page-device-confirmation .card-header,
.ciba-consent .card-header {
  font-size: 0.9375rem;
  font-weight: 600;
  min-height: auto;
  padding: 0.625rem 1rem;
}
.page-consent .list-group-item,
.page-device-confirmation .list-group-item,
.ciba-consent .list-group-item {
  font-size: 0.9375rem;
}
.page-consent .list-group-item label,
.page-device-confirmation .list-group-item label,
.ciba-consent .list-group-item label {
  letter-spacing: normal;
  margin-bottom: 0;
  text-transform: none;
}
.page-consent .list-group-item label strong,
.page-device-confirmation .list-group-item label strong,
.ciba-consent .list-group-item label strong {
  font-weight: 600;
}
.page-consent .list-group-item em,
.page-device-confirmation .list-group-item em,
.ciba-consent .list-group-item em {
  color: var(--ois-color-muted);
  font-size: 0.875rem;
}
.page-consent .consent-description,
.page-device-confirmation .consent-description,
.ciba-consent .consent-description {
  margin-top: var(--ois-space-xs);
  padding-left: 1.375rem;
}
.page-consent .consent-description label,
.page-device-confirmation .consent-description label,
.ciba-consent .consent-description label {
  color: var(--ois-color-muted);
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.4;
  margin-bottom: 0;
  text-transform: none;
}
.page-consent .form-check-label,
.page-device-confirmation .form-check-label,
.ciba-consent .form-check-label {
  font-size: 0.9375rem;
  letter-spacing: normal;
  text-transform: none;
}
.page-consent .form-check-label strong,
.page-device-confirmation .form-check-label strong,
.ciba-consent .form-check-label strong {
  font-weight: 500;
}
.page-consent .client-info-link,
.page-device-confirmation .client-info-link,
.ciba-consent .client-info-link {
  background-color: var(--ois-color-surface);
  border: 1px solid var(--ois-color-border);
  border-radius: var(--ois-radius-md);
  margin-bottom: var(--ois-space-lg);
  padding: var(--ois-space-sm) var(--ois-space-md);
}
.page-consent .client-info-link a,
.page-device-confirmation .client-info-link a,
.ciba-consent .client-info-link a {
  align-items: center;
  color: var(--ois-color-brand);
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 500;
  gap: var(--ois-space-xs);
  text-decoration: none;
}
.page-consent .client-info-link a:hover,
.page-device-confirmation .client-info-link a:hover,
.ciba-consent .client-info-link a:hover {
  color: var(--ois-color-brand-hover);
  text-decoration: underline;
}
.page-consent .client-info-link a .glyphicon,
.page-device-confirmation .client-info-link a .glyphicon,
.ciba-consent .client-info-link a .glyphicon {
  font-size: 0.8125rem;
  top: 0;
}
.page-consent .client-info-link__hint,
.page-device-confirmation .client-info-link__hint,
.ciba-consent .client-info-link__hint {
  color: var(--ois-color-muted);
  display: block;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-top: var(--ois-space-xs);
}
.page-consent .consent-actions,
.page-device-confirmation .consent-actions,
.ciba-consent .consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ois-space-md);
  margin-left: 0;
  margin-right: 0;
  margin-top: var(--ois-space-lg);
}
.page-consent .consent-actions > [class*=col-],
.page-device-confirmation .consent-actions > [class*=col-],
.ciba-consent .consent-actions > [class*=col-] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ois-space-md);
  max-width: 100%;
  padding: 0;
}
.page-consent .btn-primary,
.page-consent .btn-secondary,
.page-device-confirmation .btn-primary,
.page-device-confirmation .btn-secondary,
.ciba-consent .btn-primary,
.ciba-consent .btn-secondary {
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
}

.alert {
  border-radius: 0 0 var(--ois-radius-md) var(--ois-radius-md);
  margin-bottom: 0;
  min-height: var(--ois-min-height-alert);
  padding: 0.625rem;
  text-align: left;
  width: 100%;
}
.alert p {
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
}
.alert label {
  letter-spacing: 0;
  text-align: left;
}
.alert ul {
  list-style-type: none;
  margin-bottom: 0.3125rem;
  margin-right: var(--ois-space-sm);
  padding-inline-start: 0;
  text-align: left;
}

.alert-success {
  background-color: var(--ois-color-success-bg);
  border: 1px solid var(--ois-color-success-border);
  border-radius: 0 0 var(--ois-radius-md) var(--ois-radius-md);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  color: var(--ois-color-success-text);
  display: inline-block;
}

.alert-danger {
  background-color: var(--ois-color-danger-bg);
  border: 1px solid var(--ois-color-danger-border);
  border-radius: 0 0 var(--ois-radius-md) var(--ois-radius-md);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  color: var(--ois-color-danger-text);
}

.alert-warning {
  background-color: var(--ois-color-warning-bg);
  border: 1px solid var(--ois-color-warning-border);
  border-radius: 0 0 var(--ois-radius-md) var(--ois-radius-md);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  color: var(--ois-color-text);
}

.whole-page-header {
  align-items: center;
  background-color: var(--ois-color-brand);
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.12);
  display: flex;
  height: 2.5rem;
  width: 100%;
}
.whole-page-header img {
  height: 1.625rem;
  margin-left: 2rem;
  width: auto;
}

.headerbox {
  align-items: center;
  border-left: 1px solid var(--ois-color-surface-elevated);
  color: var(--ois-color-surface-elevated);
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  height: 2.5625rem;
  justify-content: center;
  line-height: 1.375rem;
  margin-right: auto;
  margin-top: 0.5rem;
  text-align: center;
  width: 11.25rem;
}

.logged-out-page {
  background-color: var(--ois-color-surface-elevated);
  width: 100%;
}

.error-page {
  width: 100%;
}/*# sourceMappingURL=bux.css.map */