.loq-account-access {
  padding: 16px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
}

.loq-account-access__avatar {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #7b55ff, #5632df);
  font-size: 22px;
  font-weight: 900;
}

.loq-account-access__copy h3 {
  margin: 0;
  color: var(--loq-text, #11131a);
  font-size: 21px;
  font-weight: 900;
}

.loq-account-access__copy p {
  margin: 6px 0 12px;
  color: var(--loq-muted, #626978);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.36;
}

.loq-account-access__copy .loq-account-access__error {
  border: 1px solid rgb(190 18 60 / 0.16);
  border-radius: 12px;
  padding: 10px 12px;
  color: #9f1239;
  background: #fff1f2;
  font-weight: 800;
}

.loq-account-access form {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
}

.loq-account-access label {
  color: var(--loq-text, #11131a);
  font-size: 12px;
  font-weight: 800;
}

.loq-account-access input[type="text"],
.loq-account-access input[type="password"] {
  width: 100%;
  min-height: 44px;
  margin-top: 5px;
  border: 1px solid rgb(17 19 28 / 0.1);
  border-radius: 13px;
  padding: 0 12px;
  background: #fff;
}

.loq-account-access input[type="submit"],
.loq-account-access__actions a:first-child {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #7b55ff, #5632df);
  font-size: 14px;
  font-weight: 900;
}

.loq-account-access .login-remember {
  margin: -2px 0 0;
}

.loq-account-access__register,
.loq-account-access__actions a:last-child {
  display: inline-flex;
  margin-top: 10px;
  color: var(--loq-primary, #5a38e5);
  font-size: 13px;
  font-weight: 850;
}

.loq-account-access__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.loq-account-access__actions a {
  padding: 0 14px;
}
