@font-face {
    font-family: 'roboto-light';
    src: local('roboto-light'), url(../fonts/Roboto-Light.woff2) format('woff2');
  }
  
  html,
  body {
    font-family: 'roboto-light', sans-serif;
    font-size: .975rem;
    height: 100%;
  }
  
  body {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f8f9fa;
  }
  
  a, a:hover, a:focus, a:active, a:target, a:link {
          text-decoration: none;
          color: inherit;
  }
  
  .form-signin {
    width: 100%;
    max-width: 390px;
    padding: 15px;
    margin: auto;
  }
  
  .form-signin .checkbox {
    font-weight: 400;
  }
  
  .form-signin .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-signin input[type="email"] {
    margin-bottom: 14px;
  }
  
  .form-signin input[type="password"] {
    margin-bottom: 14px;
  }
  
  .form-signin input[name="confirm_password"] {
    margin-top: -15px;
  }
  
  .form-report {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  .text-dkc {
      color: #d91a15;
  }
  