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

section#content {
  min-height: 100vh;
}

/* Pasted from project.scss sass compiler */

.bg-custom-primary {
  background: #002B49;
}

.bg-custom-secondary {
  background: #779DFF;
}

body {
  background: #FAFAFF;
}
body nav {
  background: white;
  height: 70px;
}
body nav a.navbar-brand {
  color: #002B49;
  font-weight: bold;
  font-size: 25px;
}
body nav img {
  height: 50px;
}
body nav ul.navbar-nav {
  background: white;
}
body nav ul.navbar-nav li.nav-item a.nav-link {
  padding: 0;
  margin-left: 20px;
}
body nav ul.navbar-nav li.nav-item a.nav-link i {
  color: #002B49;
}

/* Signup.html */
#accept-tc {
  cursor: pointer;
}

#terms-and-conditions-container{
  height: 400px;
}

/* Footer */
footer {
  background: #002B49;
}
