.login-form-container, .reminderPasswordReset {
  max-width: 850px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.login-form-container .error-message, .reminderPasswordReset .error-message {
  color: #FF6A56;
}
.login-form-container .success-message, .reminderPasswordReset .success-message {
  color: #849647;
}
.login-form-container .buttonGroup, .reminderPasswordReset .buttonGroup {
  margin-top: 20px;
}
.login-form-container .buttonGroup a, .reminderPasswordReset .buttonGroup a {
  display: inline-block;
  background-color: #7E7067;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding: 19px 29px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #7E7067;
  transition: 0.25s background-color, 0.25s color;
}
.login-form-container .buttonGroup a:hover, .reminderPasswordReset .buttonGroup a:hover {
  color: #7E7067;
  background-color: #fff;
}
.login-form-container form .consignes, .reminderPasswordReset form .consignes {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .login-form-container form .lineForm, .reminderPasswordReset form .lineForm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .login-form-container form .lineForm.fullpass input[type=text], .reminderPasswordReset form .lineForm.fullpass input[type=text] {
    flex-grow: 1;
    max-width: none;
  }
  .login-form-container form .lineForm.mid input[type=password]:first-child, .reminderPasswordReset form .lineForm.mid input[type=password]:first-child {
    margin-right: 28px;
  }
}
@media screen and (min-width: 980px) {
  .login-form-container form input[type=text], .reminderPasswordReset form input[type=text] {
    margin-right: 28px;
  }
}
.login-form-container form input[type=text],
.login-form-container form input[type=password],
.login-form-container form input[type=email], .reminderPasswordReset form input[type=text],
.reminderPasswordReset form input[type=password],
.reminderPasswordReset form input[type=email] {
  margin-bottom: 15px;
  width: 100%;
  max-width: 450px;
  border: 1px solid #DED9D4;
  border-radius: 5px;
  color: #000;
  box-shadow: none;
  font-size: 16px;
  line-height: 19px;
  padding: 17px;
}
@media screen and (min-width: 980px) {
  .login-form-container form input[type=text],
  .login-form-container form input[type=password],
  .login-form-container form input[type=email], .reminderPasswordReset form input[type=text],
  .reminderPasswordReset form input[type=password],
  .reminderPasswordReset form input[type=email] {
    width: calc((100% - 28px) / 2);
    margin-bottom: 0;
  }
}
.login-form-container form .fakeInput, .reminderPasswordReset form .fakeInput {
  margin-bottom: 15px;
  width: 100%;
  max-width: 450px;
  border: 1px solid #DED9D4;
  border-radius: 5px;
  color: #000;
  box-shadow: none;
  font-size: 16px;
  line-height: 19px;
  background-color: #DED9D4;
  padding: 17px;
}
@media screen and (min-width: 980px) {
  .login-form-container form .fakeInput, .reminderPasswordReset form .fakeInput {
    width: calc((100% - 28px) / 2);
    margin-bottom: 0;
    margin-right: 28px;
  }
}
.login-form-container form .submitGroup, .reminderPasswordReset form .submitGroup {
  text-align: right;
}
.login-form-container form .submitGroup span, .reminderPasswordReset form .submitGroup span {
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .login-form-container form .submitGroup, .reminderPasswordReset form .submitGroup {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .login-form-container form .submitGroup span, .reminderPasswordReset form .submitGroup span {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.login-form-container form input[type=submit], .reminderPasswordReset form input[type=submit] {
  display: inline-block;
  background-color: #849647;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  padding: 19px 29px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #849647;
  transition: 0.25s background-color, 0.25s color;
}
.login-form-container form input[type=submit]:hover, .reminderPasswordReset form input[type=submit]:hover {
  color: #849647;
  background-color: #fff;
}/*# sourceMappingURL=login.css.map */