.btn {
  --bs-btn-border-radius: 0;
}
.btn-primary{
  --bs-btn-bg: #00a9e0;
  --bs-btn-border-color: #00a9e0;
} 
.btn-close {
  --bs-btn-close-color: #e94200;
}
.form-control {
  border-radius: 0;
  font-family: monospace;
  --bs-border-color: #00a9e055;
}
.modal {
  --bs-modal-width: 640px;
}
.modal-content {
  border-radius: 0;
}
.modal-footer {
  justify-content: space-between;
}
label {
  position:relative;
  top:7px;
  font-style: italic;
  color: #00a9e0;
}
.col-sm-8 {width: 100%;}
th {
  text-align: center;
  --bs-table-bg: #00a9e022;
}
.text-info {
  --bs-info: #00a9e0;
}
.logo {
  width: 50px;
  height; 50px;
  margin-right: 1rem;
}
