* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body,
html {
  width: 100%;
  height: 100%;
  background-image: url("/assets/background-b2301454.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  
  
  display: flex;
  gap: 20px;
  border-radius: 20px;
  justify-content: center;
    background: rgba(12, 12, 12, 0.1);
  backdrop-filter: blur(8px);
  max-height: 500px;
  min-height: 500px;
  max-width: 800px;
  min-width: 800px;
  /* overflow:auto; */
}


.left-panel {
  /* width: 700px; */
  /* height: 480px; */
  width: 40%;
  flex-grow: 2;
  flex: 1;
  border-radius: 24px;
  padding: 64px 48px;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  align-items: stretch;
  gap: 20px;
}

.left-panel img {
  border-radius: 50%;
}

.left-panel img.logo-mndpt,.left-panel img.logo-gouv {
  border-radius: 0%;
  height:100%;
}

.left-panel h2 {
  /* color: #003f87; */
    color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}

.left-panel p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

/* .left-panel .logos img {
  /* height: 40px; 
  margin: 10px;
} */

.login-panel {
  /* max-width: 456px !important; */
  /* height: 480px; */
  width: 50%;
  flex-grow: 1;

  flex: 1;
  padding: 48px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  /* gap: 24px; */
}

.login-panel h3 {
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: 0%;
  font-size: 16px;
  
}

.login-panel form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.login-panel input {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 54px;
  outline: none;
  font-size: 16px;
  padding: 10px;
}

.login-panel .login-button {
  width: 155px;
  height: 40px;
  /* padding: 12px; */
  border: none;
  border-radius: 30px;
  background-color: #003f87;
  color: white;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.login-panel .forgot-password {
  /* text-align: right; */
  font-size: 12px;
}

.login-panel .forgot-password a {
  color: #ffffff;
  text-decoration: none;
}

.login-panel .label {
  font-size: 12px;
  color: #ffffff;
}

.access-link {
  text-align: center;
  margin-top: 20px;
  color: #ffffff;
}

.access-link p {
  margin-bottom: 5px;
}

.access-link a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.text-field {
  background-color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  outline: none;
}

.left-panel .logos {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}

.logo-mndpt {

  border-radius: 0%;
  height: 60px;
  width: 60px;

}
.logo-gouv {

  border-radius: 0%;
  height: 100px;
  width: 60px;

}

.access-link::before {
  display: block;
  content: " ";
  border-top: 1px #ffffff dashed;
  width: 20%;
  margin: 25px auto;
}

.label-pwd-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.forgot-password-label a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

.access-link a {
  text-decoration: underline;
  font-size: 14px;
}

.text-container {
  display: flex;
  flex-direction: column;

}