body {
    font-size: 18px;
    font-family: 'latoregular';
    background-color: #F1F2F6;
}

table {
    text-align: center;
}

table td {
    text-align: center;
}

#datatable_show_filter {
    display: none;
}

.dataTables_length {
    display: none;
}

.text_field {
    color: red;
}

table tr th {
    background-color: #7a519d;
    color: #fff;
    text-transform: uppercase;
}

table td {
    text-transform: uppercase;
}

.dataTables_paginate {
    display: none;
}

.text_content {
    color: #a44fec;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.text_content_header {
    color: #1c1e27;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    padding-bottom: 10px;

}

.logo_sec {
    background: #FFFFFF;
}

.logo_sec img {
    padding-top: 10px;
    padding-bottom: 3px;
}

.form_sec {
    border: 1px solid #dee0e7;
    padding-top: 7px;
}

.form_top {
    padding-top: 50px;
}

.footer_sec_con {
    background: #1C1F28;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
}

.footer_sec_con p{
    margin: 10px;
}

p{
    margin-bottom: 0px;
}