body,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    background-color: #f4f6f8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
input,
button {
    font-family: 'Lato', sans-serif;
}

.abg-bg {
    background-color: #33f !important;
}

.form-group {
    margin-bottom: 40px;
}

.MuiInputLabel-root {
    color: #80868E !important;
    font-family: Lato !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.form-login-header {
    color: var(--ABG-Black-Theme, #333);
    font-feature-settings: 'ss01' on, 'cv01' on, 'cv11' on;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.form-login-button {
    color: var(--White, #FFF) !important;
    text-align: center !important;
    font-family: Lato !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.no-margin {
    margin: 0 !important;
    padding: 0 !important;
}

.basic-card-title {
    color: #000 !important;
    font-family: Lato !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.basic-card-body {
    padding-top: 5px;
    color: #000 !important;
    font-family: Lato !important;
    font-size: 16px !important;
    font-style: normal !important;
    line-height: normal !important;
}

.users-chart-data {
    color: #33F;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.table-header {
    color: #33F !important;
    font-family: Lato !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 150% !important;
}