/* LOGIN */
body {background:#272822;}
.content {min-height: 100vh;width: 100vw;align-items:center;justify-content: center;display:flex}
#wrapper-content {max-width:960px; max-height:65vh;flex-direction:row-reverse; margin:0 10vw}
#wrapper-content .content-right {background:#efefef;padding:5vh 2vw;align-items:center;display:flex;justify-content:center; width:100%;border-radius:6px 0 0 6px}
#wrapper-content .content-left {background:#ffffff;padding:5vh 2vw;border-radius:0 6px 6px 0;display:flex;align-items:center;justify-content: center}

.form-user-login {width:80%;}
.picto-login {max-width:80%;}
