
.contain-provider{
    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-provider.active{
    transform: scale(1);
    transition: transform 1s ease;
}


.contain-provider
.form-providerproduct .row-2{
    display: flex;

}



.contain-provider
.form-provider 
.group-designation, 
.group-compagny-provider{
    border: solid .8px rgba(193, 237, 245, 0.774);
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
}

.contain-provider
.form-provider  input, select{
    outline: none;
    border: none;
    width: 100%;
}

.contain-provider
.form-provider 
.fa-product-hunt, 
.fa-building  {
    display: inline-block;
    color: rgba(193, 237, 245, 0.774);
    padding: 2px ;
}


.contain-provider
.form-provider
label{
    font-size: 15px;
    border: solid .8px rgba(193, 237, 245, 0.774);
    padding: 10px;
    width: 150px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}


.contain-provider
.form-provider {
    width: 100%;
    max-width: 400px;
    background: #99bbe8;
    padding: 10px;
    transform: scale(.7);
}

.contain-provider
.form-provider fieldset{
padding: 10px;
border-color: #fff;
}


.contain-provider
.form-provider legend{
padding:0 5px;
color: #fff;
font-weight: bold;
}


.contain-provider
.form-provider
.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-provider
.form-provider 
.groupe-btn{
display: flex;
align-items: center;
}

.contain-provider
.form-provider
.groupe-btn button:hover, 
div.btn:hover{
background: rgba(23, 127, 77, 0.678);
cursor: pointer;   
}
.contain-provider
.form-provider
.groupe-btn button:hover, 
div.btn:hover{
background: rgba(23, 127, 77, 0.678);
cursor: pointer;   
}

