*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.title{
    font-weight: bold;
    font-size: 30px;
    margin-left: 77px;
}

.container{
    width: 100%;
    min-height: 100vh;
    padding: 5%;
    background-image: linear-gradient(rgba(92, 100, 143, 0.5),rgba(92,100,143,0.5)),url(images/Logo-ZSZ-nowe.png);
    background-position: center;
    background-size: cover;
    flex-direction: column;
    display: flex;
    align-items: right;
    justify-content: right;
}

.tlo{
    width: 100%;
    max-width: 380px;
    background: rgba(39, 32, 32, 0.425);
    border-radius: 45px;
    padding: 20px 20px;
    text-align: center;
}

.tlo input{
    background: transparent;
    flex: 1;
    border-width: 1px;
    border: 1;
    border-color: rgba(255, 255, 255, 0.116);
    outline: #ffffff;
    padding: 25px 35px;
    font-size: 20px;
    border-radius: 9999px;
    text-align: center;
}

button{
    background-color:rgba(0, 0, 0, 0.479);
    border-color: rgba(255, 255, 255, 0.116);
    outline: #ffffff;
    padding: 15px 25px;
    font-size: 15px;
    border-radius: 999px;
    
}

button:hover{
    background-color: #d6567c81;
}

#cLabel{
    font-weight: bold;
    font-size: 19px;
}

.podpis{
    color: #ffffff;
    width: 50%;
    max-width: 800px;
    background: rgba(0, 0, 0, 0.493);
    border-radius: 999px;
    padding: 10px;
    border: 1px solid;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
}