html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

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

.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 {
    background: white;
    line-height: 60px;
}

.login-container {
    background-image: url('/assets/pattern.png');
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
}

/* Suggestions list */
.list-group.position-absolute {
    z-index: 1050;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    background: #fff;
}

.list-group-item-action:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}