main{height:100dvh}.wrapper{position:relative;background-color:var(--page-background-color);height:100%}.wrapper::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:var(--page-image-url);background-size:var(--page-image-size);background-position:var(--page-image-position);background-repeat:var(--page-image-repeat);opacity:var(--page-image-opacity);z-index:0}#login-box{background-color:var(--footer-background-color);padding:2rem;z-index:1;position:fixed;display:grid;grid-template-columns:repeat(1, 1fr);grid-template-rows:1fr;grid-column-gap:2rem;grid-row-gap:0px}@media only screen and (max-width:36rem){#login-box{border-radius:0;height:100%}}@media only screen and (min-width:36rem){#login-box{left:50%;top:50%;width:fit-content;max-width:80vw;transform:translate(-50%, -50%)}}@media only screen and (min-width:75rem){#login-box{grid-template-columns:repeat(2, 1fr)}}#login-box fieldset legend{line-break:anywhere}#login-box fieldset label{width:100%}#login-box fieldset input{width:100%;font-size:1rem}#login-box fieldset input:not([type="submit"]){color:var(--color-typo) !important}.left_connexion{display:none}@media only screen and (min-width:75rem){.left_connexion{display:flex;flex-direction:column;justify-content:center;align-items:center}}.right_connexion{display:flex;flex-direction:column;justify-content:center;align-items:center}