.principal_accueil {
  width: 100% !important;
}
.authentication {
  /* ******************************************************************MEDIA QUERIES****************************************************************** */
  /*
    @media screen and (max-width: 600px)  {
        .formContact{
        flex: 0 0 auto;
        width: 100%;
        }
        .waveBottom{
        margin-top: -5%;
        }
        .socialMenu{
        margin: auto;
        margin-top: 2%;
        }
    }
    @media screen and (max-width: 500px)  {
        .waveBottom{
        margin-top: 5%;
        }
        .socialMenu{
        margin-top: 5%;
        }
    }
    @media screen and (max-width: 420px)  {
        .formContact{
        height: 500px;
        }
        .waveBottom{
        margin-top: 19%;
        }
        .socialMenu{
        margin-top: 45%;
        }
    }

    @media screen and (max-width: 380px)  {
        .waveBottom{
        margin-top: 10%;
        }
        .socialMenu{
        margin-top: 30%;
        }

    }
    */
}
.authentication label {
  font-family: "Lato";
  padding-bottom: 8px;
}
.authentication a,
.authentication input,
.authentication button {
  font-family: "Lato";
}
.authentication .connect {
  height: 100vh;
  min-height: 700px;
  background: url(/canevas/svor/admin/images/bottom.png) bottom right no-repeat;
  background-size: auto 571px;
}
.authentication .container {
  position: relative;
  display: flex;
  flex-direction: row;
  z-index: 1;
  background: url(/canevas/svor/admin/images/photo.png) top left no-repeat;
  background-size: auto 756px;
}
.authentication .photo img {
  width: 150%;
}
.authentication .formContact {
  z-index: 2;
  width: 423px;
  min-width: 423px;
  height: 640px;
  background: white;
  background: #ffffff url(/canevas/svor/admin/images/waveTop.png) top left no-repeat;
  background-size: contain;
  padding-top: 100px;
  border-radius: 15px;
  box-shadow: 10px 10px 6px 0 rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  place-self: center;
  margin-right: 10%;
  margin-left: auto;
  transition: all ease-in-out 0.125ms;
}
@media screen and (max-width: 479px) {
  .authentication .formContact {
    min-width: 0;
    background-image: none;
    padding-top: 20px !important;
    height: auto;
  }
  .authentication .container {
    flex-direction: column;
  }
}
.authentication .waveTop {
  border-radius: 15px;
}
.authentication .logo {
  z-index: 3;
  width: 100%;
  height: auto;
  max-width: 50%;
  margin: 0px auto;
}
.authentication .waveBottom {
  border-radius: 15px;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 100%;
}
.authentication form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  padding-top: 30px;
  margin: 0px auto;
  text-align: left;
  z-index: 2;
}
.authentication input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset;
}
.authentication .input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.authentication .icon {
  padding: 16px;
  background: #F5F5F5;
  border-radius: 10px 0px 0px 10px;
  text-align: center;
}
.authentication .input-field {
  width: 100%;
  height: 34px;
  padding: 9px;
  background: #F5F5F5;
  border-radius: 10px;
  border: none;
  margin-left: -15px;
}
.authentication .btn {
  margin: auto;
  width: 290px;
  height: 50px;
  border-radius: 15px;
  box-shadow: 10px 10px 6px 0 rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #26F4FF, #02A4F4, #0466EB, #0621E1);
  border: none;
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 17%;
  outline: none;
  transition: all ease-in-out 0.25s;
  cursor: pointer;
}
.authentication .btn:hover {
  background: linear-gradient(to left, #26F4FF, #02A4F4, #0466EB, #0621E1);
}
.authentication a {
  color: black;
}
.authentication .newAccount {
  margin: auto;
  margin-top: 5%;
}
.authentication .socialMenu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  z-index: 3;
  width: 200px;
  height: 30px;
  position: absolute;
  bottom: 30px;
}
.authentication .socialMenu a {
  font-size: 30px;
  color: white;
}
.authentication .socialMenu a:hover {
  color: #0621E1;
}
.authentication .connect {
  height: 100vh;
  min-height: 700px;
  background: url(/canevas/svor/admin/images/bottom.png) bottom right no-repeat;
  background-size: auto 571px;
}
.authentication .background {
  background: url(/canevas/svor/admin/images/left.png) bottom left no-repeat;
  background-size: auto 940px;
}
.authentication .container {
  justify-content: flex-start;
  height: 100%;
  min-height: 100vh;
}
@media screen and (min-width: 1399px) {
  .authentication .formContact {
    margin-left: auto;
    margin-right: 20%;
  }
}
@media screen and (min-width: 1399px) {
  .authentication .formContact {
    margin-left: 60%;
    margin-right: auto;
  }
}
@media screen and (max-width: 1279px) {
  .authentication .background {
    background-size: unset;
    height: 100%;
    min-height: 100vh;
  }
  .authentication .connect {
    background-size: unset;
  }
  .authentication .container {
    background-size: auto 600px;
  }
}
@media screen and (max-width: 1000px) {
  .authentication .formContact {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 800px) {
  .authentication .connect {
    min-height: 100vh;
    background: url(/canevas/svor/admin/images/waveBottom.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    height: auto;
  }
  .authentication .background {
    background-image: none;
  }
  .authentication .waveBottom {
    display: none;
  }
  .authentication .container {
    height: 100%;
    min-height: 100vh;
    background-image: none;
    height: unset;
  }
}
@media screen and (max-width: 1200px) {
  .authentication .triangle {
    display: none;
  }
  .authentication .photo img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .authentication .photo img {
    display: none;
  }
  .authentication .formContact {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
    border-radius: 0px;
    box-shadow: none;
    flex: 1 0 auto;
    padding-top: 110px;
    background-size: 100% 177px;
    background-color: transparent;
    place-self: unset;
    margin-bottom: 70px;
  }
  .authentication .waveTop {
    border-radius: 0px;
    width: 100%;
  }
  .authentication .waveBottom {
    border-radius: 0px;
    /*
            width: 100%;
            margin-top: 15%;*/
  }
  .authentication .socialMenu {
    position: absolute;
    bottom: 15px;
  }
  .authentication .socialMenu a {
    color: white;
  }
}
@media screen and (max-width: 320px) {
  .authentication .form {
    width: 100%;
  }
  .authentication .input-field {
    width: 73%;
  }
  .authentication label {
    font-size: 20px;
    margin-left: 5%;
    margin-bottom: 2%;
  }
  .authentication .icon {
    margin-left: 5%;
  }
  .authentication .passwordLink {
    margin-left: 5%;
  }
  .authentication a {
    font-size: 18px;
  }
  .authentication .btn {
    width: 80%;
    margin-bottom: 5%;
  }
  .authentication .waveTop {
    width: 108%;
  }
  .authentication .logo {
    width: 100%;
    margin-top: -7%;
    margin-left: 5%;
  }
  .authentication .socialMenu {
    display: none;
  }
  .authentication .waveBottom {
    width: 108%;
    margin-top: 8%;
  }
}
/*# sourceMappingURL=connexion.css.map */