/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.iti__flag {background-image: url("../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../img/flags@2x.png");}
}

#ccspro-error{
  color:  red;
}