input[type=checkbox]:not(old) + label.email-alert-toggle { padding-left: 0; background: none; }
.email-alert-toggle .switch { width: 25px; height: 4px; background: #9195A7;  display: inline-block; vertical-align: middle; border-radius: 5px; margin-right: 10px; position: relative; }
.email-alert-toggle .switch:after { position: absolute; content: ''; width: 10px; height: 10px; border-radius: 50%; background: #424f6b; top: 50%; margin-top: -5px; left: 0; transition: left .25s ease; }
.email-alert-toggle span { background: #9195a7; color: #fff; padding: 2px 10px; border-radius: 15px; transition: .2s background; }

#email_alert_toggle:checked ~ .email-alert-toggle .switch:after { left: 15px; background: #739BF5; }
#email_alert_toggle:checked ~ .email-alert-toggle span { background: #739BF5; color: #fff; }
