body {
    font-family: "Montserrat", sans-serif;
}
.reactive-table thead tr th {
    border: 0;
    color: #000;
}
.reactive-table thead tr {
    border: 0;
}
.reactive-table thead {
    border: 0;
}
.reactive-table {
    border: 0;
}
.reactive-table tr td {
    border: 0;
}
body.authentication-bg {
    background-image: none;
    background-size: cover;
    background-position: center;
}
.login-bg:after {
    position: absolute;
    background: #838383c9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: " ";
    z-index: 0;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
body .btn-info,
.btn-dark {
    background-color: #000;
    border: #000;
    padding: 10px 20px;
}
body .btn-info:hover,
.btn-dark:hover {
    background-color: rgb(0 0 0 / 76%);
}
.company {
    padding: 50px;
}
ul.company-items {
    padding: 0;
    flex-wrap: wrap;
}

ul.company-items li {
    list-style: none;
    width: 23%;
    box-shadow: 5px 0px 8px 0px #0000000f;
    margin: 0px 10px;
    transition: transform 0.2s;
    cursor: pointer;
    margin-bottom: 20px;
}
ul.company-items li a {
    padding: 20px;
    width: 100%;
    display: block;
    height: 100%;
}

ul.company-items {
    display: flex;
    background: #fff;
    margin: 0;
}

ul.company-items span,
ul.company-items i {
    color: #000;
}
ul.company-items li:hover {
    transform: scale(1.1);
}
.nossa-filter-area {
    padding: 30px;
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    #mBox {
        width: 60% !important;
    }
}

.left-side {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding: 0;
}
.login-bg {
    background-image: url("/assets/images/login-bg.jpg");
    background-size: cover;
    background-position: center;
    width: 70%;
    height: 70vh;
    position: relative;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.form-with-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    padding: 0;
}
.nossa-badge {
    padding: 2px 10px;
    border-radius: 12px;
}
.widget-item {
    cursor: pointer;
}
.reactive-table td {
    color: #000;
}
body td,
body th {
    font-size: 13px;
}

body label {
    font-size: 13px;
}

body span {
    font-size: 13px;
}

body a {
    font-size: 13px;
}

body h3 {
    font-size: 16px !important;
}
