@charset "UTF-8";
body {
  background-color: darkgrey;
  color: beige;
}
/* CLASSES */
.anounce {
  background-color: blanchedalmond;
  color: saddlebrown;
}
.anounce > div:last-child, .anounce > div:not(:last-child) {
  border-bottom-color: brown;
}
.bottom-bar {
  background-color: rgba(21, 10, 2, 1.00);
  color: oldlace;
}
.bg-aliceblue {
  background-color: aliceblue
}
.bg-aquamarine {
  background-color: aquamarine;
}
.bg-darkmagenta {
  background-color: darkmagenta;
}
.bg-royalblue {
  background-color: royalblue;
}
.debug-bg {
  background-color: oldlace;
}
.error-message {
  background-color: firebrick;
  color: antiquewhite;
}
.form-container {
  border-color: silver;
  border-radius: 5px;
  border-width: thin;
}
.header-bar {
  background-color: oldlace;
}
.login-block {
  border-color: darkgrey;
  border-bottom-width: thick;
}
.login-block a:link, .login-block a:visited {
  color: #290BEB;
}
.login-block a:hover {
  color: darkblue;
}
.login-block a:active {
  color: red;
}
.logotype {
  color: #000020
}
.main-page-content {
  background-color: blanchedalmond;
  color: #2A150F;
}
.menu-bar {
  background-color: royalblue;
  background-image: -webkit-linear-gradient(top, royalblue 0%, #0a1842 100%);
  background-image: -webkit-linear-gradient(bottom, #0a1842 0%, royalblue 100%);
  background-image: linear-gradient(to top, #0a1842 0%, royalblue 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='royalblue', endColorstr='#0a1842');
}
.menu-links a {
  border-width: 0;
  text-decoration: none;
}
.menu-links a:link, .menu-links a:visited {
  color: bisque;
  text-decoration: none;
}
.menu-links a:hover, .login-block a:active {
  background-color: darkblue;
  border-color: silver;
  border-width: thin;
  color: blanchedalmond;
  text-decoration: underline;
}
.news {
  background-color: bisque;
  color: saddlebrown;
}
.my-capture {
  background-color: silver;
  color: black;
  padding-bottom: .25rem;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: .25rem;
}
.page {
  background-color: oldlace;
}