table.table.table-bordered thead th {
  background-color: #d1e7fe;
}

table.table.table-bordered.table-input thead th {
  text-align: left;
  background-color: #88c2fd;
}

table.table.table-bordered tbody th {
  text-align: center;
  background-color: #d1e7fe;
  width: 15%;
}

table.table.table-bordered tbody td {
  width: 85%;
}

table.table.table-bordered tbody td input[type="text"] {
  width: calc(100% - 10px);
}

table.table.table-bordered-user thead th {
  background-color: #88c2fd;
}

table.table.table-bordered-user tbody th {
  text-align: left;
  background-color: #88c2fd;
  width: 15%;
}

table.table.table-bordered-user table td {
  border: 1px solid gray;
}

table.table.table-bordered-user tbody td input[type="text"] {
  width: 28rem;
}

table.table.table-bordered-user table {
  border: 1px solid gray;
  border-spacing: 0px;
  padding: 0px;
}

.user-btn {
  margin-right: 44px;
}

.login-form {
  width: fit-content;
  margin: 0 auto;
}

.login-header {
  display: flex;
  column-gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.login-btn {
  height: 100px;
}
