.form-check-input:checked {
    background-color: #00bce4;
    border-color: #00bce4;
}

.form-check-input{
    background-size: 1.8rem 1.8rem;
    
    height: 1.5em;
    margin-top: .25em;
}

.form-switch .form-check-input {
    width: 3em;
    margin-left: -2.5em;
}

.form-check-label {
    line-height: 2;
}

.form-switch .form-check-input:checked{
    background-position: 1.3rem center;

}

.form-switch .form-check-input{
    background-position: calc(100% - 1.2rem) center;

}