/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .bml-signup-container { width: 41%; text-align: center; margin: 0 auto; }
 .bml-signup-container form label { width: 15%; }
 .bml-signup-container form input[type="email"] { width: 390px; background-color: #fff; border: 1px solid #78889c; padding: 0 1rem; height: 34px; line-height: 34px; }
 /*.bml-signup-container form .picker .picker-label { width: auto; }*/
 .bml-signup-container form .choose-mailing-lists .picker-checkbox { width: auto; margin-left: 2rem; }
 .bml-signup-container form .choose-mailing-lists label i { visibility: hidden; margin-left: 1rem; width: 20px; height: 20px; line-height:21px; border-radius: 50%; color: #fff; margin-top: -17px; background-color: #78889c; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
 .bml-signup-container form .choose-mailing-lists label:hover i { visibility: visible; }

 .bml-signup-container .error { color: red; }
 .bml-signup-container .success { color: green; }