@media only screen and (min-width: 1201px) {

#i-page {
height			: fit-content;
width			: 80%;
display			: flex;
flex-direction	: row;
border-radius	: 30px;
justify-content	: flex-end;
}

#i-infopart {
display			: flex;
justify-content	: center;
flex-direction	: row;
flex-grow		: 2;
}

#i-loginpart {
width				: 700px;
justify-content		: right;

}

}

#i-logopartsmall {
display			: none;
}
}