/**
 * 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;
}
/* end of file "cb2fa-public.css" */
