body{
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #F1F1F1;
    background: repeat url("test2.svg");
    user-select: none;
}
.masz{
    color: red;
}
.niemasz{
    color: green;
}
.check{
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: -15px;
    margin-bottom: -15px;
    align-items: center;
    padding-left: 10px;
}
.check h4{
    margin-left: 8px;
    color: #4F4F4F;
}
#rememberMe{
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-collapse: collapse;
    border: none;
}
.panel{
    width: 100%;
    height: 90%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.pod-panel{
    width: 60%;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    text-align: center;
    margin: 20px;
    background-color: #D8D8D8;
}
hr{
    width: 100%;
    background-color: #5a3c8877; 
}
.panel p{
    font-weight: bold;
    font-size: 40px;
    margin: 20px;
    
}
.zhasla, .zlog{
    position: fixed;
    top: 25%;
    background-color: #c8c8c8;
    width: 30%;
    height: 30%;
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.iks{
    background-color: red;
    display: flex;
    position: absolute;
    top: 0;
    color: white;
    right: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-weight: bold;
}
.z{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.login{
    text-align: center;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #D8D8D8;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 15px #5a3c8877 solid;
}
.login p{
    font-size: 17px;
    color: #4F4F4F;
}
.input{
    border-left: none;
    font-size: 15px;
    border-right: none;
    border-top: none;
    outline: none;
    background-color: transparent;
    border-bottom: 2px #5B3C88 solid;
    font-weight: bold;
    color: #4F4F4F;
    width: 400px;
    padding: 8px;
    margin: 10px;
}

.grafik{
    text-align: center;
}
.button1{
    background-color: #5B3C88;
    border: none;
    width: 400px;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    margin: 10px;
    color: #F1F1F1;
}
.button11:hover{
    background-color: #4F4F4F;
    transition: ease-in-out 0.25s;
}
.tyt{
    font-weight: bold;
    color: #4F4F4F;
}
.button1:hover{
    background-color: #ffffff;
    color: #000000;
    transition: ease-in-out 0.25s;
}
.logo{
    display: flex;
    width: 100%;
    justify-content: center;
}
.logo img{
    width: 180px;
    height: 180px;
}
#jubilat, #park{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#ksiaz{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#guziki{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.guziki-guziki{
    border-radius: 15px;
     border: 15px #5a3c8877 solid;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #D8D8D8;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.guziki-guziki2{
    border-radius: 15px;
     border: 15px #5a3c8877 solid;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #D8D8D8;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.logout{
      border-radius: 15px;
     border: 15px #5a3c8877 solid;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #D8D8D8;
    padding: 20px;
    display: flex;
    margin-top: 10px;
    flex-direction: column;
}
.guziki-text{
    text-align: center;
    color: #000000;
    font-weight: bold;
}
.button2{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #5B3C88;
    border: none;
    cursor: pointer;
    width: 500px;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    margin: 10px;
    color: #ffffff;
}
.button2:hover{
    background-color: #ffffff;
    color: #000000;
    transition: ease-in-out 0.25s;
}
.header{
    display: flex;
    width: 100%;
    height: 5%;
}
.header a{
    background-color: #5B3C88;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}
.header a:hover{
    background-color: #ffffff;
    color: #000000;
    transition: ease-in-out 0.25s;
}

#osoba{
    width: 300px;
    cursor: pointer;
}
table{
    margin: 5px;
    text-align: center;
}
.tabelki{
    display: flex;
    justify-content: center;
    flex-direction: row;
}
#sobota{
    display: flex;
    
}
#sroda, #sobota{
    flex-direction: column;
}
#sroda{
    display: flex;
}
#czy{
    width: 100%;
    display: flex;
    padding-top: 20px;
    justify-content: center;
}
#czy a{
 
    background-color: #95aa7e;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    width: 500px;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    margin: 10px;
    color: #000000;
}
#czy a:hover{
    background-color: #ffffff;
    color: #000000;
    transition: ease-in-out 0.25s;
}
table{
    margin: 20px;
    border-collapse: collapse;
}
table, th{
    font-size: 30px;
    padding: 5px;
    border: 1.5px solid;
    background-color: #ffffff;
  }
  td{
    font-size: 30px;
    padding: 3px;
    border: 1.5px solid;
    background-color: #ffffff;
  }
.date-k{
    color: #000000;
    font-weight: bold;
    background-color: #d3a184;
}
.date-j{
    color: #000000;
    font-weight: bold;
    background-color: #95aa7e;
}
.ostatnie{
    background-color: #e2e2e2;
}
#sobota-ksiaz{
    display: flex;
    flex-direction: column;
}
#niedziela-park{
    display: flex;
    flex-direction: column;
}
.witaj{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.info{
    width: 550px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
a{
    text-decoration: none;
    text-align: center;
}
.zapisz{
   margin-bottom: -20px;
   width: 100%;
   border: none;
   background-color: transparent;
   cursor: pointer;
   font-weight: bold;
   color: rgb(0, 0, 0);
   font-size: 15px;
}
.zapisz:hover{
    color: rgb(128, 127, 127);
}
.usun{
    margin-bottom: -20px;
    width: 100%;
    font-size: 30px;
  
    color: rgb(0, 0, 0);
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.usun:hover{
    color: rgb(189, 25, 25);
}
.reset{
    width: 500px;
}
.admin{
    margin: 20px;
    color: rgb(0, 0, 0);
}
.ab{
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 10px;
    font-weight: bold;
   
}
@media only screen and (max-width: 1100px) {
    .header a {
        font-size: 45px;
    }

    .button2, .button1 {
        font-size: 35px;
        width: 600px;
    }
    .zhasla, .zlog{
        top: 40%;
        width: 85%;
        height: 400px;
    }
    .pod-panel input{
        
        font-size: 30px;
        width: 600px;
    }
    .zlog input{
       
            font-size: 30px;
        width: 600px;
    }
    .guziki-guziki {
        padding: 50px;
    }
    .pod-panel {
         width: 80%;
    }
    .logout{
        padding: 50px;
    }
    .check{
        justify-content: left;
    }
    .guziki-text {
        font-size: 35px;
    }
    .witaj {
        font-size: 30px;
    }
    .login{
        padding: 50px;
    }
    .login input{
        width: 600px;
        font-size: 25px;
    }
    .tyt{
        
        font-size: 40px;
    }
    .info{
        font-size: 35px;
    }
    .logo img{
        width: 220px;
        height: 220px;
    }
        #czy a {
            font-size: 30px;
        }
        #rememberMe{
            height: 25px;
            width: 25px;
        }
        .check h4 {
                 font-size: 25px;
        }
        body{
            background: repeat url("test2.svg");
         
        }
}