@charset "utf-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-11-19, 12:04:52
    Author     : MACTUR
*/
@import url('https://fonts.googleapis.com/css?family=Lato');
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-10-20, 17:36:37
    Author     : MACTUR

   2017-05-19 MACTUR
*/
.tr-margin-top-5 {
  margin-top: 5px !important;
}
.tr-margin-top-10 {
  margin-top: 10px !important;
}
.tr-margin-top-20 {
  margin-top: 20px !important;
}
.tr-margin-top-30 {
  margin-top: 30px !important;
}
.tr-margin-top-40 {
  margin-top: 40px !important;
}
.tr-margin-top-50 {
  margin-top: 50px !important;
}
.tr-margin-top-60 {
  margin-top: 60px !important;
}
.tr-margin-top-70 {
  margin-top: 70px !important;
}
.tr-margin-top-m5 {
  margin-top: -5px !important;
}
.tr-margin-top-m10 {
  margin-top: -10px !important;
}
.tr-margin-top-m20 {
  margin-top: -20px !important;
}
.tr-margin-top-m30 {
  margin-top: -30px !important;
}
.tr-margin-top-m40 {
  margin-top: -40px !important;
}
.tr-margin-top-m50 {
  margin-top: -50px !important;
}
.tr-margin-top-m60 {
  margin-top: -60px !important;
}
.tr-margin-top-m70 {
  margin-top: -70px !important;
}
/* bottom  */
.tr-margin-bottom-5 {
  margin-bottom: 5px !important;
}
.tr-margin-bottom-10 {
  margin-bottom: 10px !important;
}
.tr-margin-bottom-20 {
  margin-bottom: 20px !important;
}
.tr-margin-bottom-30 {
  margin-bottom: 30px !important;
}
.tr-margin-bottom-40 {
  margin-bottom: 40px !important;
}
.tr-margin-bottom-50 {
  margin-bottom: 50px !important;
}
.tr-margin-bottom-60 {
  margin-bottom: 60px !important;
}
.tr-margin-left-5 {
  margin-left: 5px !important;
}
.tr-margin-left-10 {
  margin-left: 10px !important;
}
.tr-margin-left-20 {
  margin-left: 20px !important;
}
.tr-margin-left-30 {
  margin-left: 30px !important;
}
.tr-margin-left-40 {
  margin-left: 40px !important;
}
.tr-margin-left-50 {
  margin-left: 50px !important;
}
.tr-margin-left-60 {
  margin-left: 60px !important;
}
.tr-margin-right-5 {
  margin-right: 5px !important;
}
.tr-margin-right-10 {
  margin-right: 10px !important;
}
.tr-margin-right-20 {
  margin-right: 20px !important;
}
.tr-margin-right-30 {
  margin-right: 30px !important;
}
.tr-margin-right-40 {
  margin-right: 40px !important;
}
.tr-margin-right-50 {
  margin-right: 50px !important;
}
.tr-margin-right-60 {
  margin-right: 60px !important;
}
/* padding */
.tr-padding-left-0 {
  padding-left: 0px !important;
}
.tr-padding-right-0 {
  padding-right: 0px !important;
}
.tr-padding-top-0 {
  padding-top: 0px !important;
}
.tr-padding-bottom-0 {
  padding-bottom: 0px !important;
}
/* width */
.tr-width-100 {
  width: 100% !important;
}
.tr-width-90 {
  width: 90% !important;
}
.tr-width-80 {
  width: 80% !important;
}
.tr-width-70 {
  width: 70% !important;
}
.tr-width-60 {
  width: 60% !important;
}
.tr-width-50 {
  width: 50% !important;
}
html,
body {
  height: 100%;
  font-family: Lato;
}
.trheader {
  height: 60px;
  color: #b7b7b7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.trheader-logo {
  width: 220px;
  height: 50px;
  background: url(../img/logo.svg) no-repeat;
  background-size: auto auto;
  margin-left: 20px !important;
  margin-top: 10px;
  display: inline-block;
}
.trheader-napis {
  display: inline-block;
  position: absolute;
  margin-top: 15px;
  margin-left: 15px;
  color: #13527d;
}
.trformularz {
  text-align: center;
  color: #13527d;
}
.trbutton {
  background: #f47920;
  color: #fff;
  font-weight: 900;
  padding: 12px 96px 12px 96px;
  text-decoration: none;
  border: none;
  text-align: center;
  cursor: pointer;
}
.trinput {
  background: #fff;
  border: 1px solid #fff;
  border-color: #f47920;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 8px 5px;
  margin-left: 10px;
}
.trwynik {
  text-align: center;
  background: #f47920;
  padding: 24px 96px 24px 96px;
  color: #fff;
}
/*# sourceMappingURL=subskrypcje.css.map */