.bg-yellow {
  background-color: #F6F703 !important;
}

.bg-blue {
  background-color: #2C2C76 !important;
}

.bg-blue-2 {
  background-color: #078AC2 !important;
}

.text-blue {
  color: #2C2C76 !important;
}

.bg-person {
  background-color: #2C2C76 !important;
}

.button_logout {
  background-color: Transparent;
  background-repeat:no-repeat;
  border: none;
  cursor:pointer;
  overflow: hidden;
  outline:none;
}

.fm-center {
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center
}

