body { font-family:'Roboto',sans-serif; background:#eee; }
footer { border-top:1px solid 222; }

/* placholder text */
::placeholder { color:#bbb !important; font-style:italic !important; }

/* bootstrap overrides */
.form-label { color:#666; margin-bottom:0; }

/* parsely validation classes */
.parsley-errors-list { color:#f00; font-size:.85em; }
.parsley-error { background-color:#FFEBEE; }
.parsley-success { background-color:#E8F5E9; }

/* scroll back to top */
#scrolltotop { position:fixed; bottom:20px; right:20px; display:none; }
