body {
     background-color: white;
     background-image: url("fotki/tlo.png");
     background-repeat: repeat;
     font-family: 'Lato', sans-serif;
}

/* Style dodatkowe */
.animation_fadein {
   animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}
}

.animation_left{
  position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}
}

.animation_pulse:hover {
   -webkit-animation: pulse .8s;
	 animation: pulse .8s;
}
.box-cien {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
#enStopka {
    color: rgb(168, 168, 168);
    font-size: .75rem;
}
#enStopka a {
    color: rgb(64, 145, 252);
}
.logowanie {
    margin-top:-5rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
  }
  /* modyfikacje koloru fokusa */
  .form-control:focus {
    border-color: #B9D1F2;
    box-shadow: 0 0 0 0.2rem rgba(211, 230, 255, 0.65);
  }
/* Mój bootrstrap */
  .bg-brown {
    background-color: #ad4b00 !important;
  }
  a.bg-brown:focus, a.bg-brown:hover,
  button.bg-brown:focus,
  button.bg-brown:hover {
    background-color: #7a3500 !important;
  }
  .bg-darkbrown {
    background-color: #ad4b00 !important;
  }
  a.bg-darkbrown:focus, a.bg-darkbrown:hover,
  button.bg-darkbrown:focus,
  button.bg-darkbrown:hover {
    background-color: #7a3500 !important;
  }
  .kolorBorderWymagane {
    border-color: orange;
  }
  .kolorWymagane {
    color: orange;
  }
  .valid-blad{
    background-color: red;
    color: whitesmoke;
    padding: 4px 15px;
    margin-right:8px;
    border-radius: 4px;
  }
  .select-white {
    color: rgb(156, 156, 156);
    background-color: #fff;
    border-color: #bbbbbb;
    margin-bottom: 7px;
    margin-top: 0px;
  }
  .bg-blue {
    background-color: #0349A5 !important;
  }
  a.bg-blue:focus, a.bg-blue:hover,
  button.bg-blue:focus,
  button.bg-blue:hover {
    background-color: #053A7E !important;
  }
  .bg-darkblue {
    background-color: #011D76 !important;
  }
  a.bg-darkblue:focus, a.bg-darkblue:hover,
  button.bg-darkblue:focus,
  button.bg-darkblue:hover {
    background-color: #01134B !important;
  }