        label b {
    font-family: CARDIF__;
}
        .login-btn:hover .tooltip , .signin-btn:hover .tooltip  , .submit-btn:hover .tooltip , .log-out:hover .tooltip {
    opacity: 1;
    visibility: visible;
}
.tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 5px solid #555555;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: -5px;
    left: 0px;
    position: absolute;
}
.tooltip {
    width: max-content !important;
    font-size: 13px;
    visibility: hidden;
    position: absolute;
    line-height: 2;
    padding: 0px 8px;
    background: #555555;
    bottom: -35px;
    color: #fff;
    text-align: center;
    z-index: 999;
    left: 8px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}
.login-btn , .signin-btn , .log-out{
    position: relative;
}
#form{position: relative;}
        ::-webkit-input-placeholder {
    font-size: 12px;
}
::-moz-placeholder { 
  font-size: 12px;
}
:-ms-input-placeholder {
  font-size: 12px;
}
:-moz-placeholder { 
  font-size: 12px;
}
    .bc-xlarge{   
        border-radius: 0px !important;
        height: 25px;
        padding: 5px 15px 5px 15px;
    }
    div.captcha {
    margin-right: 10px;
    margin-left: 0px;
}
    .refreshing55 img {
    margin-top: 10px;
}
a.refreshing55 {
    width: 30px ;
    margin-right: 5px ;
    height: 37px;
    vertical-align: top;
    border: 1px solid #cccccc;
    border-radius: 5px;
    text-align: center;
}
    .bc-rows label {
        font-size: 13px;
        display: table-cell;
        width: 25%;
    }
    
    .bc-rows input {
        display: table-cell;
        width: 100%;
    }
    
    
    .bc-rows {
        display: table;
        width: 100%;
    }
    
    .input-error {
        display: none;
        color: rgb(255, 41, 41);
        border: 1px solid rgb(255, 173, 173);
        padding: 3px;
        font-size: 12px;
        margin-bottom: 8px;
        border-radius: 10px;
        width: max-content;
        background: rgb(255, 230, 230);
    }
    
    div#answers {
        text-align: center;
        display: inline-block;
        width: 100%;
        margin-top: 34px;
    }
    
    .bc-container-message {
        min-height: 100px;
        display: block;
    }
    
    form.bc-container {
        min-height: 100px;
        display: block;
    }
    .bc-green, .bc-hover-green:hover{
        color: #fff!important;
    background-color: #656565!important;
    }
    .bc-center {
        text-align: center!important;
        height: 35px;
    }
    
    .bc-display-topright {
        position: absolute;
        left: 0 ;
        display: inline-table;
        top: 0;
    }
    
    input[name='Captcha'] {
        height: 37px;
        width: 35%;
        display: inline-block;
    }
    
    img.captcha-img.bc-input.bc-border {
        width: fit-content;
        display: inline-block;
    }
    
    .bc-modal {
        z-index: 25;
    }
    
    .bc-modal-content.bc-card-4.bc-animate-zoom {
        max-width: 400px !important;
    }
    
    form.bc-container>* {
        direction: rtl;
    }
    
    .l-l {
        width: 35px !important;
        color: white;
        margin-right: 10px;
    }
    
    .search-box {
        margin-right: 0px;
    }
    
    .l-l:hover .div-user {
        display: block;
    }
    
    .bc-input,
    .bc-border,
    .bc-button {
        border-radius: 5px;
    }
    
    .div-user {
        display: none;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.60);
        width: 180px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 30;
        left: 0;
        top: 40px;
        border-radius: 5px;
    }
    
    .bc-button:hover {
        color: #fff !important;
        background-color: #02786f !important;
    }