/**
 * --------------------------------------------------
 * Pagina
 * --------------------------------------------------
**/
html, body {
  height: 100% !important;
  width: 100% !important;
  background: #FFFFFF !important;
  color: #000000 !important;
}

/**
 * --------------------------------------------------
 * Header 
 * --------------------------------------------------
**/
.it-header-wrapper.it-header-sticky.is-sticky {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05) !important;
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, .05) !important;
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05) ! important;
}

.it-header-slim-wrapper {
  background: #91081B !important;
  border-bottom: 0 !important;
}

/**
 * --------------------------------------------------
 * Main 
 * --------------------------------------------------
**/

/**
 * --------------------------------------------------
 * Forms 
 * --------------------------------------------------
**/
.input-group .input-group-text,
.input-group .input-group-append {
  border-top-color: #a3a3a3 !important;
  border-right-color: #a3a3a3 !important;
}
.form-label {
  color: #000000 !important;
  font-weight: 700 !important;;
  font-size: 16px !important;;
  cursor: text !important;;
}

.form-control,
.form-select {
  color: #000000 !important;
  border: 1px solid #a3a3a3 !important; /* #666666 */
}

.form-select {
  height: 40px !important;
}

.form-check [type=checkbox]+label,
.form-check [type=radio]+label {
  font-size: 1rem !important;
  font-weight: 400 !important;
}

/**
 * --------------------------------------------------
 * Footer 
 * --------------------------------------------------
**/
.it-footer-main {
  background-color: #202a2e !important;
}

.it-footer-small-prints {
  background-color: #202a2e !important;
}

/**
 * --------------------------------------------------
 * Back to top
 * --------------------------------------------------
**/
.back-to-top {
  color: #fff;
  border-style: solid;
  border-width: 2px;
}

/**
 * --------------------------------------------------
 * SPID 
 * --------------------------------------------------
**/
.spid-idp-button .spid-idp-button-menu li > a img {
    height: 45px !important;
}