label {
  padding-bottom: 10px;

  text-align: center;

  font-size: 2rem;

  font-family: "Roboto Condensed", sans-serif;

  font-weight: 700;

  border-width: 0.2rem;

  color: white;
}

.backLog {
  color: white;

  border-radius: 10px;

  background-color: #203145;

  height: 560px;

  margin-top: 8%;

  margin: 0;
}

.centerLog {
  position: relative;

  transition: box-shadow 0.25s ease;

  width: 100%;

  height: 100%;

  margin: auto;

  padding: 2rem;

  box-sizing: border-box;

  border-radius: 10px;
}

.centerLog:hover {
  border-radius: 10px;

  box-shadow: 0 0 20px rgba(100, 180, 255, 0.6);
}

main {
  height: 80vh;
  width: 100% !important;
  display: flex;
  transform: none;
}

.monContenaire {
  display: block;

  margin: auto;

  align-items: center;
}

.centerImg {
  height: 35px;
  margin: auto;
}

.circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #203145;
  overflow: hidden;

  top: -107px;
  width: 153px;
  height: 153px;
  margin: auto;
  transition: box-shadow 0.25s ease;
}

.centerLog:hover .circle {
  box-shadow: 0 0 20px rgba(100, 180, 255, 0.6);
}

.enfantImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
  font-size: 5rem;

  font-family: "Roboto Condensed", sans-serif;

  font-weight: 700;

  text-align: center;
}

label {
  padding-bottom: 10px;
  text-align: center;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  border-width: 0.2rem;
  color: white;
}

.password-area{
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-area input{
  padding-right:40px ;
}

.password-area i{
  position: absolute;
  color: black;
  right: 45px;
  cursor: pointer;
}

.message p {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.message {
  height: 50px;
}

.trait {
  background-color: #ffffff;

  width: 100%;

  height: 2px;

  margin-bottom: 3%;
  margin-top: 2%;
}

.btn.btn-primary {
  margin-left: auto;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  border-width: 0.2rem;
  color: white;
  margin-top: 33px;
}

.row-content {
  height: 100vh;
  padding: 20px;
}

@media (max-width: 900px) {
  .monContenaire {
    width: 30rem;
  }

  main {
    margin: 0;
    transform: translateX(0);
  }

  main label,
  main h1 {
    font-size: 20px;
  }

  .parentImg h1 {
    margin-top: 20px;
  }

  .backLog {
    height: auto;
  }
}
