.toggle-wrapper {
    font-size:180%;
}

@media (max-width: 768px){
    .toggle-wrapper {
        font-size:120%;
    }
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label{
    padding:10px 16px;
}
