/*

Custom grids go here

*/
/*

You can add a grid with the following properties :

-min : min-width
-max : min-width (use -1 for infinite)
-grid : the susy grid to use
-cols : the grid column count
-name : the name of the grid

*/
/*

Set width with the number of column passed as argument

-list : a list of width values for each grid
        Example : ("tablet":4, "hd":6, ...)
-wide : indicate if the last column gutter is included

*/
/*

Set left margin with the number of column passed as argument

-list : a list of margin values for each grid
        Example : ("tablet":4, "hd":6, ...)
-wide : indicate if the last column gutter is included

*/
/*

Set the element as container for each defined grid

*/
/* line 3, ../sass/connexion.scss */
#login-wrap {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 3, ../sass/connexion.scss */
  #login-wrap {
    width: 66%;
    float: left;
    margin-right: 2.85714%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 3, ../sass/connexion.scss */
  #login-wrap {
    width: 66%;
    float: left;
    margin-right: 1.40845%;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 3, ../sass/connexion.scss */
  #login-wrap {
    width: 66%;
    float: left;
    margin-right: 1.40845%;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 3, ../sass/connexion.scss */
  #login-wrap {
    width: 66%;
    float: left;
    margin-right: 1.40845%;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 3, ../sass/connexion.scss */
  #login-wrap {
    margin-left: 17%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 3, ../sass/connexion.scss */
  #login-wrap {
    margin-left: 17%;
  }
}
@media (min-width: 1281px) and (max-width: 1367px) {
  /* line 3, ../sass/connexion.scss */
  #login-wrap {
    margin-left: 17%;
  }
}
@media (min-width: 1367px) and (max-width: 1000000px) {
  /* line 3, ../sass/connexion.scss */
  #login-wrap {
    margin-left: 17%;
  }
}
