html, body {
  height: 100%;
  position: relative; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  padding: 30px 0; }

img {
  display: block; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.col {
  padding: 30px; }

.col-image {
  width: 400px;
  margin: auto; }
  .col-image .embed-responsive {
    border: 2px solid white;
    border-radius: 100%; }

@media (min-width: 768px) {
  .col-image {
    width: 350px; } }

@media (min-width: 1200px) {
  body {
    text-align: left;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center; }
  .col-text {
    width: 50%; }
  .col-image {
    margin: 0; } }

@media (min-width: 1200px) {
  .col {
    padding: 60px; }
  .col-image {
    width: 650px; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 0; }
  @media (min-width: 1200px) {
    h1 {
      font-size: 4rem; } }
h2 {
  font-size: 2rem;
  font-weight: normal; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

.lead {
  font-size: 1.5rem;
  font-weight: 300; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

.btn {
  /* Bootstrap 4 Button */
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /* .btn-group-lg > .btn, .btn-lg */
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  /* btn-rounded */
  border-radius: 500px; }

.error-system {
  color: white;
  background: #30609c;
  background: radial-gradient(ellipse at center, #6f9cc7 0%, #30609c 100%);
  background-attachment: fixed; }
  .error-system .embed-responsive img {
    top: 20px; }
  .error-system .btn {
    color: white;
    border-color: white; }
    .error-system .btn:hover {
      color: #30609c;
      background: white; }

.error-maintenance h1 {
  color: #05b8ec; }

.error-maintenance .col-image .embed-responsive {
  border-radius: 0; }

.error-maintenance .btn {
  color: #05b8ec;
  border-color: #05b8ec;
  display: inline-flex;
  align-items: center; }
  .error-maintenance .btn .bi {
    margin-left: 10px; }
  .error-maintenance .btn:hover {
    color: white;
    background: #05b8ec; }

/*# sourceMappingURL=error-pages.min.css.map */