body {
    padding: 10px;
    margin-top: 30px;
    background-color: #f8f6f6;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
}

.auction-image {
    width: 200px;
    height: auto;
}

.row-button {
    text-align: left;
    width: 100%;
}

.thumb {
    object-fit: cover;
    width: 100%;
    max-height: 165px;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
  }
  
  .form-signin .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-signin input[type="text"] input[type="email"] input[type="password"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .form-signin input[type="password"]#floatingPasswordConfirm {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  