/*
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 : 2017-11-17, 18:37:59
    Author     : artur
*/
@font-face {
    font-family: "Apolonia";
    src: url("font/apolonia/Apolonia-Italic-2016.ttf");
}
body {
    background-image: url("../image/clouds.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    font-family: 'Apolonia';
    font-size: 1.5em;
}

h1 {
    margin-top: 30px;
    color: white;
}

.claim {
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px;
    margin-bottom: 20px;
}

.left {
    background-color: rgba(255, 255, 255, 0.7);
    width: 420px;
    height: auto;
    display: inline-block;
    margin: 5px;
    padding: 15px;
    vertical-align: top;
}

.left p:nth-child(1), .left p:nth-child(3), .left p:nth-child(5) {
    color: #457294;
    text-align: left;
    font-weight: 700;
}

.right p:nth-child(1) {
    color: #457294;
    text-align: center;
    font-weight: 700;
}

.left p:nth-child(2), .left p:nth-child(4), .left p:nth-child(6) {
    color: #457294;
    text-align: left;
}

.podpis {
    color: #457294;
    text-align: right;
    font-style: italic;
    margin-right: 16px;
}

.right {
    background-color: rgba(255, 255, 255, 0.7);
    width: 420px;
    height: auto;
    display: inline-block;
    margin: 5px;
    padding: 15px;
    vertical-align: top;
    margin-bottom: 20px;
    color: #457294;
}
.left p {
    padding: 5px 5px 5px 15px;
}

input {
    height: 68.5px;
    width: 90%;
    margin: 10px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border: none;
    position: relative;
    color: #457294;
}

focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

button {
    height: 60px;
    border: none;
    background-color: #368198;
    color: #fff;
    padding: 0 60px;
    margin: 30px;
}

button:hover {
    background-color: darkorange;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

q {
    font-weight: bold;
}

.mail-row {
    column-width: 30px;
    font-size: 0.3em;
}

.regulation-title {
    padding-left: 10%;
    width: 90%;
    float: right;
    padding-right: 21px;
    text-align: left;
    font-size: 0.8em;
}

.regulation-checkbox {
    height: 20px;
    float: left;
    width: 20%;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}

.regulation-acceptance{
    text-align: left;
    font-size: 0.8em;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {

    .left, .right {
        width: 280px;

    }

    p {
        text-align: center !important;
    }

    input {
        height: 50px;
    }

    button {
        height: 50px;
    }

}

table {
    table-layout: fixed;
    width: 100%;
}

.lp-col {
    width: 5%;
}

.email-row {
    font-size: 9px;
}

.per20 {
    width: 20%;
}
.send-ican {
    margin-top: 2em;
}