.oublie-mdp {
  width: 100%;
  text-align: right;
  color: white;
  text-decoration: underline;
  font-size: 17px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.oublie-mdp > a {
  color: white;
}
.form-login-page {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  margin: auto;
}
.btn-login-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 0 !important;
}
.form-login-page > img {
  width: 450px;
}
.title-login {
  color: white;
  font-family: Hackney, Arial, sans-serif;
  letter-spacing: 0.251282px;
  font-weight: 700;
  line-height: 48px;
  font-size: 40px;
  margin-bottom: 26px;
}
.img-logo {
  margin-bottom: 17px;
}

.form-text {
  background-color: white !important;
  color: #079b7f !important;
  padding: 17.5px 21px 15.5px 21px !important;
}
.form-text::placeholder {
  color: #009B87;
  font-weight: 700;
  font-size: 30px !important;
  font-family: Hackney, Arial, sans-serif;
  letter-spacing: 1.375px;
  font-style: normal;
  line-height: 18px;
}
.text-pr {
  color: white;
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-size: 17.5px;
  margin-top: 10px;
  text-align: justify;
}
.form-login {
  height: 100%;
  margin: 0;
}
.form-login .layout-content {
  margin: 0;
}

.login-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100vh;
  max-width: 100%;
}
.container_login {
  height: 100%;
}
.login-container > main {
  width: 50%;
  background-color: #009b87 !important ;
}
.illustration-login {
  width: 50%;
}
.illustration-login > img {
  height: 100%;
  width: 100%;
}
.form-element-wrapper > label {
  display: none !important;
}
#edit-name--description {
  display: none !important;
}
#edit-pass--description {
  display: none !important;
}

.form-wrapper > button {
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  font-family: Hackney, Arial, sans-serif !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  padding-top: 9px !important;
  padding-bottom: 13px !important;
  font-size: 25px;
  box-shadow: 0px 8px 8px -1px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 0px 8px 8px -1px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 8px 8px -1px rgba(0, 0, 0, 0.53);
  background-color: #D40073;
  border: #D40073;
}

.form-login-page > img {
  width: 450px;
}

form:not(#user-pass-reset) .form-actions {
  margin-top: 0 !important;
}

@media (max-width:1024px) {
  .illustration-login, .login-container > main {
    width: 100%;
  }
  .login-container {
    display: block;
  }
}

.form-login-page .layout-content .block-local-tasks-block a[data-drupal-link-system-path="user/login"],
.form-login-page .layout-content .block-local-tasks-block a[data-drupal-link-system-path="user/register"],
.form-login-page .layout-content .block-local-tasks-block a[data-drupal-link-system-path="user/password"]
{
  display: none;
}