html {
  font-size: 14px;
  background-color: #f7f5f2;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #f7f5f2;
}

label {
    font-weight: bold;
}

body > header {
    background-color: #234e70;
}

.btn-pbjc-primary {
    color: #fff;
    background-color: #234e70;
}

    .btn-pbjc-primary:hover {
        background-color: #f9f38e;
        color: #234e70;
    }

.btn-pbjc-secondary {
    color: #234e70;
    background-color: #c4b59d;
}

    .btn-pbjc-secondary:hover {
        background-color: #f9f38e;
        color: #234e70;
    }

.btn-pbjc-danger {
    color: #fff;
    background-color: #c33c3c;
}

    .btn-pbjc-danger:hover {
        background-color: #f9f38e;
        color: #c33c3c;
    }

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;
}

main {
    margin-bottom: 250px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
}

footer {
    border-radius: 30px 38px 0px 0px;
    padding: 25px 25px 0px 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer, nav {
    background-color: #234e70;
    color: #ffffff;
}

@media (min-width: 992px) {
    main {
        margin-bottom: 150px;
    }
}