div#api .entry .entry-item {
  padding-bottom: 1.3em;
  position: relative;
}

div#api .entry .entry-item label {
  display: none;
}

div#api .entry .entry-item input {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #000;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  padding-left: 1.0em;
  width: 80%;
}

div#api .entry .entry-item::after {
  position:absolute;
  left: 53px;
  content: ' ';
  display: inline-block;
  opacity: 0.2;
  margin-left: 0.4em;
  width: 2em;
  height: 3em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

div#api .entry .buttons button {
  padding: 12px 4em;
  margin-top: 1em;
  font-size: 20px;
  background-color: #619080;
  color: #fff;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
}

div#api .entry .entry-item .error.itemLevel {
  display: inline-block;
  position: absolute;
  color: #f22;
  text-align: center;
  width: 100%;
  top: 2.6rem;
  font-size: 0.8em;
}

div#api .entry .entry-item .error.itemLevel[aria-hidden=false] + input { 
  border-color: #f22;
}

div#api .error.pageLevel {
  color: #f22;
}

div#api .entry .entry-item:has(#signInName)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 6C22 4.9 21.1 4 20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6M20 6L12 11L4 6H20M20 18H4V8L12 13L20 8V18Z' /%3E%3C/svg%3E");
}

div#api .entry .entry-item:has(#password)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12,17C10.89,17 10,16.1 10,15C10,13.89 10.89,13 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10C4,8.89 4.89,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z' /%3E%3C/svg%3E");
}

div#api #forgotPassword {
  display: block;
  margin-top: 1em;
  color: #619080;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 2em;
  position: relative;
}
