/* _content/Box.Auth/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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-llp7q6y69w] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-llp7q6y69w] {
  color: #0077cc;
}

.btn-primary[b-llp7q6y69w] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-llp7q6y69w], .nav-pills .show > .nav-link[b-llp7q6y69w] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-llp7q6y69w] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-llp7q6y69w] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-llp7q6y69w] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-llp7q6y69w] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-llp7q6y69w] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  background-color: white;
}

.body-bg[b-llp7q6y69w] {
  background-color: #47494b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

}

.main-card[b-llp7q6y69w] {
  background-color: white;
  margin: 80px auto;
  padding: 1rem 1rem 1.5rem 1rem;
  max-width: 800px;
  width: 100%;
  border-radius: 6px;
  border: solid 1px rgba(0, 0, 0, 0.176);;
}


header[b-llp7q6y69w]  img.logo {
  height: 50px;
  width: auto;
  padding: 5px;
}

@media (max-width: 600px) {
  .main-card[b-llp7q6y69w] {
    margin: 0px auto;
    max-width: none;
    border-width: 0px;
  }
  .main-card.box-shadow[b-llp7q6y69w] {
    box-shadow: none;
  }
  .body-bg[b-llp7q6y69w] {
    background-color: white;
    background-image: none!important;
  }
}
