html {
    font-size: 14px;
    /* background-color: red !important;*/
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
  margin-bottom: 60px;
}


/* ########################### */
/* Side menu  */
/* ########################### */
.logo {
    width: 80px;
    height: 52px;
}

.icon-white {
    color: white;
}

.nav-flush .nav-link {
    border-radius: 0;
}
/* ########################### */


/* ########################### */
/* Formating  */
/* ########################### */
h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.125;
    margin-bottom: 10px;
    color: #262626;
}

    h1 :before {
        content: "\2014";
        display: block;
        line-height: 1;
        left: 0;
        top: 0;
        color: #ff000f;
    }

.bg-warning {
    color: darkred !important;
}