#contenu.auth-shell {
  width: min(1060px, calc(100% - 32px));
}

.auth-form label input[type="text"],
.auth-form label input[type="password"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid var(--app-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  color: var(--app-ink);
  font: inherit;
  text-shadow: none;
}
