/* _content/Alpha/Pages/Shared/_Layout.cshtml.rz.scp.css */
a.navbar-brand[b-md5j8pygpj] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


.btn-primary[b-md5j8pygpj] {
  color: #fff;
  background-color: #1b6ec2;
}

.nav-pills .nav-link.active[b-md5j8pygpj], .nav-pills .show > .nav-link[b-md5j8pygpj] {
  background-color: deepskyblue;
}

.box-shadow[b-md5j8pygpj] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-md5j8pygpj] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-md5j8pygpj] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: rgb(75, 75, 75);
    color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
}
    footer a[b-md5j8pygpj] {
        color: white;
        text-decoration: none;
    }

        footer a:hover[b-md5j8pygpj] {
            text-decoration: underline;
        }
