body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	cursor: default;
	background-color: #68a2a4;
}

.forma {
    width: 100%;
    max-width: 500px;
    margin: auto;
    z-index: 2;
    position: relative;
    margin-top: 20%;
}

.logowanie {
    max-width: 100%;
    margin: auto;
    border: 1px solid black;
    text-align: center;
    background-color: seashell;
} 

.pass {
    max-width: 400px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;


}

.pass input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
}
.ima {
    position: fixed;
    top: 10%;
    left: 20%;
    width: 60%;
    z-index: 1;
}
.ima img {
    width: 100%;
}

#animation_container {
    background-color:rgba(255, 255, 255, 1.00);
    margin: auto;
}

@media all and (max-width: 850px) {
    .ima { 
        left: 10%;
        top: 10%;
        width: 80%;
    }
}

@media all and (max-width: 700px) {
    .ima { 
        width: 100%;
        margin: auto;
        left: 0px;
        top: 0px;
        height: 100vh;
    }
    .ima img {
        height: 100vh;
    }
}