body {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.login-table {
    height: 90vh;
}
.footer-new {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    /* border-top: solid 1px #c1c1c1;; */
    background-color: white;
  
    height: auto;
}

.partner-container {
    display: flex;
    align-items: center;
}
.partner-p {
    margin: 0;
    margin-right: 1rem;

}
.ankieta, .partner-p {
    font-size: 1rem;
    color: black;
}

.nationale {
    margin-bottom: 0;
}
.nationale img {
    max-width: 80%;
    height: auto;
}
.greeting {
    font-weight: bold;
    text-align: center;
    color: black;
}
.ankieta-container {
    text-align: right;
}
.ankieta {
    border: solid 1px #EA650D;
    padding: 1rem;
    border-radius: 10px;
    color: black;
    transition: all 1s ease;
}

.ankieta:hover {
    background-color: #EA650D;
    color: white;
    transition: all 1s ease;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

@media screen and (max-width: 1290px) {
    .greeting {
        font-size: 1.2rem;
    }
    .ankieta, .partner-p {
        font-size: .9rem;
    }
    .nationale img {
        max-width: 70%;
}

}
@media screen and (max-width: 991px) {
    .partner-container {
        justify-content: center;
        margin-bottom: 1rem;
    }
    .ankieta-container {
        text-align: center;
        margin-top: 1.5rem;
    }
    .footer-new {
        padding: 2rem;
    }

    .container {
        max-width: 971px;
}
}
@media screen and (max-width: 768px) {
    .container {
    max-width: 758px;
}
}
