@font-face {
    font-family: 'Barclays Effra';
    src: url('../fonts/BarclaysEffra_Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Barclays Effra';
    src: url('../fonts/BarclaysEffra_Rg.ttf') format('truetype');
    font-weight: 400;  
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Barclays Effra';
    src: url('../fonts/BarclaysEffra_Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Barclays Effra';
    src: url('../fonts/BarclaysEffra_Bd.ttf') format('truetype');
    font-weight: 700;  
    font-style: normal;
  }
  body{
    background-color: #F2F9FF;
  }
 .login-button-text{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Barclays Effra';
}

.margin-logo{
    display: flex;
    height: 28px;
    justify-content: space-between;
    align-items: flex-start;
    background-image: url("/BC_S/bl_rebrand/images/bl_new_rebrand/BL_logo.svg");
    background-repeat: no-repeat;
}

input.hasPlaceholder.mandatory.input-box.font-family{
    line-height: 1.5rem;
    height: 56px;
    box-sizing: border-box;
}

input.hasPlaceholder.mandatory.input-box.font-family:focus{
    border-radius: 0.25rem;
    border: 1px solid #006DE3 !important;
    border-width: thin;
    outline: none;
    color: #000;
}

input.hasPlaceholder.mandatory.input-box.font-family:not(:focus):not(:placeholder-shown){
    border: 1px solid #000;
    border-width: thin;
    color: #000;
}

input.hasPlaceholder.mandatory.input-box.font-family.error-field,
input.hasPlaceholder.mandatory.input-box.font-family.error-field:focus {
    border: 1px solid #E90014 !important; /* Red border for error state, even on focus */
    border-width: thin;
}

.error {
    position: relative;
    padding: 1rem 1rem 1rem 3rem;
    border: 1px solid #E90014;
    border-radius: 0.25rem;
    background-color: #FFF4F6;
    font-size: 16px !important;
    box-sizing: border-box;
    font-family: 'Barclays Effra' !important;
    color: #000 !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

table.error-message-table{
    font-size: 14px !important;
    font-family: 'Barclays Effra' !important;
}

table tr:hover{
    color: #000 !important;
}

.error-message {
    position: relative;
    padding: 1rem 1rem 1rem 3rem;
    border: 1px solid #E90014;
    border-radius: 0.25rem;
    background-color: #FFF4F6;
    font-size: 16px;
    box-sizing: border-box;
    font-family: 'Barclays Effra' !important;
    color: #000 !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    width: inherit;
}

.error-message-table,
.error-message-table * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.error-message-table,
.error-message-table td,
.error-message-table tr {
    background-color: #FFF4F6 !important; 
    text-align: left;
}

.error-message-table:active,
.error-message-table:focus,
.error-message-table *:active,
.error-message-table *:focus {
    background-color: #FFF4F6 !important;
}

.error::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0.8rem;
    height: 24px;
    width: 24px;
    background-image: url('/BC_S/images/Error.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.error-message::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0.8rem;
    height: 24px;
    width: 24px;
    background-image: url('/BC_S/images/Error.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

a.blue-help-desk{
    color: #006DE3;
    text-decoration: underline;
}

.grid_3{
    padding-left: unset;
}

a.footer-text:hover{
    text-decoration: underline !important;
}


@media  (min-width: 360px) and (max-width: 600px){
    #onetrust-pc-sdk #ot-pc-content{
        height: auto !important;
    }
    #onetrust-banner-sdk #onetrust-pc-btn-handler:before{

            padding-top: 3px;
            margin-top: -3px;
            height: 25px;
        
    }
}
@media  (min-width: 320px) and (max-width: 374.98px)  {
    .remember-class
    {
        margin-top: -12px;
    }
    #submitBtn{
        margin-top: 12px !important;
    }
    .set-secure-div{
        margin-top: 12px !important;  
    }
    .error-message-td
    {
    text-align: left;
    width: auto;

    }
    .error {
            height: auto;
        overflow: hidden;

        background-color: #FFF4F6;
    }
    .error-message{
        background-color: #FFF4F6;
        height: auto;
        overflow: hidden;
    }
    .error-message-table {
        background-color: #FFF4F6;
    }
    .error-message-content {
        font-family: Barclays Effra;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color: black;
    }
    
	.body{
        overflow-y: scroll;height: 100vh;
    }
    .main-outer-div{
        height: 100%;    display: flex;flex-direction: column;
    }
    .heading-div
    {
        height: 64px;
    }
    #foot-wrap
    {
        height: 64px;
        bottom:-10px;
        margin-top: auto !important;
        /* position: relative; */
    }
    .heading{
        display: flex;
        justify-content: center;
        align-items: start;
        padding: 20px 16px;
    }
    .blue-box-header
     {
                /* height: 74px; */
                flex-direction: column;
                align-items: center;
                /* justify-content: start; */
                gap: 54px;
                background-color: #1B2140;
     }
     .margin-logo{
        display: flex;
    height: 24px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    background-image: url("/BC_S/bl_rebrand/images/bl_new_rebrand/BL_logo_small.svg");
    background-position-y: center;
     }
    .img-size{
        display: none;
    }
    .relative{
                position: relative;
            }
    
     .content-div{
        display: flex;
        padding: 24px 16px;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        align-self: stretch;
        background: var(--Fill-Surface-Blue, #F2F9FF);
        /* height: 100vh; */
     }
     .content-div-1{
        display: flex;
    padding-bottom: 48px;
    flex-direction: column;
    align-items: center;    
    width: 100%;
     }
     .welcome-to-barclays-live-text{
        color: var(--Text-Body-Common-High-Emphesis, #000);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Subtitle/Md/Md Regular */
    font-family: "Barclays Effra";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    padding-bottom: 24px;
    /* 140% */
    }
    .content-div-2 {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .mobile-div{
        display: flex;
        width: unset;
        padding: 24px 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }
    .wrapper{
        width: 100%;
        margin: unset;
        max-width: unset;
    }
    .login-text{
        color: var(--Text-Body-Common-High-Emphesis, #000);
        font-variant-numeric: lining-nums proportional-nums;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Barclays Effra";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
    }
    .form-class{
        display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    align-self: stretch;
    margin-top: 24px;
        margin-bottom: 24px;
    }
    .fieldset{
        width: 100%;
        border: none;
        margin-bottom: 24px !important;
    }
    #employeeNTXPButton{
        margin-bottom: -12px;
    }
    #securidLoginDefault{
            width: 20px;
    height: 20px;
    }
    .fieldset-div{
        display: flex;
        gap: 0px;
        width: 100%;
            border: none;
            margin-bottom: 12px;
        line-height: normal;
    }
    .label-div-bottom-margin {
        margin-bottom: 4px;
    }
    .radio-label{
                font-size: 16px !important;
                font-weight: 400 !important;
                margin-left: 12px;
                color: var(--Text-Body-Common-High-Emphesis, #000) !important;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Barclays Effra";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
            }
     .label{
        font-family: "Barclays Effra";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
        color: #000;
     }
    
    
    
            /* .radio-label-gap{
                margin-left: 24px;
            } */
            .checkbox-size{
                width: 20px;
                height: 20px;
                accent-color: #006de3;
                margin-right: 0px;
            }
    
            .grid_3 {
                width: 100% !important;
            }
            input[type=text], input[type=password], select {

                border-radius: 4px;
                border: 1px solid var(--Border-Fields-Enabled, #707070);
                display: flex;
    padding: 16px 12px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    height: 56px;
    font-size: 16px;
    line-height: 1.5rem;
    font-family: 'Barclays Effra';
    }
    input {
        margin-bottom: 16px !important;
    }
    .radio-label-span{
        color: var(--Text-Body-Common-High-Emphesis, #000);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Barclays Effra";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-left: 12px;
    }
    .no-left-margin{
        margin-left: 0px;
    }
    .display-flex{
        display: flex;
    }
    #rememberLogin{
        width: 20px;
    height: 20px;
    }
    #submit{
        display: flex;
        height: 40px;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        border-radius: 24px;
        background: var(--Interactive, #006DE3);
        align-self: stretch;
        width: 100%;
    }
    #submit:hover {
        background-color: #005ABA;
    }
    #frgt{
        margin-top: 20px;
        margin-bottom: 24px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .blue-underline-text{
        color: var(--Text-Cta-Primary-Default, var(--Interactive, #006DE3));
    text-align: center;
    font-family: "Barclays Effra";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-decoration-line: underline;
    }
    .gray-underline-text{
        color: var(--Text-Body-Common-High-Emphesis, #000);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    /* Desktop/Body/Standard/Regular */
    font-family: "Barclays Effra";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    }
    .pecr-privacy-cookie{
        display: none;
        float: right;
        margin-right: 5px;
    }
    .footer-position{
                /* position:fixed; */
                bottom:0;
                /* height: 74px; */
                /* width: 100%; */
                align-items: center;
                justify-content: left;
                font-feature-settings: 'clig' off, 'liga' off;
            }
     .footer-text{
        color: var(--Text-Body-Inverse-High-Emphesis, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Barclays Effra";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
     }
     
     .margin-first-footer-component{
                /* margin-left: 16px; */
                padding: 20px 16px;
            }
    
            input.hasPlaceholder {
            color: #444444;
            font-size: 16px !important;
            font-family: "Barclays Effra" !important;
            line-height: 1.5rem !important;
            height: 56px !important;
        }
        .barclays-footer{
            padding-left: 16px;
        }
} 
@media  (min-width: 800px) and (max-width: 1079.98px)  {
    #securidLoginDefault{
        width: 20px;
        height: 20px;
    }
    form{
        margin-bottom: 0px !important;
    }
    .body{
        overflow-y: scroll;height: 100vh;
    }
    .main-outer-div{
        height: 100%;    display: flex;flex-direction: column;
    }
    .heading-div
    {
        height: 76px;
    }
    .heading{
        display: flex;
        justify-content: center;
        align-items: start;
        padding: 24px 16px;
    }
    .blue-box-header
     {
                /* height: 74px; */
                flex-direction: column;
                align-items: center;
                /* justify-content: start; */
                gap: 54px;
                background-color: #1B2140;
     }
     .margin-logo{
        display: flex;
    height: 28px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
     }
    .img-size{
        display: none;
    }
    .relative{
                position: relative;
            }
            .content-div{
                display: flex;
                padding: 24px 16px;
                flex-direction: column;
                /* justify-content: center; */
                align-items: center;
                align-self: stretch;
                background: var(--Fill-Surface-Blue, #F2F9FF);
                /* height: 100vh; */
             }
             .content-div-1{
                display: flex;
            width: 376px;
            padding-bottom: 48px;
            flex-direction: column;
            align-items: center;
             }
             .welcome-to-barclays-live-text{
                color: var(--Text-Body-Common-High-Emphesis, #000);
            text-align: center;
            font-variant-numeric: lining-nums proportional-nums;
            font-feature-settings: 'liga' off, 'clig' off;
            /* Desktop/Subtitle/Md/Md Regular */
            font-family: "Barclays Effra";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px; 
            padding-bottom: 24px;
            /* 140% */
            }
            .mobile-div{
                display: flex;
                width: 344px;
                padding: 24px 16px;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                border-radius: 8px;
                background: #FFF;
                box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
            }
            #hide-eagle{
                margin-top: 120px;
            margin-left: 200px;
            }
            .error {
                height: auto;
            overflow: hidden;
        
            background-color: #FFF4F6;
        }
            .error-message-td
            {
            text-align: left;
            width: auto;
            }
            .error-message{
                background-color: #FFF4F6;
                height: auto;
                overflow: hidden;
            }
            .error-message-table {
                background-color: #FFF4F6;
            }
            .error-message-content {
                font-family: Barclays Effra;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                color: black;
                /* padding-left: 10px; */

            }
            
         
         
        .login-text{
            color: var(--Text-Body-Common-High-Emphesis, #000);
            font-variant-numeric: lining-nums proportional-nums;
            font-feature-settings: 'liga' off, 'clig' off;
            font-family: "Barclays Effra";
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 32px;
        }
        .form-class{
            display: flex;
        flex-direction: column;
        align-items: flex-start;
        
        align-self: stretch;
        margin-top: 24px;
        margin-bottom: 8px !important;
        }
        .remember-class
        {
            margin-bottom: 8px;
        }
        input {
            margin-bottom: 16px;
        }
        .fieldset{
            width: 100%;
            border: none;
        }
        .fieldset-div{
            display: flex;
            gap: 0px;
            width: 100%;
                border: none;
            line-height: normal;
        }
        .label-div-bottom-margin {
            margin-bottom: 4px;
        }
        input.hasPlaceholder.mandatory.input-box.font-family {
            line-height: 1.5rem;
            font-size: 16px;
            height: 56px;
            font-family: "Barclays Effra" !important;
        }
        .radio-label{
                    font-size: 16px !important;
                    font-weight: 400 !important;
                    margin-left: 12px;
                    color: var(--Text-Body-Common-High-Emphesis, #000);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Barclays Effra";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
                }
         .label{
            font-family: "Barclays Effra";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.5rem;
            color: #000;
         }
        
        
        
                /* .radio-label-gap{
                    margin-left: 24px;
                } */
                .checkbox-size{
                    width: 20px;
                    height: 20px;
                    accent-color: #006de3;
                    margin-right: 0px;
                }
        
                .grid_3 {
                    width: 100% !important;
                }
                input[type=text], input[type=password], select {

                    border-radius: 4px;
                    border: 1px solid var(--Border-Fields-Enabled, #707070);
                    display: flex;
        padding: 16px 12px;
        align-items: center;
        gap: 12px;
        align-self: stretch;
        height: 56px;
        font-size: 16px;
        line-height: 1.5rem;
        font-family: 'Barclays Effra';
        }
        .radio-label-span{
            color: var(--Text-Body-Common-High-Emphesis, #000);
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Barclays Effra";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        padding-left: 12px;
        }
        .no-left-margin{
            margin-left: 0px;
        }
        .display-flex{
            display: flex;
        }
        #rememberLogin{
            width: 20px;
        height: 20px;
        }
        #submit{
            display: flex;
            height: 40px;
            padding: 12px 16px;
            justify-content: center;
            align-items: center;
            border-radius: 24px;
            background: var(--Interactive, #006DE3);
            align-self: stretch;
            width: 100%;
        }
        #submit:hover {
            background-color: #005ABA;
        }     
        #frgt{
            margin-top: 20px;
            margin-bottom: 24px;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            align-content: flex-start;
            gap: 16px;
            align-self: stretch;
            flex-wrap: wrap;
        }
        .blue-underline-text{
            color: var(--Text-Cta-Primary-Default, var(--Interactive, #006DE3));
        text-align: center;
        font-family: "Barclays Effra";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        text-decoration-line: underline;
        }
        .gray-underline-text{
        color: var(--Text-Body-Common-High-Emphesis, #000);
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        /* Desktop/Body/Standard/Regular */
        font-family: "Barclays Effra";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        }
        .pecr-privacy-cookie{
            display: none;
            float: right;
            margin-right: 5px;
        }
        
.footer-position{
    /* position:fixed; */
    bottom:0;
    /* height: 74px; */
    width: 100%;
    align-items: center;
    justify-content: left;
    font-feature-settings: 'clig' off, 'liga' off;
}
.footer-text{
color: var(--Text-Body-Inverse-High-Emphesis, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Barclays Effra";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
align-items: flex-start;
align-content: flex-start;
gap: 16px;
align-self: stretch;
flex-wrap: wrap;
width: auto;
}
.margin-first-footer-component{
    /* margin-left: 16px; */
    padding: 24px 16px;
}
.barclays-footer{
padding-left: 16px;
}
#foot-wrap
{
height: 72px;
bottom:-10px;
margin-top: auto !important;
/* position: relative; */
}
    
}
@media  (min-width: 800px) and (max-width: 897px)  {
    
    #onetrust-banner-sdk .ot-sdk-container{
        /* width: 90% !important; */
    }
    #onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler{
        /* margin-top: 2%; */

    }
   
    #onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-banner-sdk #onetrust-pc-btn-handler {
        width: 240px !important;
        margin-right: 10px !important;
    }
#onetrust-banner-sdk #onetrust-button-group {
    display: inline-flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-evenly;

}
}
@media  (min-width: 320px) and (max-width: 380px)  {
    #hide-eagle{
        margin-top: 120px;
    margin-left: 160px;
    }
    #manage_cookie {
       /* padding-left: 50px !important; */
    }
}
@media  (min-width: 380px) and (max-width: 440px)  {
    #hide-eagle{
        margin-top: 120px;
    margin-left: 190px;
    }
    #manage_cookie {
        /* padding-left: 50px !important; */
    }
}
@media  (min-width: 440px) and (max-width: 510px)  {
    #hide-eagle{
        margin-top: 120px;
    margin-left: 250px;
    }
}
@media  (min-width: 510px) and (max-width: 570px)  {
    #hide-eagle{
        margin-top: 120px;
    margin-left: 320px;
    }
}
@media  (min-width: 570px) and (max-width: 640px)  {
    #hide-eagle{
        margin-top: 120px;
    margin-left: 375px;
    }
}
@media  (min-width: 640px) and (max-width: 710px)  {
    #hide-eagle{
        margin-top: 120px;
    margin-left: 440px;
    }
}
@media  (min-width: 710px) and (max-width: 750px)  {
    #hide-eagle{
        margin-top: 120px;
    margin-left: 500px;
    }
}
@media  (min-width: 750px) and (max-width: 799.98px)  {
    #hide-eagle{
        margin-top: 120px;
    margin-left: 550px;
    }
}
@media  (min-width: 375px) and (max-width: 799.98px)  {
    .error-message-td
    {
    text-align: left;
    width: auto;

    }
    .error {
        height: auto;
    overflow: hidden;

    background-color: #FFF4F6;
}
    .error-message{
        background-color: #FFF4F6;
        height: auto;
        overflow: hidden;
    }
    .error-message-table {
        background-color: #FFF4F6;
    }
    .error-message-content {
        font-family: Barclays Effra;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color: black;
        /* padding-left: 10px; */

    }
    
	.body{
    overflow-y: scroll;height: 100vh;
}
.main-outer-div{
    height: 100%;    display: flex;flex-direction: column;
}
.heading-div
{
    height: 64px;
}
#foot-wrap
{
    height: 64px;
    bottom:-10px;
    margin-top: auto !important;
    /* position: relative; */
}
.heading{
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 20px 16px;
}
.blue-box-header
 {
            /* height: 74px; */
            flex-direction: column;
            align-items: center;
            /* justify-content: start; */
            gap: 54px;
            background-color: #1B2140;
 }
 .margin-logo{
    display: flex;
height: 24px;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
background-image: url("/BC_S/bl_rebrand/images/bl_new_rebrand/BL_logo_small.svg");
background-position-y: center;
 }
.img-size{
    display: none;
}
.relative{
            position: relative;
        }

 .content-div{
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    align-self: stretch;
    background: var(--Fill-Surface-Blue, #F2F9FF);
    /* height: 100vh; */
 }
 .content-div-1{
    display: flex;
padding-bottom: 48px;
flex-direction: column;
align-items: center;
width: 100%;
 }
 .welcome-to-barclays-live-text{
    color: var(--Text-Body-Common-High-Emphesis, #000);
text-align: center;
font-variant-numeric: lining-nums proportional-nums;
font-feature-settings: 'liga' off, 'clig' off;
/* Desktop/Subtitle/Md/Md Regular */
font-family: "Barclays Effra";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; 
padding-bottom: 24px;
/* 140% */
}
.content-div-2 {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.mobile-div{
    display: flex;
    width: unset;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.wrapper{
    width: 100%;
    margin: unset;
    max-width: unset;
}
.grid_3{
    padding-left: unset;
}
.login-text{
    color: var(--Text-Body-Common-High-Emphesis, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Barclays Effra";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.form-class{
    display: flex;
flex-direction: column;
align-items: flex-start;

align-self: stretch;
margin-top: 24px;
    margin-bottom: 24px;
}
#securidLoginDefault{
    width: 20px;
    height: 20px;
}
.fieldset{
    width: 100%;
    border: none;
    margin-bottom: 8px !important;
}
.fieldset-div{
    display: flex;
    gap: 0px;
    width: 100%;
        border: none;
    line-height: normal;
}
.remember-class{
    /* margin-top: -8px; */
    margin-bottom: 8px;
}
input {
    margin-bottom: 16px !important;
}
.radio-label{
            font-size: 16px !important;
            font-weight: 400 !important;
            margin-left: 12px;
            color: var(--Text-Body-Common-High-Emphesis, #000) !important;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Barclays Effra";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
        }
 .label{
    font-family: "Barclays Effra";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    color: #000;
 }



        /* .radio-label-gap{
            margin-left: 24px;
        } */

        .label-div-bottom-margin{
            margin-bottom: 4px;
        }
        .checkbox-size{
            width: 20px;
            height: 20px;
            accent-color: #006de3;
            margin-right: 0px;
        }

        .grid_3 {
            width: 100% !important;
        }
        input[type=text], input[type=password], select {
    
            border-radius: 4px;
            border: 1px solid var(--Border-Fields-Enabled, #707070);
            display: flex;
padding: 16px 12px;
align-items: center;
gap: 12px;
align-self: stretch;
height: 56px;
font-size: 16px;
line-height: 1.5rem;
font-family: 'Barclays Effra';
}
.radio-label-span{
    color: var(--Text-Body-Common-High-Emphesis, #000);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Barclays Effra";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
padding-left: 12px;
}
.no-left-margin{
    margin-left: 0px;
}
.display-flex{
    display: flex;
}
#rememberLogin{
    width: 20px;
height: 20px;
}
#submit{
    display: flex;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--Interactive, #006DE3);
    align-self: stretch;
    width: 100%;
}
#submit:hover {
    background-color: #005ABA;
} 
#frgt{
    margin-top: 20px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}
.blue-underline-text{
    color: var(--Text-Cta-Primary-Default, var(--Interactive, #006DE3));
text-align: center;
font-family: "Barclays Effra";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
text-decoration-line: underline;
}
.gray-underline-text{
    color: var(--Text-Body-Common-High-Emphesis, #000);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
/* Desktop/Body/Standard/Regular */
font-family: "Barclays Effra";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.pecr-privacy-cookie{
    display: none;
    float: right;
    margin-right: 5px;
}
.footer-position{
            /* position:fixed; */
            bottom:0;
            /* height: 74px; */
            /* width: 100%; */
            align-items: center;
            justify-content: left;
            font-feature-settings: 'clig' off, 'liga' off;
        }
 .footer-text{
    color: var(--Text-Body-Inverse-High-Emphesis, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Barclays Effra";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
align-items: flex-start;
align-content: flex-start;
gap: 16px;
align-self: stretch;
flex-wrap: wrap;
 }
 
 .margin-first-footer-component{
            padding: 20px 16px;
        }

        input.hasPlaceholder {
        color: #444444;
        font-size: 16px !important;
        font-family: "Barclays Effra" !important;
        line-height: 1.5rem !important;
        height: 56px !important;
    }
    .barclays-footer{
        padding-left: 16px;
    }
    form{
        margin-bottom: 0px !important;
    }
    
} 
  
@media (min-width: 1080px) and (max-width: 1199.98px)  {
    #securidLoginDefault{
        width: 20px;
        height: 20px;
    }
    form{
        margin-bottom: 0px !important;
    }
    
    #hide-eagle{
        margin-top: 120px;
    margin-left: 368px;
    }
    .error {
        height: auto;
    overflow: hidden;

    background-color: #FFF4F6;
}
    .error-message{
        background-color: #FFF4F6;
        height: auto;
        overflow: hidden;
    }
    .error-message-table {
        background-color: #FFF4F6;
    }
    .error-message-td
    {
    text-align: left;
    width: auto;
    }
    .error-message-table td{
        /* padding-left: 10px;
        width: auto; */
    }
    .error-message-content {
        font-family: Barclays Effra;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color: black;
    }
	.body{
    overflow-y: scroll;height: 100vh;
}
.main-outer-div{
    height: 100%;    display: flex;flex-direction: column;
}
.heading-div
{
    height: 76px;
}
.heading{
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 24px 16px;
}
.blue-box-header
 {
            /* height: 74px; */
            flex-direction: column;
            align-items: center;
            /* justify-content: start; */
            gap: 54px;
            background-color: #1B2140;
 }
 .margin-logo{
    display: flex;
height: 28px;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
 }
 input {
    margin-bottom: 16px !important;
}
.img-size{
    display: none;
}
.relative{
            position: relative;
        }

 .content-div{
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: var(--Fill-Surface-Blue, #F2F9FF);
 }
 .content-div-1{
    display: flex;
width: 376px;
padding-bottom: 48px;
flex-direction: column;
align-items: center;
 }
 .welcome-to-barclays-live-text{
    color: var(--Text-Body-Common-High-Emphesis, #000);
text-align: center;
font-variant-numeric: lining-nums proportional-nums;
font-feature-settings: 'liga' off, 'clig' off;
/* Desktop/Subtitle/Md/Md Regular */
font-family: "Barclays Effra";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
padding-bottom: 24px;
/* 140% */
}
.remember-class{
    padding-bottom: 8px !important;
}
.mobile-div{
    display: flex;
    width: 484px;
    padding: 24px 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.login-text{
    color: var(--Text-Body-Common-High-Emphesis, #000);
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Barclays Effra";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.form-class{
    display: flex;
flex-direction: column;
align-items: flex-start;

align-self: stretch;
margin-top: 24px;
    margin-bottom: 8px !important;
}
.fieldset{
    width: 100%;
    border: none;
}
.fieldset-div{
    display: flex;
    gap: 0px;
    width: 100%;
        border: none;
    line-height: normal;
}
.label-div-bottom-margin {
    margin-bottom: 4px;
}
input.hasPlaceholder.mandatory.input-box.font-family {
    line-height: 1.5rem;
    font-size: 16px;
    height: 56px;
    font-family: "Barclays Effra" !important;
}
.radio-label{
            font-size: 16px !important;
            font-weight: 400 !important;
            margin-left: 12px;
            color: var(--Text-Body-Common-High-Emphesis, #000) !important;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Barclays Effra";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
        }
 .label{
    font-family: "Barclays Effra";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    color: #000;
 }



        /* .radio-label-gap{
            margin-left: 24px;
        } */
        .checkbox-size{
            width: 20px;
            height: 20px;
            accent-color: #006de3;
            margin-right: 0px;
        }

        .grid_3 {
            width: 100% !important;
        }
        input[type=text], input[type=password], select {

            border-radius: 4px;
            border: 1px solid var(--Border-Fields-Enabled, #707070);
            display: flex;
padding: 16px 12px;
align-items: center;
gap: 12px;
align-self: stretch;
height: 56px;
font-size: 16px;
line-height: 1.5rem;
font-family: 'Barclays Effra';
}
.radio-label-span{
    color: var(--Text-Body-Common-High-Emphesis, #000);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Barclays Effra";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
padding-left: 12px;
}
.no-left-margin{
    margin-left: 0px;
}
.display-flex{
    display: flex;
}
#rememberLogin{
    width: 20px;
height: 20px;
}
#submit{
    display: flex;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: var(--Interactive, #006DE3);
    align-self: stretch;
    width: 100%;
}
#submit:hover {
    background-color: #005ABA;
} 
#frgt{
    margin-top: 20px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap;
}
.blue-underline-text{
    color: var(--Text-Cta-Primary-Default, var(--Interactive, #006DE3));
text-align: center;
font-family: "Barclays Effra";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
text-decoration-line: underline;
}
.gray-underline-text{
    color: var(--Text-Body-Common-High-Emphesis, #000);
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
/* Desktop/Body/Standard/Regular */
font-family: "Barclays Effra";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.pecr-privacy-cookie{
    display: none;
    float: right;
    margin-right: 5px;
}
.footer-position{
            /* position:fixed; */
            bottom:0;
            /* height: 74px; */
            width: 100%;
            align-items: center;
            justify-content: left;
            font-feature-settings: 'clig' off, 'liga' off;
        }
 .footer-text{
    color: var(--Text-Body-Inverse-High-Emphesis, #FFF);
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Barclays Effra";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
align-items: flex-start;
align-content: flex-start;
gap: 16px;
align-self: stretch;
flex-wrap: wrap;
width: auto;
 }
 
 .margin-first-footer-component{
            /* margin-left: 16px; */
            padding: 24px 16px;
        }
        .barclays-footer{
        padding-left: 16px;
    }
#foot-wrap
{
    height: 72px;
    bottom:-10px;
    margin-top: auto !important;
    /* position: relative; */
}
  
}

@media  (min-width: 1200px) and (max-width: 1332px)   {
    
    #hide-eagle{
        margin-top: 100px;
    margin-left: 480px;
    }
    .open-modal {
    text-decoration: underline;
    cursor: pointer;
}

#manage_cookie {
    display: block;
    width: 13.4375rem;
    flex-direction: column;
    align-items: flex-start;
    z-index: unset;
    position: absolute;
}
.tooltip-content{
    box-shadow: 0px -4px 8px -2px rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0.625rem;
    background: var(--Fill-Surface-Blue, #F2F9FF);
    margin-top: -22px;
}
.tooltip-text{
    color: var(--Text-Body-Common-Medium-Emphesis, #515151);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Barclays Effra";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.remember label {
    display: inline-block;
}

.pecr-privacy-cookie{
    display: none;
    float: right;
    margin-right: 5px;
}
*{
            margin: 0px;
        }

        body{
            overflow-y: hidden;
        }

        @font-face {
            font-family: 'Barclays Effra' !important;
            src: url('./BarclaysEffra_Rg.ttf') format('truetype');
            font-weight: 400;
            font-style: normal;
        }

        .font-family{
            font-family: "Barclays Effra" !important;
        }

        .relative{
            position: relative;
        }

        .absolute{
            /* position: absolute; */
        }

        .flex{
            display: flex;
        }

        .flex-items-center{
            align-items: center;
        }

        .blue-box-header {
            /* height: 74px; */
            flex-direction: column;
            align-items: center;
            /* justify-content: start; */
            gap: 54px;
            background-color: #1B2140;
        }

        .margin-logo{
            /* left: -600px; */
            display: flex;
            height: 28px;
            justify-content: space-between;
            align-items: flex-start;
            align-self: stretch;
            background-image: url("/BC_S/bl_rebrand/images/bl_new_rebrand/BL_logo.svg");
            background-repeat: no-repeat;
        }

        .footer-position{
            /* position:fixed; */
            bottom:0;
            height: 74px;
            width: 100%;
            align-items: center;
            justify-content: left;
            font-feature-settings: 'clig' off, 'liga' off;
        }

        .main-body{
           
            background-color: #F2F9FF;
          
        }

        .flex-row{
            flex-direction: row;
        }

        .flex-column{
            flex-direction: column;
        }

        .footer-text{
            color: #FFF;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }

        .img-size{
            width: 326px;
            height: 40px;
        }

        .welcome-to-barclays-live-text{
            font-variant-numeric: lining-nums proportional-nums;
            font-feature-settings: 'clig' off, 'liga' off;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 32px;
            margin-top: 56px;
            color: #000;
            left: 48px;
        }

        .margin-first-footer-component{
            padding-left: 24px;
        }
        input[type=text], input[type=password], select {
    
    border: 1px solid #707070;
}
        .form-outer-box{
            width: 550px;
            padding: 40px;
            justify-content: flex-start;
            align-items: flex-start;
            border-radius: 8px;
            background-color: #FFF;
            box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
        }

        .login-text{
            width: 550px;
            color: #000;
            font-variant-numeric: lining-nums proportional-nums;
            font-feature-settings: 'clig' off, 'liga' off;
            font-size: 32px;
            font-weight: 500;
            line-height: 38px;
            font-style: normal;
        }

        .radio-label{
            font-size: 16px !important;
            font-weight: 400 !important;
            margin-left: 12px;
            color: #000;
            line-height: 1.5rem;
        }



        .radio-label-gap{
            margin-left: 24px;
        }

        .label-top-margin{
            margin-top: 8px;
        }

        .label-div-bottom-margin{
            margin-bottom: 4px;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
        }

        .label-between-gap{
            margin-top: 12px;
        }

        .label{
            font-size: 16px;
            font-weight: 400;
            color: black;
        }



        .input-box{
            padding: 16px 12px !important;
            align-items: center !important;
            gap: 12px !important;
            align-self: stretch !important;
            border-radius: 4px !important;
            border-width: thin !important;
        }

        #domain
        {
            padding: 16px 12px !important;
            align-items: center !important;
            gap: 12px !important;
            align-self: stretch !important;
            border-radius: 4px !important;
            border-width: thin !important;
            /* width :551px !important; */
            margin-bottom: 24px;
        }
        .checkbox-size{
            width: 20px;
            height: 20px;
            accent-color: #006de3;
            margin-right: 0px;
            margin-top: revert;
        }

        .login-button{
            width: 120px;
            height: 40px;
            padding: 12px 16px;
            justify-content: center;
            border-radius: 24px;
            background: #006DE3;
            border-color: transparent;
        }
        #submit{
            width: 120px;
            height: 40px;
            padding: 12px 16px;
            justify-content: center;
            border-radius: 24px;
            background: #006DE3;
            border-color: transparent;
            float: left;
        }
        #submit:hover {
            background-color: #005ABA;
        } 
        .login-button-text{
            color: #FFF;
            font-size: 16px;
            font-weight: 500;
            font-family: 'Barclays Effra';
        }

        .blue-underline-text{
            font-size: 16px;
            font-weight: 400;
            color: #006DE3;
            text-decoration: underline;

        }

        .gray-underline-text{
            font-weight: 400;
            font-size: 16px;
            color: black;
            padding-top: 16px;
        }

        .blue-underline-text-margin{
            margin-left: 16px;
        }

        .frame-body{
            justify-content: space-between;
            /* align-items: center; */
            width: 100%;
            /* height: 1194px; */
            padding-left: 109px;
        }

        input[type=text]::placeholder, input[type=password]::placeholder, select::placeholder{
            font-weight: 400;
            font-size: 16px;
            color: #515151;
        }
        input[type=text], input[type=password], select{
            font-weight: 400;
            font-size: 16px;
            color: #000;
            border: 1px solid #000;
        }
        input[type=text]:focus, input[type=password]:focus, select:focus{
           
            border: 1px solid #006DE3;
            color: #000;
        }
        
        .input-box-margin{
            margin-top: -20px !important;
        }
        .fieldset
        {
            border: none;
            width: 550px;
        }
        .fieldset-div
        {
            padding-right: 0px;display: flex;
            padding-bottom: 8px;
            line-height: normal;
        }
        .remember-class input {
    margin: 0px 10px 0px 0px;
   height: auto;
    border: 0px solid #ffffff;
    vertical-align: top;
    width: 20px;
    height: 20px;
}
.display-flex{
    display: flex !important;
}
.no-left-margin{
    margin-left: 0px;
    padding-bottom: 24px;
}
.radio-label-span{
    white-space: nowrap;font-size: 16px;font-weight: 400;
    color: black;
}
.form-class
{
    margin-bottom: 0px !important;
    padding-top: 40px;
    width: 100%;
}
.wrapper
{
    max-width: 630px;
}
#foot-wrap
{
    height: 74px;
    bottom:-10px;
    margin-top: auto !important;
    /* position: relative; */

}
.error-message-content{

font-family: Barclays Effra;font-size: 16px;font-style: normal;font-weight: 500;color:black
}
.body{
    overflow-y: scroll;height: 100vh;
}
.main-outer-div{
    height: 100%;    display: flex;flex-direction: column;
}
.heading-div
{
    height: 76px;
}
.heading{
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 24px 24px;
}
.content-div{
display: flex;
justify-content: space-between;
align-items: flex-start;
flex: 1 0 0;
align-self: stretch;
}
/* .content-div-1{
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
}
.content-div-2
{
    display: flex;
    width: 1284px;
    padding-left: 109px;
    justify-content: space-between;
    align-items: flex-start;
}  */
.content-div-1{
    padding:80px 24px 80px 24px; 
    position:relative;
align-items: flex-start;
flex: 1 0 0;
align-self: stretch;
}
.content-div-2{
    padding-left: 0px;
    justify-content: space-between;
    align-items: flex-start;
}
.content-div-left{
    margin-top: 48px;padding-left: 109px;
    background-image: url("/BC_S/bl_rebrand/images/bl_new_rebrand/BL_logo_final.svg");
    background-repeat: no-repeat;
    background-size: 330px 40px;
    background-position: 109px;
    width: 330px;
    height: 40px;
    position: relative;
}
.set-secure-div{
    padding: 0;
}
.login-form{
    width:100%;display:inline-block;
    padding-top: 24px;
}
.float-left
{
    float: left;
}
.float-right{
    float: right;
}
.topbar{
    height:18px
}
.barclays-footer{
        padding-left: 32px;
    }
    #foot-wrap
{
    height: 74px;
    bottom:-10px;
    margin-top: auto !important;
    /* position: relative; */
   
}
 
}
@media (min-width: 1333px) and (max-width: 1919.98px)  {
    #hide-eagle{
        margin-top: 100px;
    margin-left: 480px;
    }
    .open-modal {
    text-decoration: underline;
    cursor: pointer;
}

#manage_cookie {
    display: block;
    width: 13.4375rem;
    flex-direction: column;
    align-items: flex-start;
    z-index: unset;
    position: absolute;
}
.tooltip-content{
    box-shadow: 0px -4px 8px -2px rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0.625rem;
    background: var(--Fill-Surface-Blue, #F2F9FF);
    margin-top: -22px;
}
.tooltip-text{
    color: var(--Text-Body-Common-Medium-Emphesis, #515151);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Barclays Effra";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.remember label {
    display: inline-block;
}

.pecr-privacy-cookie{
    display: none;
    float: right;
    margin-right: 5px;
}
*{
            margin: 0px;
        }

        body{
            overflow-y: hidden;
        }

        @font-face {
            font-family: 'Barclays Effra' !important;
            src: url('./BarclaysEffra_Rg.ttf') format('truetype');
            font-weight: 400;
            font-style: normal;
        }

        .font-family{
            font-family: "Barclays Effra" !important;
        }

        .relative{
            position: relative;
        }

        .absolute{
            /* position: absolute; */
        }

        .flex{
            display: flex;
        }

        .flex-items-center{
            align-items: center;
        }

        .blue-box-header {
            /* height: 74px; */
            flex-direction: column;
            align-items: center;
            /* justify-content: start; */
            gap: 54px;
            background-color: #1B2140;
        }

        .margin-logo{
            /* left: -600px; */
        }

        .footer-position{
            /* position:fixed; */
            bottom:0;
            height: 74px;
            width: 100%;
            align-items: center;
            justify-content: left;
            font-feature-settings: 'clig' off, 'liga' off;
        }

        .main-body{
           
            background-color: #F2F9FF;
          
        }

        .flex-row{
            flex-direction: row;
        }

        .flex-column{
            flex-direction: column;
        }

        .footer-text{
            color: #FFF;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }

        .img-size{
            width: 326px;
            height: 40px;
        }

        .welcome-to-barclays-live-text{
            font-variant-numeric: lining-nums proportional-nums;
            font-feature-settings: 'clig' off, 'liga' off;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 32px;
            margin-top: 56px;
            color: #000;
            left: 48px;
        }

        .margin-first-footer-component{
            /* margin-left: 80px; */
        }
        input[type=text], input[type=password], select {
    
    border: 1px solid #707070;
}
        .form-outer-box{
            width: 550px;
            padding: 40px;
            justify-content: flex-start;
            align-items: flex-start;
            border-radius: 8px;
            background-color: #FFF;
            box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
        }

        .login-text{
            width: 550px;
            color: #000;
            font-variant-numeric: lining-nums proportional-nums;
            font-feature-settings: 'clig' off, 'liga' off;
            font-size: 32px;
            font-weight: 500;
            line-height: 38px;
            font-style: normal;
        }

        .radio-label{
            font-size: 16px !important;
            font-weight: 400 !important;
            margin-left: 12px;
            color: #000;
        }



        .radio-label-gap{
            margin-left: 24px;
        }

        .label-top-margin{
            margin-top: 8px;
        }

        .label-div-bottom-margin{
            margin-bottom: 4px;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
        }

        .label-between-gap{
            margin-top: 12px;
        }

        .label{
            font-size: 16px;
            font-weight: 400;
            color: black;
        }



        .input-box{
            padding: 16px 12px !important;
            align-items: center !important;
            gap: 12px !important;
            align-self: stretch !important;
            border-radius: 4px !important;
            border-width: thin !important;
            width :551px !important;
        }

        #domain
        {
            padding: 16px 12px !important;
            align-items: center !important;
            gap: 12px !important;
            align-self: stretch !important;
            border-radius: 4px !important;
            border-width: thin !important;
            width :551px !important;
        }
        .checkbox-size{
            width: 20px;
            height: 20px;
            accent-color: #006de3;
            margin-right: 0px;
        }

        .login-button{
            width: 120px;
            height: 40px;
            padding: 12px 16px;
            justify-content: center;
            border-radius: 24px;
            background: #006DE3;
            border-color: transparent;
        }
        #submit{
            width: 120px;
            height: 40px;
            padding: 12px 16px;
            justify-content: center;
            border-radius: 24px;
            background: #006DE3;
            border-color: transparent;
            float: left;
        }
        #submit:hover {
            background-color: #005ABA;
        } 
        .login-button-text{
            color: #FFF;
            font-size: 16px;
            font-weight: 500;
            font-family: 'Barclays Effra';
        }

        .blue-underline-text{
            font-size: 16px;
            font-weight: 400;
            color: #006DE3;
            text-decoration: underline;

        }

        .gray-underline-text{
            font-weight: 400;
            font-size: 16px;
            color: black;
            padding-top: 16px;
        }

        .blue-underline-text-margin{
            margin-left: 16px;
        }

        .frame-body{
            justify-content: space-between;
            /* align-items: center; */
            width: 100%;
            /* height: 1194px; */
            padding-left: 109px;
        }

        input[type=text]::placeholder, input[type=password]::placeholder, select::placeholder{
            font-weight: 400;
            font-size: 16px;
            color: #515151;
        }
        input[type=text], input[type=password], select{
            font-weight: 400;
            font-size: 16px;
            /* color: #000;
            border: 1px solid #000; */
        }
        input[type=text]:focus, input[type=password]:focus, select:focus{
           
            border: 1px solid #006DE3;
            color: #000;
        }
        
        .input-box-margin{
            margin-top: -20px !important;
        }
        .fieldset
        {
            border: none;
        }
        .fieldset-div
        {
            padding-right: 0px;display: flex;
            padding-bottom: 8px;
            line-height: normal;
        }
        .remember-class input {
    margin: 0px 10px 0px 0px;
   height: auto;
    border: 0px solid #ffffff;
    vertical-align: top;
    width: 20px;
    height: 20px;
}
.display-flex{
    display: flex !important;
}
.no-left-margin{
    margin-left: 0px;
    padding-bottom: 24px;
}
.radio-label-span{
    white-space: nowrap;font-size: 16px;font-weight: 400;
    color: black;
}
.form-class
{
    margin-bottom: 0px !important;
    padding-top: 40px;
}



/* .error {
    border-style: solid;
    border-width: 1px;
    border-color: #D71D4F;
   margin-bottom: 0px;
    padding: 7px;
    scroll-padding-bottom: auto;
    color: #D71D4F;
    font-weight: normal;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #FFF4F6;
}  */
.wrapper
{
    max-width: 630px;
}
#foot-wrap
{
    height: 74px;
    bottom:-10px;
    margin-top: auto !important;
    /* position: relative; */
    
}
/*
.error-message{
    width: -webkit-fill-available;
    color: black;
    font-weight: normal;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #FFF4F6;
   
    font-weight: bold;

}

.error{
    width: -webkit-fill-available;
}

.error-message-table
{
background-color: #FFF4F6;
}
.error-message-td
{
text-align: left;
width: auto;
} */
.error-message-content{
    font-family: Barclays Effra;font-size: 16px;font-style: normal;font-weight: 500;color:black;
}
.body{
    overflow-y: scroll;height: 100vh;
}
.main-outer-div{
    height: 100%;    display: flex;flex-direction: column;
}
.heading-div
{
    height: 76px;
}
/* .heading{
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 24px 24px;
} */
.content-div{
    display: flex;display: flex;
justify-content: space-between;
align-items: flex-start;
flex: 1 0 0;
align-self: stretch;
}
/* .content-div-1{
    padding:80px 78px 80px 78px; 
    position:relative;
align-items: flex-start;
flex: 1 0 0;
align-self: stretch;
}
.content-div-2{
    justify-content: space-between;
} */
.content-div-left{
    margin-top: 48px;padding-left: 109px;
    background-image: url("/BC_S/bl_rebrand/images/bl_new_rebrand/BL_logo_final.svg");
    background-repeat: no-repeat;
    background-size: 330px 40px;
    background-position: 109px;
    width: 330px;
    height: 40px;
    position: relative;
}
.set-secure-div{
    padding: 0;
}
.login-form{
    width:100%;display:inline-block;
    padding-top: 24px;
}
.float-left
{
    float: left;
}
.float-right{
    float: right;
}
.topbar{
    height:18px
}
.margin-logo{
           
    display: flex;
    width: 1284px;
    height: 28px;
    justify-content: space-between;
    align-items: flex-start;
}
.heading{
    display: flex;
    
    padding: 24px 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.content-div-1{
    display: flex;
    padding: 80px 24px;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
}
.content-div-2
{
    display: flex;
    width: 1284px;
    /* padding-left: 109px; */
    justify-content: space-between;
    align-items: flex-start;
} 
.margin-first-footer-component {
/* margin-left: 80px; */
width: 1284px;

margin-top: 24px;
}
.footer-text{
width: 100%;
/* padding: 0px 240px; */
flex-direction: column;
color: #FFF;
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.barclays-footer{
        padding-left: 32px;
    }
   
}

@media (min-width:1200px) {
    input.hasPlaceholder.mandatory.input-box.font-family{
        border: 1px solid #707070;
    }
    input.hasPlaceholder.mandatory.input-box.font-family:focus{
        border-radius: 0.25rem;
        border: 1px solid #006DE3 !important;
        border-width: thin;
        outline: none;
        color: #000;
    }
    input.hasPlaceholder.mandatory.input-box.font-family:not(:focus):not(:placeholder-shown){
        border: 1px solid #000;
        border-width: thin;
    }

    select#domain:focus{
        color: #000;
    }
}

 @media (min-width: 1920px)   {
    #hide-eagle{
        margin-top: 100px;
    margin-left: 480px;
    }
    .open-modal {
    text-decoration: underline;
    cursor: pointer;
}

#manage_cookie {
    display: block;
    width: 13.4375rem;
    flex-direction: column;
    align-items: flex-start;
    z-index: unset;
    position: absolute;
}
 .tooltip-content{
     box-shadow: 0px -4px 8px -2px rgba(0, 0, 0, 0.10);
     display: flex;
     padding: 1rem;
     flex-direction: column;
     align-items: flex-start;
     align-self: stretch;
     border-radius: 0.625rem;
     background: var(--Fill-Surface-Blue, #F2F9FF);
     margin-top: -22px;
 }
.tooltip-text{
    color: var(--Text-Body-Common-Medium-Emphesis, #515151);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Barclays Effra";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.remember label {
    display: inline-block;
}

.pecr-privacy-cookie{
    display: none;
    float: right;
    margin-right: 5px;
}
*{
            margin: 0px;
        }

        body{
            overflow-y: hidden;
        }

        @font-face {
            font-family: 'Barclays Effra' !important;
            src: url('./BarclaysEffra_Rg.ttf') format('truetype');
            font-weight: 400;
            font-style: normal;
        }

        .font-family{
            font-family: "Barclays Effra" !important;
        }

        .relative{
            position: relative;
        }

        .absolute{
            /* position: absolute; */
        }

        .flex{
            display: flex;
        }

        .flex-items-center{
            align-items: center;
        }

        .blue-box-header {
            /* height: 74px; */
            flex-direction: column;
            align-items: center;
            /* justify-content: start; */
            gap: 54px;
            background-color: #1B2140;
        }

        .margin-logo{
            /* left: -600px; */
        }

        .footer-position{
            /* position:fixed; */
            bottom:0;
            height: 74px;
            width: 100%;
            align-items: center;
            justify-content: left;
            font-feature-settings: 'clig' off, 'liga' off;
        }

        .main-body{
           
            background-color: #F2F9FF;
          
        }

        .flex-row{
            flex-direction: row;
        }

        .flex-column{
            flex-direction: column;
        }

        .footer-text{
            color: #FFF;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }

        .img-size{
            width: 326px;
            height: 40px;
        }

        .welcome-to-barclays-live-text{
            font-variant-numeric: lining-nums proportional-nums;
            font-feature-settings: 'clig' off, 'liga' off;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 32px;
            margin-top: 56px;
            color: #000;
            left: 48px;
        }

        .margin-first-footer-component{
            /*margin-left: 80px;*/
        }
        input[type=text], input[type=password], select {
    
    border: 1px solid #707070;
}
        .form-outer-box{
            width: 550px;
            padding: 40px;
            justify-content: flex-start;
            align-items: flex-start;
            border-radius: 8px;
            background-color: #FFF;
            box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
        }

        .login-text{
            width: 551px;
            color: #000;
            font-variant-numeric: lining-nums proportional-nums;
            font-feature-settings: 'clig' off, 'liga' off;
            font-size: 32px;
            font-weight: 500;
            line-height: 38px;
            font-style: normal;
        }

        .radio-label{
            font-size: 16px !important; 
            font-weight: 400 !important;
            margin-left: 12px;
            color: #000;
        }



        .radio-label-gap{
            margin-left: 24px;
        }

        .label-top-margin{
            margin-top: 8px;
        }

         .label-div-bottom-margin{
            margin-bottom: 4px;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
         }

        .label-between-gap{
            margin-top: 12px;
        }

        .label{
            font-size: 16px;
            font-weight: 400;
            color: black;
        }



        .input-box{
            padding: 16px 12px !important;
            align-items: center !important;
            gap: 12px !important;
            align-self: stretch !important;
            border-radius: 4px !important;
            border-width: thin !important;
            width :551px !important;
        }

        #domain
        {
            padding: 16px 12px !important;
            align-items: center !important;
            gap: 12px !important;
            align-self: stretch !important;
            border-radius: 4px !important;
            border-width: thin !important;
            width :551px !important;
        }
        .checkbox-size{
            width: 20px;
            height: 20px;
            accent-color: #006de3;
            margin-right: 0px;
        }

        .login-button{
            width: 120px;
            height: 40px;
            padding: 12px 16px;
            justify-content: center;
            border-radius: 24px;
            background: #006DE3;
            border-color: transparent;
        }
        #submit{
            width: 120px;
            height: 40px;
            padding: 12px 16px;
            justify-content: center;
            border-radius: 24px;
            background: #006DE3;
            border-color: transparent;
            float: left;
        }
        #submit:hover {
            background-color: #005ABA;
        } 
        .login-button-text{
            color: #FFF;
            font-size: 16px;
            font-weight: 500;
            font-family: 'Barclays Effra';
        }

        .blue-underline-text{
            font-size: 16px;
            font-weight: 400;
            color: #006DE3;
            text-decoration: underline;

        }

        .gray-underline-text{
            font-weight: 400;
            font-size: 16px;
            color: black;
            padding-top: 16px;
        }

        .blue-underline-text-margin{
            margin-left: 16px;
        }

        .frame-body{
            justify-content: space-between;
            /* align-items: center; */
            width: 100%;
            /* height: 1194px; */
            padding-left: 109px;
        }

         input[type=text]::placeholder, input[type=password]::placeholder, select::placeholder{
             font-weight: 400;
             font-size: 16px;
             color: #515151;
         }
        input[type=text], input[type=password], select{
            font-weight: 400;
            font-size: 16px;
            color: #000;
            border: 1px solid #000;
        }
        input[type=text]:focus, input[type=password]:focus, select:focus{
           
            border: 1px solid #006DE3;
            color: #000;
        }
        
        .input-box-margin{
            margin-top: -20px !important;
        }
        .fieldset
        {
            border: none;
        }
        .fieldset-div
        {
            padding-right: 0px;display: flex;
            padding-bottom: 8px;
            line-height: normal;
        }
        .remember-class input {
    margin: 0px 10px 0px 0px;
   height: auto;
    border: 0px solid #ffffff;
    vertical-align: top;
    width: 20px;
    height: 20px;
}
.display-flex{
    display: flex !important;
}
.no-left-margin{
    margin-left: 0px;
    padding-bottom: 24px;
}
.radio-label-span{
    white-space: nowrap;font-size: 16px;font-weight: 400;
    color: black;
}
.form-class
{
    margin-bottom: 0px !important;
    padding-top: 40px;
}
.wrapper
{
    max-width: 630px;
}
#foot-wrap
{
    height: 74px;
    bottom:-10px;
    margin-top: auto !important;
    /* position: relative; */
    
}
.error-message-content{
    font-family: Barclays Effra;font-size: 16px;font-style: normal;font-weight: 500;color:black;
}
.body{
    overflow-y: scroll;height: 100vh;
}
.main-outer-div{
    height: 100%;    display: flex;flex-direction: column;
}
.heading-div
{
    height: 76px;
}
/* .heading{
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 24px 24px;
} */
.content-div{
    display: flex;display: flex;
justify-content: space-between;
align-items: flex-start;
flex: 1 0 0;
align-self: stretch;
}
/* .content-div-1{
    padding:80px 78px 80px 78px; 
    position:relative;
align-items: flex-start;
flex: 1 0 0;
align-self: stretch;
}
.content-div-2{
    justify-content: space-between;
} */
.content-div-left{
    margin-top: 48px;padding-left: 109px;
    background-image: url("/BC_S/bl_rebrand/images/bl_new_rebrand/BL_logo_final.svg");
    background-repeat: no-repeat;
    background-size: 330px 40px;
    background-position: 109px;
    width: 330px;
    height: 40px;
    position: relative;
}
.set-secure-div{
    padding: 0;
}
.login-form{
    width:100%;display:inline-block;
    padding-top: 24px;
}
.float-left
{
    float: left;
}
.float-right{
    float: right;
}
.topbar{
    height:18px
}
     .margin-logo{
           
            display: flex;
            width: 1284px;
            height: 28px;
            justify-content: space-between;
            align-items: flex-start;
        }
        .heading{
            display: flex;
            /* width: 100%; */
            padding: 24px 0;
            flex-direction: column;
            align-items: center;
            gap: 24px;
        }
        .content-div-1{
            display: flex;
            padding: 80px 0px;
            flex-direction: column;
            align-items: center;
            flex: 1 0 0;
            align-self: stretch;
        }
        .content-div-2
        {
            display: flex;
            width: 1284px;
            justify-content: space-between;
            align-items: flex-start;
        } 
        .margin-first-footer-component {
        /*margin-left: 80px;*/
        width: 1284px;
  
    margin-top: 24px;
    }
    .footer-text{
        width: 100%;
    /* padding: 0px 240px; */
    flex-direction: column;
    color: #FFF;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .barclays-footer{
        padding-left: 32px;
    }
    
}
#manage_cookie {
    display: block;
    width: 13.4375rem;
    flex-direction: column;
    align-items: flex-start;
    z-index: unset;
    position: absolute;
    transform: translateX(-10px);
    padding-top: 10px;
}
.tooltip-content{
    box-shadow: 0px -4px 8px -2px rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 0.625rem;
    background: var(--Fill-Surface-Blue, #F2F9FF);
    margin-top: -22px;
}
.tooltip-text{
    color: var(--Text-Body-Common-Medium-Emphesis, #515151);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Barclays Effra";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}