.custom-logo {
    max-height: 30px;
    content: url(/system_images/logo_home.png);
}

.custom-logo-text {
    font-size: 18px;
    color: black;
}

.custom-logo-login {
    content: url(/system_images/logo_main_page.png);
    max-height: 80px;
}

.custom-logo-help-desk {
    max-height: 250px;
}

.custom-body {
    background-color: white;
    background-image: url('/assets/media/bg/bg-3.jpg');
}

.custom-data-table-header {
    text-align: right !important;
    padding-right: 0;
    padding-left: 0;
    padding-top: 5px;
}

.custom-data-table-search {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    padding-top: 5px;
}

.custom-data-table {
    padding-bottom: 2.25rem !important;
}

.custom-main-page-banner {
    margin-top:90px;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    background-image: url('../img/img_banner.jpg');
}

@font-face {
    font-family: italiana;
    src: url('../font/Italiana-Regular.ttf');
}