.lifo-subtitle-login h2 {
  margin: 30px 0 !important;
}

.lifo-separator {
  height: 50px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
}

p {
  font-family: 'Montserrat', sans-serif !important;  
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.border-warning {
    border-color: #cccccc !important;
}

.lifo-data-numbers {
  margin-left:  15px;
}

.no-cases-message {
    color: red;
    font-weight: bold;
    margin-top: 20px;
}

.azurebtn {
    /*    background-color: white;
    color: black;*/
    border-color: #c9c9c9;
    border-width: 1px;
    text-align: center;
}

.btn-azurelogin {
    color: #000;
    background-color: #FFF200;
    border-color: #c9c9c9;
    text-align: center;
    display: flex;
    justify-content: center;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    /*border: solid;*/
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
}

.btn-former {
    font-size: 0.75rem;
    max-width: 95%;
    min-width: 85%;
    margin: 0 auto;
}

.btn-azure {
    color: #000;
    background-color: #f5f5f5;
    border-color: #c9c9c9;
    text-align: center;
    display: flex;
    justify-content: center;
}

    .btn-azure:hover {
        color: #000;
        background-color: #f7f7f7;
        border-color: #c9c9c9;
        text-align: center;
        display: flex;
        justify-content: center;
    }

.btn-azure {
    color: #000;
    background-color: #f5f5f5;
    border-color: #c9c9c9;
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
    overflow: hidden;
    position: relative;
    /*border: solid;*/
    padding: calc(0.40625rem + 1px) calc(1rem + 1px);
    text-align: center;
    display: flex;
    justify-content: center;
}

    .btn-azure:hover {
        color: #000;
        background-color: #f7f7f7;
        border-color: #c9c9c9;
        text-align: center;
        display: flex;
        justify-content: center;
    }

.banner {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 0;
    padding: 20px;
}

.nav-text {
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
}