html {
  font-size: 14pt;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: 14pt;
}


.wizardContainer {
    display: flex;
    /*height: 200px;*/
    justify-content: center;
    align-items: center;
}

#wizard {
 
}

.form-group, .form-floating {
    margin-bottom: 1rem;
}
.form-label {
    font-weight: 500;
}

.field-validation-error {
    font-size:0.9em !important;
    font-weight:bold;
}

.form-label {
     margin-bottom: 0rem; 
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    font-size: 12pt;
    padding-top: 20px;
    margin-bottom: 30px;
}


.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

    .k-pager-wrap {
        color: #212529;
        border-color: #FFFFFF !important;
        background-color: #FFFFFF !important;
    }

.k-listview {
    border-color: #FFFFFF !important;
}

.row-go-back {
    margin-top: 3em;
    margin-bottom: 3em;
}


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;
}

