body {
  background-color: #eff4ff;
  font-family: "Poppins", sans-serif;
  text-align: left;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 15px 30px 15px;
  color: #212529;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
}

:root {
  --bs-danger-bg-subtle: #FE4D2E;
  --bs-danger-text-emphasis: #FFF;
}

html {
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#logo {
  background: url("../img/group/logo.svg") no-repeat;
  margin-bottom: 2%;
  background-position: top center;
  height: 50px;
  width: 202px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

input {
  outline: none;
  box-shadow: none;
}

.form-check-input:focus {
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.lmp-auth-content {
  width: 500px;
  flex-basis: 500px;
}

.lmp-dropdown-lang {
  margin: 5px 5px;
  display: flex;
  justify-content: flex-end;
}

.lmp-form-control {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  color: #495057;
  height: 36px;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 8px 0;
  padding: 0;
  transition: box-shadow .3s, border .3s;
}

.lmp-form-control:focus {
  border-bottom: 1px solid var(--bs-primary);
  box-shadow: 0 1px 0 0 var(--bs-primary);
}

.lmp-form-control::placeholder {
  color: #6c757d;
}

.social-account-align {
	display: flex;
  justify-content: center;
   align-items: center;
   flex-direction: column;
}

.lmp-btn-rounded {
  border-radius: 50px !important;
}

.lmp-btn-block {
  display: block;
  width: 100%;
}

.lmp-form-check-input {
  width: 55px !important;
  height: 28px;
}

.remember-switch-label {
  line-height: 32px;
}

.mt-4-bis {
  margin-bottom: 2rem;
}

#kc-content {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
  padding: 2rem !important;
}

#kc-form-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#kc-form-reset-options {
  display: flex;
  align-items: left;
  flex-direction: column-reverse;
  margin-top: 2rem;
}

#kc-social-providers h2 {
  line-height: 1.5;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.label_erreur {
	color: var(--bs-danger-bg-subtle);
}

@media only screen and (max-width: 600px) {
  .lmp-auth-content {
    width: 90vw;
    flex-basis: 90vw;
  }

  #kc-form-login-options {
    display: block;
  }

  #kc-form-options {
    padding-bottom: 20px;
  }
}