html.gea .wrapper {
  background: #f3f3f3;
}

html.gea .container {
  padding: 60px 0;
}

html.gea .img_title {
  height: 150px;
}

html.gea form input {
  border-color: #97cb54;
  color: #3cb3e4;
}

html.gea form input::placeholder,
html.gea form strong,
html.gea form div,
html.gea #errore,
html.gea #successo {
  color: #3cb3e4 !important;
}

html.gea #lingue a {
  border-color: #97cb54;
}

html.gea #login-button {
  background-color: #3cb3e4;
  color: #f3f3f3;
}

html.gea #errore a,
html.gea #errore a:hover {
  background-color: #3cb3e4;
  color: #fff;
}