
.divForma{
    position: absolute;
    width: 100%;
    height: 100%;
}
.formNuevoArticulo{
    width: 98%;
    height: 98%;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;

}


.lableArticulo{
    color: #ffffff;
    margin-right: 5%;
}
#imgArt{
    color: #ffffff;
    cursor: pointer;
}

.inputArticulo{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    margin-bottom: 4%;
    font-size: 14px;
    font-weight: 300;
}

.inputArticulo2{
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

.inputArea1{
    padding: 4%;
    height: 100%;
}
.inputArea2{
    height: 100%;
    padding: 4%;
    display: flex;
    flex-flow: column;
}

.listaBotonesConsola{
    margin-bottom: 5%;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    gap: 20px;
}