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;
}
img
{
    cursor: pointer;
    width: 250px;
    height: 250px;
}

.ekran-logowania
{
    background-color: rgb(255, 228, 228);
    box-shadow: 0 0 6px rgb(255, 48, 48);
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 5px;
    height: 300px;
}

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
{
    float: left;
    margin-bottom: 5px;
    width: 97%;
    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; 
    float: right;
    margin-right: 5px;
    margin-top: 20px;
    cursor: pointer;
}
.forgot_password
{
    font-size: 14px;
    float: left;
    padding: 10px;
    text-decoration: none;
}
.new_account
{
    background-color: red;
    color: white;
    border-radius: 5px; 
    margin-right: 10px;
    margin-top: 20px;
    float: right;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
}