body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(white, #D3D8E8);
}

body.bodyBackground {
	background-image: url('bk.jpg?plin_version=12.1p_2024-03-07');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #54A599;
	background-size: 85%;
	
}


.logo{
background:
    url("./images/logoHome.png?plin_version=12.1p_2024-03-07");
    background-size: 165px 100px;
    background-repeat: no-repeat;
    padding-top:40px;
    background-position: center center;
}


.footlogo{
    background: url("./images/plinning.png");
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center center;
}