 .form-control{
    min-height: 40px;
    border-radius: 6px;
    font-size: 15px;
}
.text-bold-700{
   font-weight: 700;
}
.text-grey{
    font-weight: 400;
    color: gray;
}
.text-size-12{
    font-size: 12px;
}
.text-size-15{
    font-size: 15px;
}
.text-size-16{
    font-size: 16px;
}
.text-size-36{
    font-size: 36px;
}
.text-size-28{
    font-size: 28px;
}
.text-size-24{
    font-size: 24px;
}
.btn-login{
    min-height: 50px;
    font-size: 18px;
}

.login-img{
    height: 100%;
    width: 100%;
}
.bg-primary-light{
background-color:#d6e9dc ;
border: 1px #d6e9dc;
}

.btn-outline {
    border: 2px solid #329254;
    background-color: white; 
    border-radius: 5px;
    color:#329254  
  }
  .btn { 
    border-radius: 5px; 
  }
  .btn-outline-info {
    border: 2px solid #17a2b8;
    background-color: white; 
    border-radius: 5px;
    color:#17a2b8  
  }

  .td-allign-right{
    text-align: right;
  }
 
  a.disabled {
    pointer-events: none;
} 

a.actions{
    font-weight: 500; 
    padding-top: 5px;
    /* padding-left: 5px; */
    padding-bottom: 5px;
    font-size: 13px;
    /* background-color: aquamarine; */
}
 

.receipt{
margin-left: 25%;
margin-right: 25%;
}