body {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
}

.login-image {
  width: 50%;
}

.login-btn {
  background-color: #88d0c1;
}

.blue-btn {
  background-color: #88d0c1 !important;
}

.pink-btn {
  background-color: #e2087a !important;
}

#update-button {
  background-color: #e2087a;
}

#request-list .list-group-item.active {
  background-color: #88d0c1;
  color: white;
  border: none;
}

.message a {
  color: #88d0c1;  
}
