.logo {
  display: block;
  width: 432px;
  height: 80px;
  background: url(/assets/images/festiktools.7091bc289764fc6f32f0c90815e13b7b.png) no-repeat;
  background-size: contain;
  margin: 20px auto;
  max-width: 100%;
}
.logo-dev {
  display: block;
  width: 432px;
  height: 80px;
  background: url(/assets/images/festiktools.dev.61f9bdd58a4dde11b029769fe847903b.png) no-repeat;
  background-size: contain;
  margin: 20px auto;
  max-width: 100%;
}
.presentation {
  color: #2a3f54;
  text-align: center;
  font-size: 16pt;
  line-height: 18pt;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
  padding-top: 30px;
  padding-bottom: 20px;
}
.presentation i {
  color: #ff7f00;
}
body {
  font-family: "Open Sans", sans-serif;
}
#password::-ms-reveal {
  display: none;
}

