/* Theme.find_or_create_by(name: "Odido", stylesheet: "odido", fonts: "Cedarville+Cursive;Dancing+Script;Doto;Kablammo;Arial", published: true, name_en: "Odido") */
main .content {
  background-color: #ecf2ff !important;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

main .content .tiles {
  background-color: white !important;

}

.button.is--primary,
button[type="submit"],
input[type=submit].is--primary {
  background-color: #1b5ee4;
}

.button.is--primary-outlined {
  border-color: #1b5ee4;;
  color: #1b5ee4;;
  background-color: transparent;
}


.button.is--primary-outlined:hover {
  border-color: #1956d0;
  color: white !important;
  background-color: #1956d0  !important;
}

form .field .label, .form .field .label {
  background: #ecf2ff
}

.tiles .field .label, .form .field .label {
  background: white;
}
