.contain-employee{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fffb;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 1s ease;  
}

.contain-employee.active{
    transform: scale(1);
    transition: transform 1s ease;   
}

.formulaire-login{
    width: 100%;
}

.culum{
    width: 100%;
    background: #99bbe8;
    padding: 5px;
}

.form{
   width: 100%;
   max-width: 500px;

}

.contain-employee input, select{
    border: transparent !important;
    outline: none !important;
    width: 100%;
}

.contain-employee .groupe-id, .groupe-password,  .groupe-email, .groupe-sex, .groupe-compagny{
    border: solid .8px rgba(193, 237, 245, 0.774);
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    /* border-radius: 25px; */
    display: flex;
    background: #fff;
}
.groupe-embauche, .groupe-birth{
    border: solid .8px rgba(193, 237, 245, 0.774);
    padding: 10px;
    margin-bottom: 10px;
    /* width: 100%; */
    /* border-top-right-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    display: flex;
    background: #fff;
}

.fa-user, .fa-lock, .fa-location-dot, .fa-envelope, .fa-building {
    display: inline-block;
    color: rgba(193, 237, 245, 0.774);
    padding: 2px;
}

/* .fa-solid{
    font-size: 20px !important;
    margin: 5px;
} */

.contain-employee .culum{
    display: none;
}
.contain-employee .culum.active{
    display: block;
}

.contain-employee .btn{
    display: none;
}
.contain-employee .btn.active{
    display: block;
}

.groupe-btn button, div.btn{
    background: rgb(23, 127, 76);
    padding: 7px;
    color:#fff;
    border-color: transparent;
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
    font-weight: bold;
    margin: 5px;
    font-size: 20px;
    text-align: center;

}

.contain-employee .groupe-btn{
    display: flex;
    align-items: center;
}

.groupe-btn button:hover, div.btn:hover{
    background: rgba(23, 127, 77, 0.678);
    cursor: pointer;   
}

.prev.active, .next.active{
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-2{
    display: flex;
}

.groupe-embauche, .groupe-birth{
    flex: 100%;
}

.contain-employee label{
    font-size: 15px;
    border: solid .8px rgba(193, 237, 245, 0.774);
    padding: 10px;
    width: 100px;
    margin-bottom: 10px;
    /* border-top-left-radius: 25px; */
    /* border-bottom-left-radius: 25px; */
}

.close{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}



.contain-employee fieldset{
    padding: 10px;
    border-color: #fff;
}
.contain-employee legend{
    padding:0 5px;
    color: #fff;
    font-weight: bold;
}

#add-employee{
    transform: scale(.7);
}