.wrapper {
    position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
    background-image: url('background.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    /* filter: sepia(80%); */
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.logo{
    background-image: url('logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    content: '';
    height: 200px;
    margin-bottom: 10%;

    /* height: auto; */
    /* display: block;  */
}

.formularz{
    height: 70%;
    border-radius: 5px;
    text-align: center;
    background-color: #edf0f2;
    padding-bottom: 20px;
}

.formularz input{
    width: 90%;
   
    margin: 10px; 
    opacity: 1;
    text-align: center;
}
