html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}
.kantar {
    font-family: 'DINPro-Light', sans-serif;
}
.warning-icon {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}
@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;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar {
    padding-top: .0rem;
    padding-bottom: .0rem;
    background-color: #0032ff !important;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-nav ul {
  padding: 0;
  list-style: none;
  display: table;
  text-align: center;
}

.navbar-nav li {
  display: table-cell;
  position: relative;
}

.nav-item a:after {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.nav-item a:hover:after {
  width: 100%;
  left: 0;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/*Login*/
.form-signin {
  width: 100%;
  max-width: 400px;
  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: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*CUSTOM*/

@font-face {
    font-family: 'DINPro-Light';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/DINPro-Light.eot");
    src: url("/fonts/DINPro-Light.woff") format("woff"), url("/fonts/DINPro-Light.svg") format("svg"), url("/fonts/DINPro-Light.ttf") format("truetype");
}

.btn-custom-blue {
    color: #fff !important;
    background-color: #0032ff !important;
    border-color: #0032ff !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
}

.btn-custom-blue:hover {
    background-color: #0028cc !important;
    border-color: #0028cc !important;
}

.btn-custom-blue:focus {
    background-color: #0028cc !important;
    border-color: #0028cc !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 50, 255, 0.5) !important;
}

.navbar-brand img {
    margin-left: 20px;
}
