/* BOX SIZES */
/* COLORS */
/* FONT SIZES */
/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,300italic&subset=latin,latin-ext);
/* PADDINGS, MARGINS */
/* --------------------------------------------------------------------- */
/* > Normalizacja                                                        */
/* --------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #5f6b71;
  background-color: #fff;
}
a {
  color: #305f88;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
  padding: 0;
  line-height: 1.2em;
  font-weight: 300;
}
h1,
h2 {
  font-size: 2.0em;
}
h3,
h4 {
  font-size: 1.8em;
}
h5,
h6 {
  font-size: 1.3em;
}

section.only-form{
  max-width:480px;
  margin:0 auto;
  display: block;
  padding:40px 20px;
}