/*----LOG------*/
.flex {
  background-color: white;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: url(../img/cercle-orange.png) no-repeat, url(../img/cercle-violet.png) no-repeat;
  background-position: right -194px top -194px, bottom -214px left -214px;
}

/*# sourceMappingURL=user.css.map */
