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

#blokLewyRejestracja
{
    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="text"], input[type="password"], input[type="date"], input[type="email"]
{
    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;
}

select
{
    font-size: 15px;
    border: 0;
    border-radius: 15px;
    font-family: "Cal Sans", sans-serif;
    outline: none;
    padding: 8px 20px 8px 20px;
    width: 80%;
}


#regulaminLink
{
    text-decoration: none;
    color: #6c757d;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
}
    
#regulaminLink:hover 
{
    color: #ffffff;
}
    
#regulaminLink:active
{
    color: #6c757d;
}
    
#regulaminLink:visited
{
    color: #6c757d;
}

img
{
    border-radius: 20px;
}

.labelRadio
{
    font-size: 15px;
}
