﻿
html, body, span, a, p, div, h1, h2, h3, h4, h5, h6, select, table, button {
    text-transform: lowercase !important;
}

.table > thead > tr > th {
    text-transform: lowercase !important;
}

.table-bordered {
    border: 1px solid #ebedf2 !important;
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #ebedf2 !important;
    }

.navbar .nav-logo a.navbar-brand .navbar-brand-name {
    font-size: 26px;
    color: #00ad54;
}

img.logo-auth {
    max-height: 90px !important;
    max-width: 255px !important;
    margin-left: -7px !important;
}

.custom-file-container__logo__custom {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    height: 89px !important;
    padding: 0px !important;
}
