body, html {
            height: 100%;
            margin: 0;
            display: flex;
			flex-direction: column;
            justify-content: center;
            align-items: center;
			background-image: url(../_image/SysIQ_Tlo_1920x1080.jpg);
			background-position: center;
			background-attachment: fixed;
			background-size: cover;
            background-color: #f7f7f7; /* Tło strony */
                    text-align: center;
                   font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
        }

  footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;    /* Wysokość stopki */
    /*background:#eaeaea; */
background: rgb(247,247,247);
background: linear-gradient(180deg, rgba(247,247,247,1) 20%, rgba(180,180,180,1) 100%);

    justify-content: center;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  }


        .container {
            width: 400px; /* Szerokość kontenera */
            padding: 20px;
            background-color: #ffffff; /* Tło kontenera */
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
            border-radius: 5px; /* Zaokrąglenie rogów kontenera */
        }





    h3   {
        text-align: center;
        font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
    }
    p    {
        text-align: center;
        color: #5d5d5d;
        font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

.button-1 {
  align-items: center;
  background-clip: padding-box;
  background-color: #FFA010;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 200px;
}

.button-1:hover,
.button-1:focus {
  background-color: #FF6050;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-1:hover {
  transform: translateY(-1px);
}

.button-1:active {
  background-color: #FF6050;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}



.button-2 { 
  align-items: center;
  background-clip: padding-box;
  background-color: #759c64;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 200px;
}

.button-2:hover,
.button-2:focus {
  background-color: #516d46;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-2:hover {
  transform: translateY(-1px);
}

.button-2:active {
  background-color: #516d46;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

.button-3 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa0019;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 200px;
}

.button-3:hover,
.button-3:focus {
  background-color: #af0011;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-3:hover {
  transform: translateY(-1px);
}

.button-3:active {
  background-color: #af0011;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}
.button-4 {
  align-items: center;
  background-clip: padding-box;
  background-color: #0096fa;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 200px;
}

.button-4:hover,
.button-4:focus {
  background-color: #0069af;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-4:hover {
  transform: translateY(-1px);
}

.button-4:active {
  background-color: #0069af;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}


.input {
  max-width: 200px;
  background-color: #f5f5f5;
  color: #242424;
  padding: .15rem .5rem;
  min-height: 40px;
  border-radius: 4px;
  outline: none;
  border: none;
  line-height: 1.15;
  box-shadow: 0px 10px 20px -18px;
}

input:focus {
  border-bottom: 2px solid #759c64;
  border-radius: 4px 4px 2px 2px;
}

input:hover {
  outline: 1px solid lightgrey;
}

.specjalny-link {
    color: white; /* Kolor linku przed kliknięciem */
    text-decoration: none; /* Usunięcie podkreślenia */
	font-size: 18px;
}

.specjalny-link:visited {
    color: white; /* Kolor linku po kliknięciu */
}

.specjalny-link:hover {
    text-decoration: underline; /* Podkreślenie przy najeździe myszką */
}

.specjalny-link:active {
    color: red; /* Kolor linku w trakcie klikania */
}