body
{
	background-color: white;
	font-family:'Oswald', sans-serif;
    background-image: url("Zdjęcia/tlo3.jpg");
}
#container
{
    text-align: center;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.ekran-logowania
{
    background-color: rgb(255, 228, 228);
    box-shadow: 0 1px 6px rgb(255, 48, 48);
    padding: 20px;
    border-radius: 5px;
    height: auto;
}
img
{
    cursor: pointer;
    width: 250px;
    height: 250px;
}

h1
{
    color: black;
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}

form
{
    width:100%;
    text-align: center;
}

input
{
    margin-bottom: 5px;
    width:100%;
    padding: 5px;   
    border: solid 1px black;
    border-radius: 5px;
    background-color: rgb(255, 211, 211);
}
label
{
    font-weight: 900;
    float: left;
}

.button
{
    border: none;
    font-weight: 900;
    text-align: center;
    width: 350px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    background-color: red; 
    padding: 10px 20px;
    border-radius: 5px; 
    margin-right: 3px;
    margin-top: 20px;
    cursor: pointer;
}

.message
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}
a
{
    margin: 10px auto;
    font-weight: 700;
    text-decoration: none;
    color: red;
}