html, body {
 background: url(../logo.jpg) no-repeat center center fixed; 
 background-repeat:no-repeat;
 background-size;
 background-position:center;
 background-color: #0095D7;
}

input {
  margin: 3px 0;
}

@media only screen and (max-width: 599px) {
/* Styles pour les écrans plus petits, tels que les smartphones */
img {
 max-width: 30%;
 max-height: 30%;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

div.size-portail {
width: 350px;
}
}

@media only screen and (min-width: 600px) {
/* Styles pour les écrans plus petits, tels que les smartphones */
img {
 max-width: 60%;
 max-height: 60%;
 display: block;
 margin-left: auto;
 margin-right: auto;
}

div.size-portail {
 width: 400px;
}
}


