.togglebutton label input[type=checkbox]:checked+.toggle.account-activation {
    background-color: #4CAF50 !important;
}
.togglebutton label input[type=checkbox]:checked+.toggle.account-activation:after {
    border-color: #4CAF50 !important;
}
.togglebutton label .toggle.account-activation, .togglebutton label input[type=checkbox][disabled]+.toggle.account-activation {
    background-color: #F44336 !important;
   
}
.togglebutton label .toggle.account-activation:after {
     border: 1px solid #F44336 !important;
}