body {
    background: white;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
img {
    height: 250px;
    width: 250px;
    display: flex;
    flex-direction: row;
    margin: auto;
    padding: 200px;
    pointer-events: none;
}
.prawdzicaccountlogo {
    height: 250px;
    width: 250px;
    display: flex;
    flex-direction: row;
    margin: auto;
    padding: 50px;
    opacity: 0.6;         
}
.login-container {
    width: 400px;
    height: 200px;
    position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: none;
    opacity: 0.6;
    margin-left: auto;
    margin-right: auto;
}
input[type=text], select {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    background: white;
    color: black;
    padding: 10px 20px;
    margin: 10px;
    font-size: 100%;
}    
input[type=submit] {
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    background-color:rgb(3, 36, 65);
    color: white;
    padding: 10px 20px;
    margin: 10px;
    border: none;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color:rgb(18, 52, 85);
}
.centered {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
.container {
    min-height: 10em;
    display: table-cell;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
