.login_body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.random_img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    filter: brightness(0.5);
    object-fit: fill;
}
.container_login{
    width: 90%;
    max-width: 400px;
    background:#fff;
    padding: 50px 20px;
}

table, th, td {
    border: 1px solid black;
}

a{
    text-decoration: none;
}
.card{
    width: max-content;
}
.receipt {
    font-family: sans-serif;
    width: 310px;
    border: 1px solid #ccc;
    margin: 0 auto;
  }
  
  .header {
    background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
  }
  
  .body {
    padding: 10px;
  }
  
  .footer {
    background-color: #eee;
    text-align: center;
    padding: 10px;
  }
  
  .recipt_table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .recipt_table th, .recipt_table td {
    border: 1px solid #ccc;
    padding: 5px;
  }
  
  .recipt_table th {
    background-color: #333;
    color: white;
  }
  
  .recipt_table td {
    text-align: center;
  }
  .partent_display_customers{
    position: relative;
  }
  .display_customers{
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 400px;
    top: 110%;
    max-height: 300px;
    overflow-y: auto;
  }
  .add_shadow{
    box-shadow: 1px 3px 10px 3px rgba(0, 0, 0, 0.4)
  }
  .display_customers .customer_div{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
  }