body{
  background-image: radial-gradient(rgb(126, 196, 234), rgb(13, 117, 187));
  padding-bottom: 0;
}
.top-img{
  background: white;
  position: relative;
  height: 115px;
  margin-bottom: 55px;
}
.top-img img{
  width: 200px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 41px);
  bottom: 0;
}
#SyskonfLogoContainer{
  background: white;
  padding-bottom: 15px;
  border-top: 0px;
}
a.PoweredBySyskonf{
  margin: 0 auto;
}
.footer{
  background: white;
}
@media (max-width: 930px){
  .footer .container-fluid--max-width{
    padding-left: 0;
    padding-right: 0;
  }
}
.chodzi{
  float: right;
}
.ke{
  float:left;
}
@media (max-width: 580px){
  .chodzi, .ke{
    float:none;
  }
  .ke{
    margin-bottom: 10px;
  }
  .chodzi{
    margin-top: 10px;
  }
  .footer .col-xs-3{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .footer .col-xs-6{
    display: block;
    width: 100%;
  }
}
.footer::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 21.7px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  top: -57px;
  position: relative;
  margin-left: 50%;
}
.secondaryH{
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-size: 23px;
  margin: 15px 0 15px 0;
}
.btn-send {
    margin-top: 30px;
    padding: 0.438em 1.250em !important;
    border-radius: 4px !important;
    color: #FFF;
    font-size: 1.125rem;
    transition: all 0.3s ease !important;
}
.btn-primary {
    color: #FFFFFF;
    background-color: #ef7601;
    border-color: #ef7601;
}
.btn-primary:hover {
    color: #FFFFFF;
    background-color: #ef7601;
    border-color: #ef7601;
}