#kc-totp-settings-form {
    padding: 10px 14px;
    margin: 0;
}

.fnt-form-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fnt-btn-wrapper {
    display: flex;
    justify-content: center;
}

#reset-login {
    margin-top: 12px;
    background-color: #FFFFFF;
    color: #FFF;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 9.5em;
    max-width: 9.5em;
    border-radius: .5em;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.fnt-device-group-wrapper-class {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 1em;
}

.pf-v5-c-tile {
    max-width: 8em;
    width: 8em;
}
