.box-section{
    padding: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f5f5f5;
}
.cb h3{
    text-align: center;   
	margin-bottom: 60px;
}
.cb{
    padding: 150px 0px 100px;
}
.cb .form-control{
	border-color: #9e9e9e;
}
.cb .form-control:focus{
	box-shadow: none;
	border-color: initial;
}
.btn-reg{
	background-color: #172026 !important;
    border-color: #172026 !important;
    padding: 10px 60px;
}
.dt-buttons{
    float: right;
    clear: both;
}
.dt-length, .dt-info{
    float: left;
    clear: both;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}

.dt-search, .dt-paging{
    float: right;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}