h1 {
  font-weight: 700;
  margin: 50px;
  text-align: center;
}

input {
  border: 1px solid #00000008;
  height: 30px;
  cursor: pointer;
  padding: 5px;
  background-color: #f6f8fa !important;
  border-radius: 5px;
}

input:focus {
  border: none;
  background-color: transparent;
  outline: none;
  background: none;
}

.container {
  width: 260px;
  background: var(--color-white);
  -webkit-box-shadow: 0px 10px 15px -3px var(--shadow-color);
  box-shadow: 0px 10px 15px -3px var(--shadow-color);
  border-radius: var(--radius-primary);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#form-connexion1,
#form-connexion2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fill-available;
  width: -moz-available;
}

.mdpOublie {
  text-decoration: underline;
}

[for="identifiant"],
[for="password"] {
  color: var(--color-grey-02);
}

.presentation_Crm {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 3;
}

.presentation_Connexion {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 2;
}

.logo__Connexion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.presentation_Copryright {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 12px;
  padding: 20px;
}

#presentation__deco1 {
  position: relative;
  left: -150px;
  top: 255px;
}

#presentation__deco2 {
  position: relative;
  left: 145px;
  bottom: 251px;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* width: 350px; */
  height: 7.5rem;
}

.st0 {
  fill: #1e1e1e;
}

.st1 {
  fill: var(--color-primary);
}

.svg_matara_connexion {
  width: 108px;
}

.resetmdp {
  background-color: rgb(182, 12, 0);
  color: var(--color-white);
  border-radius: 2px;
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 1s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 25px;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  color: var(--color-primary);
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  #logo {
    margin-top: 50px;
    width: 100%;
    margin: 0;
  }

  .presentation_Crm {
    display: none !important;
  }
}

@media screen and (max-width: 425px) {
  body {
    -ms-grid-rows: 200px 600px 50px;
    grid-template-rows: 200px 600px 50px;
    height: 100%;
  }

  .bienvenue {
    font-size: 50px;
  }
}
