.bnstr_BL_error{
    width:345px; 
    border:1px solid red; 
    border-radius:5px; 
    padding:10px;
    background-color:red; 
    color: white;
    font-family: 'Montserrat';    
    font-size:14px!important; 
    font-weight:bold;
    text-align: center;      
}

.bnstr_BL{
    display:none;    
    position:fixed;
    top:0px;
    left:0px;
    z-index:1501;  
    padding:20px;
    background-color: #f6f7f8;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: auto;
}

.bnstr_boxLoginInner{
    padding:20px 20px 20px 20px;
}

.bnstr_boxLoginDivInput{
    padding-bottom:10px;
}

.bnstr_BL_Inner{
    width:345px;
    border:1px solid #e9e6e6;
    border-radius: 5px;
    padding:20px 20px 20px 20px;
    background-color: white;
    margin-left:20px;
}

.bnstr_BL_Inner2{
    width:100%;
    border:1px solid #e9e6e6;
    border-radius: 5px;
    padding:20px 20px 20px 20px;
    background-color: white;
}

.bnstr_BL_Label_20{
    font-family: 'Montserrat';    
    font-size:20px!important;    
    font-weight: bold;
    padding-top:20px;
    padding-bottom:20px;
    text-align: center;
}

.bnstr_BL_Label_14{
    font-family: 'Montserrat';    
    font-size:14px!important;    
    text-align: justify;
}

.bnstr_BL_Label_14_PB20{
    font-family: 'Montserrat';    
    font-size:14px!important;    
    padding-bottom:20px;
    text-align: justify;
}

.bnstr_BL_Label_14_CPB20{
    font-family: 'Montserrat';    
    font-size:14px!important;    
    padding-bottom:20px;
    text-align: center;
}


.bnstr_BL_Label_14_PTB20{
    font-family: 'Montserrat';    
    font-size:14px!important;    
    padding-top:20px;
    padding-bottom:20px;
    text-align: justify;
}

