/* _content/DsrWebAppUltimate/Views/Home/Index.cshtml.rz.scp.css */
/* Container holding the image and the text */
.container[b-bk97eix49t] {
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom left text */
.bottom-left[b-bk97eix49t] {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

/* Top left text */
.top-left[b-bk97eix49t] {
    position: absolute;
    top: 8px;
    left: 16px;
}

/* Top right text */
.top-right[b-bk97eix49t] {
    position: absolute;
    top: 8px;
    right: 16px;
}

/* Bottom right text */
.bottom-right[b-bk97eix49t] {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

/* Centered text */
.centered[b-bk97eix49t] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button[b-bk97eix49t] {
    background-color: #1D724B;
    border: none;
    color: white;
    width: 400px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    font-family: "Times New Roman", Times, serif;
    border-radius: 12px;
}
/* _content/DsrWebAppUltimate/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-7cmhxuqbhx] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-7cmhxuqbhx] {
  color: #0077cc;
}

.btn-primary[b-7cmhxuqbhx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-7cmhxuqbhx], .nav-pills .show > .nav-link[b-7cmhxuqbhx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-7cmhxuqbhx] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-7cmhxuqbhx] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-7cmhxuqbhx] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7cmhxuqbhx] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-7cmhxuqbhx] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
