html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.content-wrapper {
    min-height: calc(100vh - 120px);
    position: relative;
}

body.voucher-activation-bg .content-wrapper {
    background: url('/images/Rewita-Koscielisko-106-dron-min-scaled.jpg') no-repeat center center fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

body.voucher-activation-bg .content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
 
body.login-bg .content-wrapper {
    background: url('/images/solina-1.png') no-repeat center center fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

body.login-bg .content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}