.css-kontent {
    border-radius: 9px;
    height: 585px;
}

.css-wersja {
    margin-top: 30px;
}

.css-background {
    background-image: var(--ekran-logowania-logo-url);
    background-repeat: no-repeat;
    background-position: var(--ekran-logowania-logo-position);

    background-size: max(35vw, 400px) auto;
    background-color: white;
}

.css-kontent input[type="text"], .css-kontent input:not([type]), .css-kontent input[type="password"] {
    border-radius: 10px;
    padding: 0px 0px 0px 15px !important;
    height: 45px;
}

.css-button {
    margin: 12px 0 12px 0 !important;
    height: 45px;
    line-height: 45px;
}

.css-logowanie-label {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 15px;
}
