


.page-content {
    left: 10px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
    min-height: 100vh;
    flex-shrink: 1;
    display: flex;
    flex-direction: row;
}


select,
input[type=text],
input[type=password],
textarea {
    display: block;
    width: 100%;
    border-radius: 2px;
    line-height: 40px;
  
    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
    border: 1px solid #ccc;
    background-color: #fff;
}




input[type=email] {
    display: block;
    width: 100%;
    border-radius: 2px;
    line-height: 40px;

    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
    border: 1px solid #ccc;
    background-color: #fff;
    text-transform: lowercase;
}



.form-r {
    border-radius: 20px;
    padding: 1.8rem;
    margin: 2rem 0;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    background: #efefef;
    width: 50%;
    background-image: url('../img/old-r.jpg');
    background-position: left;


}

.form-l {
    border-radius: 20px;
    padding: 2rem;
    margin: 2rem 0;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
    background: #efefef;
    width: 50%;
    background-image: url('../img/old-l.jpg');
    background-position: right;
	
}

.img-tlo {
    position: relative;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    margin-left: auto;
    margin-right: auto;


}

h1 {
    font-size: 200%;
    text-align: center;
    color: tomato;
    font-weight: bold;

}

h2 {
    font-size: 100%;
    text-align: center;
    color: black;
    font-weight: bold;

}

h3 {
    font-size: 100%;
    text-align: center;
    color: black;
    font-weight: normal;
    padding: 15px;
}


h4 {
    font-size: 90%;
    text-align: center;
    color: black;
    font-weight: normal;
    line-height: 1.2em;

}

h5{
    font-size: 90%;
    text-align: center;
    color: black;
    font-weight: normal;
    line-height: 1.8em;

}

li {
	 list-style-position:inside;
}


.form-r label,
.form-lr label,
    {
    font-size: .9rem;
    display: block;
    margin: 0 0 .5rem;
    line-height: 1.5rem
}



.form-r textarea,
.form-l textarea,
    {
    height: 120px
}



.form-r .form-row,
.form-l .form-row,
    {
    margin-bottom: 20px;
}

#form10 input:not(:placeholder-shown):invalid,
#form10 textarea:not(:placeholder-shown):invalid {
    border-color: tomato;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 99, 71, 0.3);
}

#form10 input:not(:placeholder-shown):required:valid,
#form10 textarea:not(:placeholder-shown):required:valid {
    border-color: #4dcc23;
    outline: none;
    box-shadow: 0 0 0 3px rgba(77, 204, 35, 0.3);
}







input,
.button {
    padding: 0.8em 1.4em;
    background: tomato;
    color: #fff;
    border: 0;
    font-size: 1rem;
    line-height: 1.1em;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
    transition: .5s background-color;
    cursor: pointer;
    margin: 10px 20px 10px 0px;

    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}



.button:hover {
    color: #fff;
    background: #c11d00;
}

.button:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #7dadd9
}

.komunikat {
    color: tomato;
    font-size: 150%;
}


a:link {
    text-decoration: none;
    color: black;
}

a:hover {
    color: tomato;
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
    color: black;
}


@media all and (max-width: 900px) {
    .page-content {
        margin: 0px;
        padding: 0 20px;
        max-width: 880px;
        min-height: 100vh;
        flex-shrink: 1;
        display: flex;
        flex-direction: column;

    }


    .form-r,
    .form-l {
        border-radius: 20px;
        padding: 1.2rem;
        margin: 2rem 0;
        box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .2);
        background: #efefef;
        width: 90%;
	    }
}

.srodek {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
