.site-grid {
  background-color: #0F5132;
  background-image: none;
}
.container-header {
  background-color: #0F5132;
  background-image: none;
}
.container-sidebar-right {
  background-color: #0F5132;
  background-image: none;
}

.container-component {
  background-color: #0F5132;
}

.lista-titolo {
background-color: #0F5132;
}

.lista-verdescuro {
background-color: #7EAD52;
}

.lista-verdechiaro {
background-color: #5C8C2E;
}

.registration-form {
background-color: DarkSeaGreen;
color: red;
}

.lista-scuro {
background-color: gainsboro;
}

.lista-chiaro {
background-color: whitesmoke;
}

.formControlLabel {
color: DarkSeaGreen;
}

.sfondo-homepage {
color: DarkSeaGreen;
}

@font-face {
font-family: 'Fredericka';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local(''),
url('../fonts/fredericka-the-great-v21-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
font-family: 'archisticobold';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local(''),
url('../fonts/Archistico_Bold-webfont.woff') format('woff');
}

@font-face {
font-family: 'FFF_Tusj';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local(''),
url('../fonts/FFF_Tusj.woff') format('woff');
}

p, div {
    font-family: "Trebuchet MS";
}

h1, h2 {
  font-family: 'archisticobold';
  color: DarkSeaGreen;	/* i titoli del form devono essere chiari perché hanno lo sfondo verde */
}

.form-iBet {
padding: 5px;	/* per distanziare i campi dal bordo del form */
}

.form-iBet h1, .form-iBet h2 {
color: DarkSeaGreen;	/* i titoli del form devono essere chiari perché hanno lo sfondo verde */
}

.iBet-registration-form h1,
.iBet-registration-form h2 {
color: #0F5132;	/* i titoli del form devono essere chiari perché hanno lo sfondo verde */
}
.iBet-registration-form label {
color: #0F5132;	/* i titoli del form devono essere chiari perché hanno lo sfondo verde */
text-align: right;
}



