.logo2 {
  height:350px;
  position: absolute;
  bottom:0;
  filter: opacity(.2)

}

.button-onas1:before{
  content:' ';
  background: green;
  display:block;
  width:	1px;
  height: 120px; 
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  margin-bottom: 10px;
}

.button-onas2:after{
  content:' ';
  background: green;
  display:block;
  width:	1px;
  height: 170px; 
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -110px;
	z-index: 10000 !important;
}

.poziom1 {
  z-index: 10 !important;}

.logo-off {
 	filter: brightness(10000%);
  transition: all .5s ease-in-out !important;
}

.logo-off:hover {
  filter: none;
}

.cien { text-shadow: 2px 2px 3px black; }

.ba-checkout-authentication-links a, #login-form .control-group .control-label, #login-form .unstyled li a, #login-form .control-group .controls * {
    font-size: 14px;
    font-style: normal;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 14px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
}