.access-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.access-types span {
  padding: 7px 10px;
  border: 1px solid #1b5c8f;
  border-radius: 999px;
  background: #061a36;
  color: #a9caed;
  font-size: .72rem;
}

.account-card select {
  width: 100%;
  border: 1px solid #1f6099;
  border-radius: 12px;
  background: #03152e;
  color: white;
  padding: 14px;
  font-size: 1rem;
}
