.custom_form_horizontal {
     box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
     padding: 20px;
     position: relative;
     width: 100%;
     display: block;
     background: #fff;
     border-radius: 10px;
}
 .center_form{
     display: flex;
     justify-content: center;
     align-items: center;
     height: 100vh;
}
 .text-center._copyryt {
     width: 100%;
     position: relative;
     margin-top: 20px;
    /* background: red;
     */
     background: linear-gradient(180deg, #FFB871 0%, #FF9B37 51.04%, #FF8000 100%);
}
.page-item.active .page-link {
    z-index: auto !important;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
 p.copy_ryt {
     margin: 0px;
     padding: 10px;
}
 p.copy_ryt a{
     color: #000;
}
.main_div {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}
.table_section{
    width: 100%;
     display: block;
   
}
 button.btn.dropdown-toggle {
     padding-left: 0px;
     text-transform: uppercase;
     color: red;
     border: none;
     box-shadow: none;
     outline: none;
     font-size: 16px;
     padding: 0px;
}
 .btn-group.lgbutton span {
     margin-right: 5px;
}
 .bg-light .btn-group.lgbutton {
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 16px;
}
 .admin_logo {
     text-align: center;
     margin-bottom: 20px;
     margin-top: 20px;
     display: block;
}
 .admin_logo img{
     width: 150px;
}
 ::placeholder{
     font-size: 14px;
}
 label.text-red.text-capitalize.text-normal {
     font-size: 14px;
     margin-bottom: 0px;
}
 body {
     background: #fbfbfb !important;
}
