.logout-button {
  background-color: #f26522 !important;
  border-radius: 3px;
  border-color: #f26522;
  color: white !important;
  height: 40px;
  width: 100px;
  box-shadow: none !important;
  border-style: none !important;
}
.close-button {
  background-color: #f87e24;
  border-radius: 3px;
  color: white !important;
  border-color: #f87e24;
  height: 40px;
  width: 100px;
  box-shadow: none !important;
  border-style: none !important;
}
.modal-header {
  background-color: #003C55 !important;
  color: white !important;
}
