.bg-login{
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    background-color: #184a80;
    background-image: -webkit-linear-gradient(-432deg, #184a80, #65133a);
    background-image: -webkit-linear-gradient(288deg, #184a80, #65133a);
    background-image: linear-gradient(162deg, #184a80, #65133a);
    /*color: #fff;*/
    z-index: 0;
}
.dt_thead tr th{
    color: #2196f3 !important;
    font-size:16px !important;
    font-weight: 700 !important;
}
.header_bg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fba2f+0,4554f9+100 */
    background: #1fba2f !important; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #1fba2f 0%, #4554f9 100%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #1fba2f 0%,#4554f9 100%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #1fba2f 0%,#4554f9 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fba2f', endColorstr='#4554f9',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */

}
.header_bg1{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#587bd4+0,66236e+99 */
    background: #587bd4!important; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #587bd4 0%, #66236e 99%)!important; /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #587bd4 0%,#66236e 99%)!important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #587bd4 0%,#66236e 99%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#587bd4', endColorstr='#66236e',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */

}