/**
 * Cloudbridge 2FA Public CSS
 *
 * If you want to customize this CSS, put your customizations in the file
 * "cb2fa-public-custom.css" in the same directory as this file. There is
 * a sample file provided (cb2fa_public_custom.css), that you can rename
 * and use.
 *
 * !!! THIS FILE WILL BE OVERWRITTEN WHEN UPDATING THE PLUGIN !!!
 */

h3.cb2fa-otp-site-header {
    text-align: center !important;
    margin-bottom: 1px !important;
}
h4.cb2fa-otp-plugin-header {
    text-align:center !important;
    margin-top:1px !important;
}
h5.cb2fa-error-message {
    text-align:center !important;
}
.cb2fa-center {
    text-align:center !important;
}
.cb2fa-link {
    text-decoration: none !important;
}
.cb2fa-submit-button {
    min-width: 7rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.cb2fa-factor-switches {
    margin-top: 24px !important;
    text-align: center !important;
}
.cb2fa-factor-switch-link {
    display: block !important;
    margin: 0 auto 10px auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    color: var(--accent, #0d63c8) !important;
    text-decoration: none !important;
    font: inherit !important;
    cursor: pointer !important;
    box-shadow: none !important;
}
.cb2fa-factor-switch-link:hover,
.cb2fa-factor-switch-link:focus {
    color: var(--accent-hover, #094b97) !important;
    background: none !important;
    outline: none !important;
}
/* end of file "cb2fa-public.css" */
