.table-format th {
    font-weight: 400;
    background: rgba(176, 222, 255, 0.3);
    color: navy!important;
    border: 1px solid #bee0f1;
    text-align: center;
    padding: 5px 5px !important;
    font-size: 13px !important;
}
.table-format td {
	    background: white;
    color: #2f76ab;
    border: 1px solid #bee0f1;
    text-align: left;
    padding: 6px 5px !important;
    font-size: 13px !important;
}
#password_msg{ color:navy; text-align:right; }
#search_by { color:navy }
.text_left { text-align: left; }
.text_right { text-align: right; }
#search_btn{ background:#747474; color:#fff; }
.m-0 { margin:0 auto; }
.w-43 { width:43%; }
.bg_{ background: #FFF4F4; }
.txt_red{ color: red; }
.w-24{ width:24%; } 
.w-15{ width:15%; } 
.w-57{ width:57%; } 
#new_captcha{ margin-left: 10px;position: relative; margin-top: 5px;    cursor: pointer; }
.fl {float:right;}
.flotlft {float: left;}
