/* Buttons */
/* magic link */
.itsec-pwls-login__fields a.itsec-pwls-login__link,

/* MFA Subit */
#itsec-2fa #submit,

/* setup */
.itsec-screen__actions .itsec-screen__actions--skip,
.itsec-screen__actions .itsec-screen__actions--continue,

.itsec-screen__actions .itsec-screen__actions--download,
.itsec-screen__actions .itsec-screen__actions--back,
.itsec-screen__actions .itsec-screen__actions--cancel,

.itsec-screen__content .itsec-totp__regenerate-secret,

/* MFA device buttons */
.itsec-screen__content .itsec-totp__device-switcher-button--ios,
.itsec-screen__content .itsec-totp__device-switcher-button--android {

    background: transparent;
    color: inherit;
    border-color: inherit;

    height: auto !important;

    text-align: center !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 0.75rem !important;
    text-decoration: none !important;

    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;

    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 12px !important;

    border-radius: 0.25rem !important;
    border-width: 2px !important;
    border-style: solid !important
}

#itsec-2fa #submit,
.itsec-screen__actions .itsec-screen__actions--download,
.itsec-screen__actions .itsec-screen__actions--back,
.itsec-screen__actions .itsec-screen__actions--cancel,
.itsec-screen__content .itsec-totp__regenerate-secret,
.itsec-screen__content .itsec-totp__device-switcher-button--ios,
.itsec-screen__content .itsec-totp__device-switcher-button--android,
.itsec-screen__actions .itsec-screen__actions--skip,
.itsec-screen__actions .itsec-screen__actions--continue {
    width: 100%;
}

/* MFA Setup */
.button.button-primary.button-large.itsec-totp__device-switcher-button--ios,
.button.button-primary.button-large.itsec-totp__device-switcher-button--android {
    color: #a7aaad !important;
    background: #f6f7f7 !important;
    border-color: #dcdcde !important;
    box-shadow: none !important;
    text-shadow: none !important;
    cursor: default;
}

.itsec-totp__device-switcher {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* backup Codes Download */
.itsec-screen__actions-primary {
    float: none !important;
}