#blokLogowanie
{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 40px;
    background-image: url(../GRAFIKI/LOGOWANIE/LogowanieGrafika.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px;
}

#blokLewyLogowanie
{
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    color: white;
    padding: 40px;
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.210);
}

#wyslanie
{
    border: 1px solid white;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-left: 17px;
    padding-bottom: 10px;
    padding-right: 17px;
    transition: 0.765s;
    outline: none;
    margin-top: 20px;
}
#wyslanie:hover
{
    background-color: rgb(255, 255, 255);
    color: black;
    cursor: pointer;
}

input[type="email"], input[type="password"]
{
    outline: none;
    padding: 12px 15px 12px 15px;
    margin-top: 10px;
    height: 10px;
    font-size: 15px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 0;
    border-radius: 15px;
    transition: 0.5s;
    font-family: "Cal Sans", sans-serif;
}

#obrazPomocy
{
    border-radius: 20px;
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.210);
}