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;
}

.loginerror {
  color: red;
  width: 80%
}

.ignoreFileTextArea {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */  
}

.log {
  background: black;
  color: white;
  padding: 5px;
  height: 400px;
}

.configcontainer {
  border: 1px solid black;
  position: relative;
  padding: 5px;
  margin: 20px;
}

.configlayout {
  display: flex;
}

.configcontainerlabel {
  position: absolute;
  line-height: 12px;
  top: -15px;
  left: 20px;
  height: 24px;
  width: auto;
  padding: 3px;
  border: 1px solid black;
  background: white;
  text-align: center;
  font-weight: bold;
}

.comparisoncontainer {
  margin: 10px;
}