.login.is-user {
  background-color: #71262a;
}

.login__inner.is-user {
  background-color: #fff;
  border-radius: 16px;
}

.item {
  align-items: center;
  background: #fff;
  border: 1px #ddd solid;
  display: flex;
  line-height: 1.3;
  padding: 16px;
}

.item__image {
  text-align: center;
  width: 200px;
}

.item__image > img {
  max-height: 200px;
  max-width: 200px;
}

.item__text {
  font-size: 16px;
  padding: 0 16px;

  flex-grow: 1;
}

.item__text table {
  border-left: 1px #ddd solid;
  border-top: 1px #ddd solid;
}

.item__text table tr:hover td {
  background: none;
}

.item__text table th {
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  text-align: right;
  width: 15%;
}

.item__text table th:nth-child(1) {
  text-align: left;
  width: 20%;
}

.item__text table td {
  border-bottom: 1px #ddd solid;
  border-right: 1px #ddd solid;
  text-align: right;
}

.item__text table td:nth-child(1) {
  text-align: left;
}

.item__name {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 1em;
}
