/**
 * Main entry
 * This file will be updated periodically by the maintainers,
 * if you modify it check the version changes before opening an issue.
 *
 * For your custom styles use the 'custom' folder,
 * import your scss using './custom/_custom.scss'.
 */
/**
 * Custom bootstrap-italia variables
 * Use as reference:
 *   - node_modules/bootstrap/scss/_variables.scss
 *   - node_modules/bootstrap/scss/maps
 *   - node_modules/bootstrap-italia/src/scss/_variables.scss
 * Example:
 *
 *  $spacers: map-merge($spacers, (
 *    6: $spacer * 6,
 *  ));
 *
 * This file is automatically imported into '_bootstrap-italia.scss'.
 */
/**
 * Custom bootstrap-italia configuration override.
 * Use as reference: node_modules/bootstrap-italia/src/scss/_variables.scss
 * For primary colors see: _colors_vars.scss
 *
 * This file is automatically imported into 'theme.scss'.
 */
/* EXAMPLE */
/*
  // Header center
  $header-center-text-color: $dark;
  $header-center-h2-size: 1.313rem;
  $header-center-h2-size-mob: 0.875rem;
  $header-center-h2-weight: 700;
  $header-center-h3-size: 1.313rem;
  $header-center-icon-size-mob: 58px;
  $header-center-icon-margin-mob: 15px;
  $header-center-search-icon-size: $v-gap * 2;
*/
/**
 * Main custom SCSS
 * Use this folder and file to manage your custom styles.
 */
/**
 * SCSS example file.
 */
#edit-openid-connect-client-cdn-auth-server-login {
  background-color: var(--bs-link-color);
  color: white;
  margin-bottom: 2rem;
}

.btn-primary {
  background-color: #0a5b9b !important;
  border-color: #0a5b9b !important;
}

.btn-primary:hover, .btn-primary:focus-visible {
  background-color: #074b7e !important;
  border-color: #074b7e !important;
}

/*# sourceMappingURL=theme.css.map */
