/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Custom muted red button for Google Login */
.btn-muted-red {
    background-color: #ea4335;
    color: white;
    border: none;
    transition: background-color 0.2s ease-in-out;
}

.btn-muted-red:hover {
    background-color: #d33828;
    color: white;
}
