/* 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 styles for login page */
.login-or {
  position: relative;
  text-align: center;
}

.login-or .or-text {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  background: white;
  top: -12px;
  color: #6c757d;
}

.social-login-buttons .btn {
  width: 100%;
  margin-bottom: 10px;
}
