
.container {
    min-height: fit-content;
}

h2,p {
    text-align: end;
}

.bg-img {
    height: 300px;
    background: url(/EspaceEtudiant/asset2/image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.overlay {
    background: rgba(255, 255, 255, 0.7); 
    position: absolute !important;
    inset: 0 ;
    z-index: 1;
}
.img {
    height: 80px;
    background-image: url(/assets/logon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.bg-img > *:not(.overlay) {
    position: relative;
    z-index: 2;
}

h2 {
    font-size: 18px;
}

input::placeholder {
    color: #aaa;
    /* text-align: end; */
    font-weight: 300;
    font-size: 13px;
  }

input {
    font-weight: 300;
    font-size: 13px;
  }

.titleInput {
    font-size: 13px;
}

.btnSub button {
    /* color: var(--main-color); */
    color: white;
    background-color: var(--second-color);
}

input:focus  {
    outline: 0;   /* hide placeholder */
  }

  input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #0d6efd; /* modern browsers */
  }

  .divmn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }


  /* .divmn1 {
    flex-direction: column;
    display: flex;
  } */

  .overlay2 {
    background: rgba(14, 14, 14, 0.7); 
    position: absolute !important;
    inset: 0 ;
    z-index: 1;
}
  /* Desktop */
  @media (min-width: 767px) {
    .container {
      height: 90vh;
    }
    .titleInput {
        font-size: 18px;
    }
    .btnSub button {

        font-size: 22px;
        padding: 11px !important;
    }
    
  }

  /* .container {
    height: 70vh;
  } */
  .divInpt {
    box-shadow: 0 0 30px 10px rgb(182, 181, 181);
    overflow: hidden;
  }