.bg-light {
  background-color: #f8f9fa!important;
  font-family: 'Roboto';
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
.mytable {
  width: 100%;
}
.myfirsttd {
  width: 70px;
}
#option_choice {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#length_chars_select {
  width: 60px;
}
.chars_example {
  font-family:'Courier New', Courier, monospace;
}
.password-string {
  font-weight: bold;
  height: 45px;
  background-color: #fff;
  border-top: 1px solid #96a0ad;
  border-left: 1px solid #96a0ad;
  border-right: 1px solid #96a0ad;
  vertical-align: middle;
  font-size: 26px;
  overflow: auto;
  width: 100%;
  max-width: 820px;
  text-align: center;
  margin: 10px auto 0px;
}
.password-meter {
  text-align: center;
  height: 6px;
  max-width: 820px;
  border-left: 1px solid #96a0ad;
  border-right: 1px solid #96a0ad;
  border-bottom: 1px solid #96a0ad;
  margin: 0px auto 10px;
}

/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toggle.off {
  border-color: rgba(0, 0, 0, .25);
}
.toggle-handle {
  background-color: white;
  border: thin rgba(0, 0, 0, .25) solid;
}
