html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.body-status-page {
    font-family: Arial, sans-serif;
    text-align: center;
    padding-top: 50px;
}

.status {
    font-size: 24px;
    margin-bottom: 20px;
}

.status.ok {
    color: green;
}

.status.error {
    color: red;
}

.errorpage-message {
    margin: 40px auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    color: #666;
}

.challenge-iframe {
    display: block;
    width: 100vw;
    height: 100vh;
    border: none;
}

.hidden {
    display: none;
}