.crd-login-box {
  display: grid;
  place-items: center;
}

.crd-login-panel {
  width: min(520px, 100%);
  border: 1px solid #d7dde7;
  border-radius: 8px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(24, 32, 43, 0.12);
}

.crd-login-eyebrow {
  margin: 0 0 10px;
  color: #bb3e30;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.crd-login-panel h2 {
  margin: 0 0 10px;
  color: #18202b;
  font-size: 2rem;
  line-height: 1.1;
}

.crd-login-panel p {
  margin: 0 0 18px;
  color: #667085;
}

.crd-login-panel form {
  display: grid;
  gap: 14px;
}

.crd-login-panel label {
  display: grid;
  gap: 7px;
}

.crd-login-panel label span {
  color: #18202b;
  font-weight: 850;
}

.crd-login-panel input[type="text"],
.crd-login-panel input[type="password"] {
  width: 100%;
  border: 1px solid #d7dde7;
  border-radius: 8px;
  padding: 12px;
  font: inherit;
}

.crd-login-check {
  display: inline-flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-content: start;
}

.crd-login-panel button,
.crd-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  color: #fff;
  background: #0a6f6f;
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.crd-login-link {
  display: inline-flex;
  margin-top: 16px;
  color: #0a6f6f;
  font-weight: 850;
  text-decoration: none;
}

.crd-login-message {
  margin-bottom: 16px;
  border: 1px solid rgba(187, 62, 48, 0.25);
  border-radius: 8px;
  padding: 12px;
  color: #8f2f24;
  background: #fff2ef;
  font-weight: 800;
}

.crd-login-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.crd-login-actions .crd-login-link {
  margin-top: 0;
}
