
.pin-code-holder{
    
    border: 2px solid skyblue;
    border-radius: 5px;
    padding: 10px;
    max-width: 250px;
    margin: auto;
    
    
    
}

.pin-text-bx{
    
  background: #ffffff!important;  
    
}
table tr td {
    border: 1px solid lightgray;
    padding: 10px 0px;
    text-align: center;
    font-size: 12px;
}

.newtext{
    
 font-size: 14px;
    font-weight: 600;
    
    
}

 .pin-text-bx {
  width: 100%;
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid lightgray;
}
.btn-pin{
   width:100%; 
   border-radius: 5px; 
    
}

.btn-yellow{
    
    background: #FF9900!important;
    color: #003333!important;
    margin-top: 10px!important;
}