html {
  font-size: 14px;
}

@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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.bg-pink {
    background-color: #f598ed !important;
}

.breadcrumb-item {
    color: #FFF !important;
}

    .breadcrumb-item > a {
        color: #FFF !important;
        text-decoration: underline !important;
    }

.svg-icon.svg-icon-info svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #FF748C !important;
}

.text-blue {
    color: #044692 !important;
}

.bg-blue {
    background-color: #003D62 !important;
}

.bg-pink {
    background-color: #FF748C !important;
}