body {
  background-color: #e9e9e9;
}

@media (min-width: 600px) {
  body {
    width: 100%;
	background: unset;
    background-color: #e9e9e9;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

.info {
  background: rgb(0, 113, 122);
}

img.info-icon-header[src=""], img.info-icon-header[src="res/images/backgrounds/transparent.png"], img.info-icon-header[src="res/images/icons/bird-pas-icon.png"], img.info-icon-header[src="authenticate/res/images/backgrounds/transparent.png"], img.info-icon-header[src='/authenticate/res/images/backgrounds/transparent.png'] {
  background: unset;
}

.dropdown a {
  color: #000000;
}

div.selector-container a:hover {
  background: rgb(0, 113, 122);
}

header.top {
  background-color: white;
}
header .logo {
  background: url("/overlay/images/FI/fi-logotyp.svg");
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 50px;
  margin: 25px auto 25px 0;
  height: 97px;
  width: 100px;
}

@media (min-width: 800px) {
  header .logo, header .right, header .logo {
    margin: 15px 0;
  }
}

.btn-primary {
  background: rgb(0, 113, 122);
}
