*, *::before, *::after{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    font-family: sans-serif;
}

.contenaire{
    position: relative;
    background-image: url('../images/bfond2.PNG');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    padding: 0 8px;
}

.lfi_formlog{
    width: 23%;   
    position: absolute;
    bottom: 3%;
    right: 3%;
    border: 2px solid rgb(153, 204, 153);
    border-radius: 10px !important;
    background-color: rgba(153, 204, 153, 0.185);
    padding: 20px;
}

.lfi_grp{
    width: 80%;
    display: flex;
    justify-content: space-between;
    border: 2px solid rgb(195, 238, 195);
    border-radius: 10px !important;
    background-color: rgba(153, 204, 153, 0.479);
    padding: 5px;
    margin: 1%;
    gap:5%;
}

.lfi_grp span{
    font-size: 15px;
    padding-top: 1%;
    padding-left: 2%;
}

.lfi_grp input{
    height: 30px;
    border: none;
    background-color: rgba(250, 252, 250, 0.671);    
}


.container span{
    font-weight: bold;
    background-color: rgba(228, 243, 96, 0.616);
}

.container h3{
    font-weight: bold;
    color: aliceblue;
}

.btn_login{
    background-color: rgb(187, 199, 19);
    border: 1px solid rgb(90, 84, 3);
    padding: 10px;
    width: 150px;
    font-weight: bold;
}

.btn_login:hover{
    background-color: rgb(88, 182, 10);
    font-size: 18px;
}
.invalidVal{
    color: rgb(192, 6, 6);
    font-weight:600;    
}

@media only screen and (max-width:600px) {
    .contenaire{
    position: relative;
    background-image: url('../images/imgtel.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    padding: 0 8px;
}

    .lfi_formlog{
        width: 100%;
        left: 0;
    }
}