:root {
    /* Added based on new_landing_guide.md 9.3 */
    --bg: #ffffff;
    /* Inferred from body background */
    --bd: #dddddd;
    /* Inferred from input borders */
    --bp: #234c80;
    /* Inferred from section backgrounds */
}
#order-form {
    input#customerPhone {
        background: url(/assets-main/png/flag/italy-16x16-32999.png) no-repeat scroll 10px 12px white;
    }
    input#customerPhone, input#customerName {
        border: 1px solid #b0d4e1;
    }
}
.form { text-align: center;}
.col-sm-6 {
    text-align: right;
  }