.form-outline {
    display: flex;
    align-items: center;
}

/* Toggle Buttons */
.form-switch .form-check-input {
    margin-right: 0 !important;
}

.form-switch .form-check-input.auth-method-toggle {
    background-color: #a860bd !important;
}

.form-switch .form-check-input:focus:before {
    transform: scale(0) !important;
}

.form-switch .form-check-input:after {
    background-color: white !important;
}

.form-check-input[type=checkbox]:checked {
    background-color: #1b75bb !important;
}

.form-check-input[type=checkbox]:checked.yes-no-toggle {
    background-color: #70AE6E !important;
}

