/* 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;
}

/* Display django-debug-toolbar.
   See https://github.com/django-debug-toolbar/django-debug-toolbar/issues/742
   and https://github.com/pydanny/cookiecutter-django/issues/317
*/
[hidden][style="display: block;"] {
  display: block !important;
}

.page-title {
  padding: 25px 0;
  margin-bottom: 25px;
  border-bottom: dashed 1px #d5d5d5;
}

.navbar {
  padding: 15px;
  background-color: #89bf04;
}

.navbar-expand-md .collapse {
  display: block!important;
  float: right;
}

.login-page {
  padding-top: 150px;
  text-align: center;
}

.socialaccount_providers {
  padding-left: 0;
}

.socialaccount_providers li {
  list-style: none;
  font-size: 30px;
  margin-top: 25px;
}

.socialaccount_providers li a {
  border-bottom: dashed 1px;
}

.socialaccount_providers li a:hover {
  border-bottom: solid 1px;
  text-decoration: none;
}
