
.labelNoconformidad { 
      background-color: #1890ff;
      border-radius: 10px; 
      font-family: Lato-Bold;
      font-size: 20px;
      color: #fff;
      padding: 3px !important;
      margin-right: 10px;   
      margin-left: 10px;  
      box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
      height:40px !important;
      
}

.buttonNoconformidad { 
      background-color: #1890ff;
      border-radius: 10px !important; 
      font-family: Lato-Bold !important;
      font-size: 20px !important;
      color: #fff;    
      height:40px !important;
      margin-right: 20px ;   
      margin-left: 20px ;  
      box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15); 
}

