body {
  height: 100%; }

body {
  font-family: 'Source Sans Pro', 'Open Sans', 'Segoe UI', 'Robobo', Arial, Helvetica;
  background: url(../images/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Entrance/Assets/images/background.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Areas/Entrance/Assets/images/background.jpg', sizingMethod='scale')"; }

input.input-validation-error {
  border-color: Red; }

.navbar-static-top {
  height: 75px;
  padding-top: 0px; }

.navbar-brand {
  font-family: 'Source Sans Pro', 'Segoe UI', 'Roboto', Arial, Helvetica;
  padding: 7px;
  font-size: 3.0rem;
  font-weight: bold;
  color: #05152e !important; }

.navbar-brand img {
  width: 60px; }

.navbar-brand span {
  font-size: 1.3rem;
  color: #777;
  font-weight: normal; }

#user-menu li {
  margin-top: 7px; }

h1, h2, h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px; }

.spacer {
  padding: 20px; }

.breadcrumb {
  margin-bottom: 5px; }

.content {
  background-color: rgba(6, 40, 77, 0.1);
  padding: 4px;
  margin-top: 20px;
  border-radius: 10px;
  color: #05152e; }
  .content h1 {
    color: #05152e; }
  .content .spacer {
    background-color: White;
    border-radius: 8px; }

footer {
  background-color: White;
  margin-top: 50px;
  padding-top: 50px; }

footer a {
  color: #3370a5; }

.introduction h1 {
  font-size: 5em;
  font-weight: bolder;
  color: White;
  margin-top: 30px; }

.introduction p {
  font-size: 2em;
  color: #23466C;
  line-height: 1.3em;
  color: White;
  margin-top: 20px; }

.input-group {
  margin-bottom: 8px; }

.validation-summary-errors ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.select-organisation {
  list-style-type: none;
  margin-left: 0;
  padding-left: 10px;
  margin-top: 20px; }

.select-organisation li {
  padding: 5px;
  font-size: 1.3em; }

.select-organisation li:hover {
  background-color: #4299D8; }

.select-organisation li:hover a {
  color: White; }

.select-organisation li a {
  display: block; }

.select-organisation li a:hover {
  text-decoration: none; }

.select-organisation li img {
  border-radius: 50%;
  margin-right: 15px; }

