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;
}
img.logo {
    height: 60px;
    width: auto;
}

.error-message {
    margin-top: 50px;
}

.apology {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
}

.no-bullets {
    list-style-type: none;
    padding: 0;
}

.no-bullets li {
    margin-bottom: 3px;
}

.btn-equal-width {
    width: 200px; /* Adjust the width as desired */
}

.wrapper {
    display: flex;
    flex-direction: column;
}

.content {
    flex-grow: 1;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    flex-shrink:0;
}
