@font-face {
  font-family: "BNPPSans";
  src: url("/int/hipoteka-online/bnpp-sans.ttf") format("truetype");
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  font-display: auto;
}

@font-face {
  font-family: "BNPPSans";
  src: url("/int/hipoteka-online/bnpp-sans-cond-bold-v2.woff") format("woff");
  font-weight: 700;
  font-stretch: condensed;
}

h1 {
  margin: 0 auto;
  font-stretch: condensed;
  margin-bottom: 40px;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "BNPPSans";
}

.info {
  margin-top: 50px;
  font-weight: lighter;
  font-size: 18px;
  max-width: 787px;
  margin: 5px auto;
}

.app-content {
  background: url("/int/hipoteka-online/bnp-background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  font-family: "BNPPSans";
  text-align: center;
  padding-top: 113px;
}

.header {
  height: 57px;
  border-bottom: 2px solid #00985f;
  padding: 0 160px;
}

.header span {
  font-family: "BNPPSans";
  position: relative;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: auto 0;
  top: -24px;
}

.logo {
  max-height: 30px;
  margin-top: 13px;
  margin-bottom: 14px;
  margin-right: 40px;
}

@media (max-width: 420px) {
  .header span {
    display: none;
  }

  h1 {
    font-size: 32px;
  }

  .info {
    font-size: 14px;
  }
}

@media (max-width: 508px) {
  .header span {
    font-size: 11px;
  }
}

@media (max-width: 1200px) {
  .header {
    padding: 0 36px;
  }

  .app-content {
    padding-top: 40px;
  }
}
