@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-font-smoothing: antialiased;

    -moz-font-smoothing: antialiased;

    -o-font-smoothing: antialiased;

    font-smoothing: antialiased;

    text-rendering: optimizeLegibility;

}

body {

    font-family: "Roboto", Helvetica, Arial, sans-serif;

    font-weight: 100;

    font-size: 12px;

    line-height: 30px;

    color: #ffffff;

    background-image: url('tlo.jpg');
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;

}



.container {

    max-width: 600px;

    width: 100%;

    margin: 0 auto;

    position: relative;

}



.container2 {

    max-width: 600px;

    width: 100%;

    margin: 0 auto;

    position: relative;

}



.header {

    background-color: #015a4a;

    width: 100%;

    line-height: initial;

    position: absolute;

    text-align: center;

}



.header .logo {

    max-height: 50px;

    margin: 5px 5px 5px 5px;

    float: left;

}



.header h3 {

    display: inline-block;

    line-height: 54px;

    font-size: 26px;

    font-weight: 300;

    color: #FFF;

}



#generator input[type="text"],

#generator input[type="email"],

#generator input[type="tel"],

#generator input[type="url"],

#generator textarea,

#generator button[type="submit"] {

    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;

}



#generator {

    background: #00473a;

    padding: 25px;

    margin: 10px 0;

    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

}



#generator .spacer {

    padding-top: 30px;

}



#generator h3 {

    display: block;

    font-size: 30px;

    font-weight: 300;

    margin-top: 10px;

    margin-bottom: 10px;

}



#generator h4 {

    margin: 10px 0 15px;

    display: block;

    font-size: 13px;

    font-weight: 400;

}



fieldset {

    border: medium none !important;

    margin: 0 0 10px;

    min-width: 100%;

    padding: 0;

    width: 100%;

}



#generator input[type="text"],

#generator input[type="email"],

#generator input[type="tel"],

#generator input[type="url"],

#generator textarea {

    /*width: 100%;*/

    border: 1px solid #ccc;

    background: #FFF;

    margin: 0 0 5px;

    padding: 10px;

    display: inline-block;

}



#generator input:required {

    background-image: radial-gradient(#003B6F 15%, transparent 16%);

    background-size: 1.5em 1.5em;

    background-position: right top;

    background-repeat: no-repeat;

}



#generator .single-input {

    width: 99%;

}



#generator .double-input {

    width: 49%;

}



#generator input[type="text"]:hover,

#generator input[type="email"]:hover,

#generator input[type="tel"]:hover,

#generator input[type="url"]:hover,

#generator textarea:hover {

    -webkit-transition: border-color 0.3s ease-in-out;

    -moz-transition: border-color 0.3s ease-in-out;

    transition: border-color 0.3s ease-in-out;

    border: 1px solid #aaa;

}



#generator textarea {

    height: 100px;

    max-width: 100%;

    resize: none;

}



#generator button[type="submit"] {

    cursor: pointer;

    width: 100%;

    border: none;

    background: #015a4a;

    color: #FFF;

    margin: 0 0 5px;

    padding: 10px;

    font-size: 15px;

}



#generator button[type="submit"]:hover {

    background: #01705c;

    -webkit-transition: background 0.3s ease-in-out;

    -moz-transition: background 0.3s ease-in-out;

    transition: background-color 0.3s ease-in-out;

}



#generator button[type="submit"]:active {

    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);

}



.copyright {

    text-align: center;

}



.copyright a {

    color: #00af8f;

    text-decoration: none;

}



#generator input:focus,

#generator textarea:focus {

    outline: 0;

    border: 1px solid #aaa;

}



.footer-container {

    background-color: #FFF;

    color: #000;

    padding: 20px;

    border: 1px solid grey;

    line-height: initial;

}



::-webkit-input-placeholder {

    color: #888;

}



:-moz-placeholder {

    color: #888;

}



::-moz-placeholder {

    color: #888;

}



:-ms-input-placeholder {

    color: #888;

}



.przydzial {

	width: 81%;

	height: 32px;

}