#product_verify_panel_back{
width:100vw;
height:100vh;
position:fixed;
top:0;
left:0;
background:rgba(0,0,0,0.9);
z-index:105;
}

#product_verify_panel_front{
width:50vw;
height:50vh;
background:url('../assets/background_shade_verify.jpg');
margin-left:25vw;
margin-top:25vh;
color: black;
font-family:'Lato';
border: 1px solid green;
}

#product_verify_panel_front>h3{
 position:relative;
 top:-45px;
 padding:15px 0px;
 background:transparent linear-gradient(30deg, #117356 0%, #61a200 100%) repeat scroll 0% 0%;
 z-index:1;
 color:white;
}

#verify_product_btn{
display:inline-block;
margin-left:50px;
border: 1px solid black;
cursor:pointer;
padding:5px 20px;
}

#close_btn>img{
width:25px;
height:25px;
}

#close_btn{
width:25px;
height:25px;
position:relative;
top:-12px;
left:-12px;
cursor:pointer;
z-index:2;
}

#product_verify_search_result{
padding-left:5px;
}