



/* NUMBERS ONLY | Text Field */
/* todo control-forms? (take .wrong-input from mod-theme-form-styles) */
/* ------------------------------- */
.currency-only,
.numbers-only {

    -webkit-transition: box-shadow .2s ease-out;
    -moz-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;

    box-shadow: 0 0 10px transparent;
}
.wrong-key {
    box-shadow: 0 0 10px red;
}