.form-check-input:checked {
    background-color: #00bce4;
    border-color: #00bce4;
}

.form-check-input{
    background-size: 1.3rem 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: 1rem center;

}

.form-switch .form-check-input{
    background-position: calc(100% - 0.9rem) center;

}

.form-check-input:focus{
    box-shadow: none;
}