.bnstr_BL_DivBtnLgnFncr{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bnstr_BL_BtnLgnFncr{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #004f9e;
    color: white;
    width: 220px;
    height: 42px;
    border: 2px solid #004f9e;
    border-radius: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bnstr_boxLoginInput{
    font-family: 'Montserrat';    
    font-size:14px!important;
    background-color: white;
}

.bnstr_divCaptcha{
    /*padding-bottom:10px;*/
    padding-bottom:0px;
}

.bnstr_boxCaptcha{
    padding-bottom: 10px;
    height: 56px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bnstr_btnCheckCaptcha{
    cursor: pointer;
    color: white;
    border: 1px solid #008f09;
    background-color: #6cb201;
    height: 35px;
    border-radius: 5px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: 10px;
}

.bnstr_btnCheckCaptcha:hover{
    background-color: #548b00;
}

.bnstr_btnResetCaptcha{
    cursor: pointer;
    color: white;
    border: 1px solid #004368;
    background-color: #008fdd;
    height: 35px;
    border-radius: 5px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-left: 10px;
}

.bnstr_btnResetCaptcha:hover{
    background-color: #006eaa;
}

.bnstr_boxLoginLabel_1{
    font-family: 'Montserrat';
    font-size:12px!important;    
    font-weight: bold;
    padding-bottom:10px;
    color:#1e5099;
    cursor:pointer;
}

.bnstr_boxLoginLabel_1:hover{
    color:blue;
}

.bnstr_boxLoginLabel{
    font-family: 'Montserrat';
    font-size:14px!important;    
    font-weight: bold;
    padding-bottom:5px;
}

.bnstr_boxLoginDivCntr{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bnstr_boxLoginBtnSnd{
    width:100px;
    padding:5px;
    font-family: 'Montserrat';
    font-size:16px!important;
    font-weight: bold;
    border-radius: 5px;
    background-color: orange;
    border:1px solid orange;
    color:white;
    cursor:pointer;
    text-align: center;
}

.bnstr_boxLoginBtnSndDisabled{
    width:100px;
    padding:5px;
    font-family: 'Montserrat';
    font-size:16px!important;
    font-weight: bold;
    border-radius: 5px;
    background-color: #bdbdbd;
    border:1px solid #bdbdbd;
    color:black;
    text-align: center;
}

.bnstr_boxLoginBtnSnd:hover{
    background-color: #d78b01;
}

.bnstr_boxLoginBtnExitSnd{
    width:100px;
    padding:5px;
    font-family: 'Montserrat';
    font-size:16px!important;
    font-weight: bold;
    border-radius: 5px;
    background-color: grey;
    border:1px solid grey;
    color:white;
    cursor:pointer;
    text-align: center;
}

.bnstr_boxLoginBtnExitSnd:hover{
    background-color: #5a5a5a;
}

.bnstr_boxLoginPwdMain{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.bnstr_boxLoginPwdInput{
    width:270px;
}

.bnstr_boxLoginPwdShow{
    width:34px;
    height:37px;    
    padding-top:8px;
    text-align: center;
}

/*--------------------------------------*/
.bnstr_boxLogout{
    display:none;    
    position:fixed;
    width: 360px;
    height: 100px;
    background-color: white;
    border-radius: 5px;
    top:0px;
    left:0px;
    z-index:1501;  
}

.bnstr_boxLogoutInner{
    padding:20px 20px 20px 20px;
}

.bnstr_boxLogoutLabel{
    font-family: 'Montserrat';
    font-size:14px!important;    
    /*font-weight: bold;*/
    padding-bottom:10px;
    text-align: center;
}

.bnstr_boxLogoutBtnBack{
    width:120px;
    padding:5px;
    font-family: 'Montserrat';
    font-size:14px!important;
    font-weight: bold;
    border-radius: 5px;
    background-color: grey;
    border:1px solid grey;
    color:white;
    cursor:pointer;
    text-align: center;
}

.bnstr_boxLogoutBtnBack:hover{
    background-color: #5a5a5a;
}

.bnstr_boxLogoutDivCntr{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bnstr_boxLogoutBtn{
    width:170px;
    padding:5px;
    font-family: 'Montserrat';
    font-size:14px!important;
    font-weight: bold;
    border-radius: 5px;
    background-color: orange;
    border:1px solid orange;
    color:white;
    cursor:pointer;
    text-align: center;
}

.bnstr_boxLogoutBtn:hover{
    background-color: #d78b01;
}
/*--------------------------------------*/
.bnstr_BPR{
    display:none;    
    position:fixed;
    width: 450px;
    height: 365px;
    background-color: white;
    border-radius: 5px;
    top:0px;
    left:0px;
    z-index:1501;  
    font-family: 'Montserrat';
}

.bnstr_BPR_Inner{
    padding:20px 20px 20px 20px;
}

.bnstr_BPR_Label{
    font-family: 'Montserrat';
    font-size:14px!important;    
    padding-bottom:20px;
    text-align: justify;
}

.bnstr_BPR_LabelC{
    font-family: 'Montserrat';
    font-size:14px!important;    
    padding-bottom:20px;
    text-align: center;
}

.bnstr_BPR_LabelInput{
    font-family: 'Montserrat';
    font-size:14px!important;    
    font-weight: bold;
    padding:10px 0x 10px 0px;
    text-align: justify;
}

.bnstr_BPR_Back{
    width:120px;
    padding:5px;
    font-family: 'Montserrat';
    font-size:14px!important;
    font-weight: bold;
    border-radius: 5px;
    background-color: #d5d5d5;
    border:1px solid #d5d5d5;
    color:black;
    cursor:pointer;
    text-align: center;
}

.bnstr_BPR_Back:hover{
    background-color: #8e8e8e;
}

.bnstr_BPR_DivExtrms{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bnstr_BPR_DivCntr{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bnstr_BPR_BtnDisable{
    width:170px;
    padding:5px;
    font-family: 'Montserrat';
    font-size:14px!important;
    font-weight: bold;
    border-radius: 5px;
    background-color: grey;
    border:1px solid grey;
    color:white;
    text-align: center;
}

.bnstr_BPR_Btn{
    width:170px;
    padding:5px;
    font-family: 'Montserrat';
    font-size:14px!important;
    font-weight: bold;
    border-radius: 5px;
    background-color: orange;
    border:1px solid orange;
    color:white;
    cursor:pointer;
    text-align: center;
}

.bnstr_BPR_Btn:hover{
    background-color: #d78b01;
}

.bnstr_BPR_Input{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;   
    padding-bottom:10px;
}

.bnstr_BPR_PreInput{
    width:130px;
    margin-left:10px;
}

.bnstr_BPR_Rsltr{
    color:#1e5099;
    cursor:pointer;
    font-weight: bold;
}

.bnstr_BPR_Rsltr:hover{
    color:blue;
}

.bnstr_BPR_recaptcha{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bnstr_BRP_input{
    width:140px!important;/*125px!important;*/
    font-family: 'Montserrat';
    font-size:14px!important;
    margin-left:8px;/*8px;*/
    margin-right:8px;/*2px;*/
}

.bnstr_BRP_labelInput{
    width:140px!important;
    font-family: 'Montserrat';
    text-align: right;
    font-size:14px!important;
    font-weight: bold;
}

.bnstr_BRP_table{
    width:100%;
    /*padding:0px 50px 10px 50px;*/
    padding:0px 0px 20px 0px;
}

.bnstr_BRP_td{
    width:28px;
    height:37px;
    text-align: center;
}

.bnstr_BRP_shwPwd{
    color:#bfbfbf;
    cursor:pointer;
}

.bnstr_BCP_Back{
    width:120px;
    padding:5px;
    font-family: 'Montserrat';
    font-size:14px!important;
    font-weight: bold;
    border-radius: 5px;
    background-color: #d5d5d5;
    border:1px solid #d5d5d5;
    color:black;
    cursor:pointer;
    text-align: center;
}

.bnstr_BCP_Back:hover{
    background-color: #8e8e8e;
}

.bnstr_boxNoSsn{
    display:none;    
    position:fixed;
    width: 270px;
    height: 125px;
    background-color: white;
    border-radius: 5px;
    top:0px;
    left:0px;
    z-index:1601;  
}

.bnstr_boxNoSsnDivCntr{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
}