﻿.MFA-global-header {
    border-bottom: 2px solid #CED1D7;
}

.MFA-l-content-column {
    padding-bottom: 22px !important;
}


body.is-white-label .MFA-custom-flex-container {
    display: flex;
    padding: 0 32px;
    width: 407px;
    /* align-items: center; */
    gap: 10px;
    border-radius: 16px;
    background: var(--White, #FFF);
    font-family: VIC;
    margin: 44px;
    flex: none;
    flex-grow: 1;
}


    body.is-white-label .MFA-custom-flex-container .MFA-custom-p-whitelabel {
        color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding-bottom: 36px;
    }

body.is-white-label .page-title {
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Mobile/H3 */
    font-family: VIC;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 36px;
}

    body.is-white-label .page-title.page-title-with-p {
        margin-bottom: 12px;
    }

@media (max-width: 800px) {
    body.is-white-label .page-title {
        padding-top: 0px;
        margin-top: 12px;
    }
}

@media (max-width: 800px) {
    body.is-white-label .MFA-custom-flex-container {
        width: 343px;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 370px) {
    body.is-white-label .MFA-custom-flex-container {
        width: 88%;
        margin: 0;
        padding: 0;
    }
}

.MFA-custom-ctrl-holder .text {
    /* border-radius: 0px !important; */
    border: 1px solid #3C4A60
}

body.is-white-label .MFA-custom-flex-container label {
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    font-family: VIC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.MFA-custom-max-margin-top {
    margin-top: -42px;
    margin-bottom: 24px;
}

.MFA-custom-page-wrap-outer {
    background: var(--Key-Elements-Body, #ECEDEF);
}

@media (max-width: 800px) {
    .MFA-custom-page-wrap-outer {
        background: none;
    }

        .MFA-custom-page-wrap-outer .MFA-custom-footer {
            display: none;
            margin: 0;
            padding: 0;
        }
}

.MFA-custom-l-layout {
    display: flex;
    /* width: 1440px; */
    flex-direction: column;
    align-items: center;
    flex: 1 0 auto;
}

.MFA-custom-a a {
    color: var(--Key-Elements-Hyperlink-Light, #9D5B00);
}

.cta .MFA-custom-cta {
    display: flex;
    padding: 12px 36px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 2px;
    border: 1px solid var(--Primary-Orange-100, #E3710A);
    background: var(--Primary-Orange-100, #E3710A);
    color: #FFFFFF;
    width: 100%;
    font-family: VIC;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cta.MFA-custom-cta {
    background: var(--Primary-Orange-100, #E3710A) !important;
}

button.MFA-custom-cta:hover {
    background: var(--Key-Elements-Hyperlink-Dark, #9D5B00) !important;
}

.cta.MFA-custom-cta.MFA-custom-is-secondary {
    background: #FFFFFF !important;
    color: var(--Primary-Orange-100, #E3710A);
    margin-top: 16px;
    font-weight: 700;
    width: 100%;
    border-radius: 0;
    border: 1px solid var(--Primary-Orange-100, #E3710A);
    height: 50px;
    border-radius: 2px;
}

.cta.MFA-custom-is-secondary:hover {
    background: var(--Primary-Orange-25, #F8DCC2) !important;
}

.button-holder-wrapper.MFA-custom-button-holder-wrapper {
    padding-bottom: 0px;
}

.cta.MFA-custom-cta.MFA-custom-back-is-secondary {
    border: none;
    display: inline;
    padding: 12px 0;
    border-bottom: 3px solid var(--Primary-Orange-100, #E3710A);
    text-decoration: none;
    font-family: 'VIC';
    font-size: 18px;
    font-weight: 600;
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    background: none !important;
    width: none;
    padding-bottom: 2px;
}

.ctrl-holder .MFA-custom-ctrl-holder {
    margin: 24px 0;
}

.ctrl-holder .MFA-custom-privacy {
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: VIC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.ctrl-holder .MFA-custom-help-container {
    color: var(--Secondary-Blue-Grey-Blue-Grey-75, #6D7788);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: VIC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 8px;
}

.ctrl-holder.is-error .MFA-custom-help-container {
    padding-top: 0px;
}

.ctrl-holder .MFA-custom-help {
    color: var(--Secondary-Blue-Grey-Blue-Grey-75, #6D7788);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
}

.ctrl-holder .text {
    height: 48px;
    padding-left: 10px;
    border: 1px solid #3C4A60;
}

.MFA-custom-a ::before {
    border: 1px solid var(--Secondary-Blue-Grey-Blue-Grey-75, #6D7788);
    border-radius: 3px;
}

.MFA-custom-a ::after {
    background-color: var(--Primary-Orange---Primary, #E3710A);
    border: 1px solid var(--Primary-Orange-100, #E3710A);
    border-radius: 3px;
    color: #E3710A;
    font-size: 16px;
    line-height: 1em;
}

.MFA-custom-form-summary {
    border: 3px solid var(--Functional-Error-Red, #C33);
    background: var(--White, #FFF);
    padding: 20px 28px 20px 20px;
}

    .MFA-custom-form-summary ::before {
        width: 24px;
        height: 24px;
        left: 20px;
        top: 31px;
    }

    .MFA-custom-form-summary p {
        color: var(--Functional-Error-Red, var(--Colours-Red-500, #C33));
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: VIC;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-left: 40px;
    }
        .MFA-custom-form-summary p span{
            font-weight:normal;
        }

        .is-error .MFA-custom-text {
            box-shadow: none;
        }

.ctrl-holder .MFA-custom-status-msg {
    padding-bottom: 0;
}

    .ctrl-holder.MFA-custom-status-msg .error {
        color: var(--Functional-Error-Red, var(--Colours-Red-500, #C33));
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: VIC;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

.global-footer .MFA-custom-sitemap {
    width: 500px;
}

@media (min-width: 1024px) {
    .global-footer .MFA-custom-sitemap {
        width: 763px;
    }
}

@media (min-width: 1410px) {
    .global-footer .MFA-custom-sitemap {
        width: 935px;
    }
}

.global-footer .MFA-flags {
    display: flex;
}

    .global-footer.MFA-flags .aboriginal-flag {
        margin-right: 10px;
    }

    .global-footer.MFA-flags .torres-strait-islander-flag {
        margin-right: 18px;
    }

    .global-footer.MFA-flags p {
        color: var(--White, #FFF);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: VIC;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

.global-footer .MFA-copyright {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .global-footer.MFA-copyright span {
        flex: 1;
    }

    .global-footer.MFA-copyright a {
        display: flex;
    }

.MFA-global-footer {
    padding: 50px 0 50px;
    font-family: VIC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    margin-top: 40px;
}

@media (min-width: 1244px) {
    .global-header .MFA-custom-logo {
        margin-bottom: -28px;
        margin-top: 5px;
    }
}

.MFA-custom-valid-field-indicator .ctrl ::after {
    display: none !important;
}

.button-holder-wrapper.flex-button-layout .MFA-custom-button-holder {
    margin-right: 0;
    text-align: center;
}

.button-holder-wrapper .MFA-custom-button-layout {
    display: block;
}

.button-holder-wrapper .MFA-custom-button-layout-with-back {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.button-holder-wrapper.button-holder .MFA-custom-button-holder {
    text-align: center;
}

.button-holder-wrapper.button-holder .MFA-custom-third-button-holder {
    padding-top: 32px;
}

.MFA-custom-form-summary h4 {
    color: var(--Functional-Error-Red, var(--Colours-Red-500, #C33));
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-left: 14%;
    margin-bottom: 10px;
    margin-top: -10px;
}

.device-whole-container {
    padding-top: 68px;
}

.device-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 257px;
    margin-bottom: -95px;
}

image.device {
    margin-bottom: 12px;
}

.title-device {
    display: flex;
    justify-content: center;
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin: 12px 0 !important;
}

.device-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.device-p {
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 319px;
}

.device-button-holder {
    padding-top: 144px;
}

.title-device.h1 {
    padding-top: 6px;
}

.device-p.success {
    padding-top: 12px;
}

.recovery-page-title {
    margin-bottom: 12px !important;
    padding-top: 22px !important;
}

.recovery-label {
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 26px !important;
    margin-bottom: 12px !important;
}

.recovery-p {
    padding-bottom: 24px !important;
}

.recovery-ctrl-holder {
    margin: 24px 0;
}

.recovery-button-holder-wrapper {
    padding-top: 32px !important;
}

.recovery-cancel-button {
    margin-top: 32px;
}

.login-page-title {
    margin-bottom: 60px !important;
}

.p-fw400-fs16 {
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.account-recovery-pape-title {
    margin-bottom: 24px !important;
}

.more-padding-holder-recovery-account {
    margin-top: 24px;
    padding-top: 0px !important;
}

.ctrl input:focus {
    border: 2px solid #E3710A !important;
}

.create-account-title {
    margin-bottom: 36px;
}

.create-account-button-container {
    margin-bottom: -10px !important;
}

.is-error .text, .is-error select {
    border-color: #c33 !important;
}

@media (max-width: 415px) {
    .page-wrap {
        /* margin-left: 16px; */
        margin-right: 16px;
    }
}

.MFA-global-header {
    height: 86px;
}

@media only screen and (min-width: 48em) {
    .button-holder-wrapper {
        padding-bottom: 0px !important;
    }

    .login-button-holder-wrapper {
        margin-top: 22px;
    }

    .new-pass-button-holder-wrapper {
        padding-top: 46px;
    }

    .success-pass-button-holder-wrapper {
        padding-top: 170px;
    }

    .security-ques-button-holder-wrapper {
        padding-bottom: 0 !important;
    }

    .remember-device-button-holder-wrapper {
        padding-top: 167px;
    }
}

.sms-page-title {
    margin-bottom: 12px !important;
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    padding-top: 22px !important;
}

@media (max-width: 415px) {
    .sms-page-title {
        padding-top: 14px !important;
    }
}

@media (min-width: 800px) {
    .l-content-column {
        min-height: 0px !important;
    }
}

.sms-p {
    margin-bottom: 36px;
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.sms-ctrl-holder {
    margin-bottom: 46px;
}

.create-account-margin {
    margin: 0;
    margin-top: -18px;
}

.recovery-button-holder-warrpaer {
    padding-bottom: 2px !important;
    padding-top: 244px !important;
}

@media (max-width: 800px) {
    .recovery-button-holder-warrpaer {
        padding-top: 56px !important;
    }
}

.recovery-h1 {
    padding-top: 24px !important;
}

.recovery-device-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.recovery-whole-container {
    padding-top: 178px;
}

.screen-lock-p {
    margin: 0 0 16px;
}

@media(min-width: 800.98px) {
    .screen-lock-button {
        margin-top: 108px;
    }
}

.screen-lock-h1 {
    color: var(--Functional-Error-Red, #C33);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 24px;
    padding-top: 0 !important;
}

.screen-lock-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.screen-lock-whole-container {
    padding-top: 151px;
}

.screen-lock-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
}

.screen-lock-button-holder-warrpaer {
    padding-top: 56px !important;
}

.sms-button-holder-wrapper {
    padding-top: 20px;
}

.new-password-p {
    margin: 0 0 0;
}

.password-title {
    margin-bottom: 36px !important;
}

.MFA-form {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.MFA-first-ctrl-holder {
    display: contents;
}

.MFA-second-ctrl-holder {
    flex-grow: initial;
}

.MFA-button-holder-with-input {
    flex-grow: 1;
    align-content: end;
}

@media (max-width: 800px) {
    .mobile-container {
        padding-top: 0;
        flex-grow: 1;
        align-content: center;
    }

    .mobile-device-button-holder {
        padding-top: 32px;
        flex-grow: 1;
        align-content: end;
    }
}

.padding-top-24px {
    padding-top: 24px;
}

.padding-bottom-24px {
    padding-bottom: 24px;
}

.mobile-flex-holder {
    display: flex;
}

.margin-bottom-32 {
    margin-bottom: 32px !important;
}

.form-check {
    display: flex;
    width: 343px;
    height: 80px;
    padding: 16px;
    align-items: center;
    gap: 16px;
    border-radius: 2px;
    border: 2px solid var(--Secondary-Blue-Grey-Blue-Grey-10, #ECEDF0);
    background: var(--White, #FFF);
    margin-bottom: 12px;
}

@media (max-width: 370px) {
    .form-check {
        width: 100% !important;
    }
}

    .form-check:has(.form-check-input:checked) {
        border: 2px solid var(--Primary-Orange-100, #E3710A);
        background: var(--Primary-Orange-10, #FCF1E7);
    }

.mb-24 {
    margin-bottom: 24px !important;
}
.pt-22 {
    padding-top: 22px !important;
}
.pt-24 {
    padding-top: 24px !important;
}
.mt-24 {
    margin-top: 24px !important;
}
.setUpSecurityAccount-p {
    margin: 0 0 24px;
    padding-bottom: 0px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pt-12 {
    padding-top: 12px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.mb-8 {
    margin-bottom: 8px !important;
}

.setUpSecurityAccount-button-holder {
    margin-bottom: 0px !important;
}
#SelectedMethod-error {
    padding-bottom: 16px !important;
}

.form-check-input {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    accent-color: #E3710A;
}
.form-check-text label span {
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.28px;
    display: block;
}

.setUputhApp-p {
    margin: 0 0 14px !important;
}

.p-fw600-fs16 {
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60) !important;
    font-feature-settings: 'liga' off, 'clig' off !important;
    font-family: VIC !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

.code-box {
    border: 2px solid var(--Secondary-Blue-Grey-Blue-Grey-10, #ECEDF0);
    background: var(--White, #FFF);
    height: 48px;
}

.mb-32 {
    margin-bottom: 32px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-16 {
    margin-bottom: 16px !important;
}
.mt-16 {
    margin-top: 16px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.ml-6 {
    margin-left: 6px !important;
}

.mfa-methods .ctrl > .option .form-check-text label{
    position: relative;
    padding-left: 36px;
    line-height: 24px;
}

.mfa-methods .ctrl > .option .form-check-text label::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:24px;
    height:24px;
    border-radius:50%;
    background:#fff;
    box-sizing:border-box;
    transition:all .2s ease;
    border:1px solid #3C4A60;
}

.mfa-methods .ctrl > .option input[type="radio"]:checked + .form-check-text label::before{
    border:2px solid #e3710a;
}

.mfa-methods .ctrl > .option input[type="radio"]:checked + .form-check-text label::after{
    content:"";
    position:absolute;
    left:12px;
    top:50%;
    transform:translate(-50%,-50%);
    width:13px;
    height:13px;
    border-radius:50%;
    background-color:#e3710a;
}

.mfa-a-link {
    color: var(--Key-Elements-Hyperlink-Dark, #9D5B00);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.p-fw700-fs18-error {
    color: var(--Functional-Error-Red, #C33);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.span-fw400-fs16-error {
    color: var(--Functional-Error-Red, #C33);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin-left: 40px;
}

.lh-0 {
    line-height: 0 !important;
}

.nowrap {
    white-space: nowrap;
}

.w-full {
    width: 100% !important;
}

.p-fw700-fs18-error.w-error{
    width: 255px;
}

@media (max-width: 370px) {
    .p-fw700-fs18-error.w-error{
        width: 230px;
    }
}

.ctrl-holder.is-error.mfa-methods .ctrl > .option .form-check-text label::before {
    border: 1px solid #C33;
    background: var(--Functional-Error-Red-15, #F7E0E0);
}

.ctrl-holder .ctrl > .option label.mfa-label::before,
.ctrl-holder .ctrl > .option label.mfa-label::after{
    width: 24px !important;
    height: 24px !important;
}

.p-fw700-fs18 {
    color: var(--Secondary-Blue-Grey-Blue-Grey-100, #3C4A60);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: VIC;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
}