.cristian-login-page {
  background: #07101c;
  color: #102238;
  letter-spacing: 0;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

.cristian-login-page::before,
.cristian-login-page::after {
  content: "";
  pointer-events: none;
  position: fixed;
}

.cristian-login-page::before {
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 42px),
    linear-gradient(120deg, #07101c 0%, #103355 58%, #c31331 100%);
  inset: 0;
}

.cristian-login-page::after {
  background: #0ab0e8;
  bottom: -16vh;
  box-shadow: 0 -20px 80px rgba(10, 176, 232, .25);
  clip-path: polygon(0 44%, 100% 0, 100% 100%, 0 100%);
  height: 35vh;
  left: 0;
  opacity: .88;
  width: 100%;
}

.login-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: clamp(18px, 4vw, 48px);
  position: relative;
  width: 100%;
  z-index: 1;
}

.login-stage {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .44), 0 8px 0 rgba(1, 11, 23, .28);
  display: grid;
  grid-template-columns: minmax(360px, 1.12fr) minmax(330px, 440px);
  max-width: 1120px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.login-showcase {
  align-content: center;
  background:
    linear-gradient(90deg, rgba(2, 11, 24, .88), rgba(7, 16, 28, .58)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 112px);
  display: grid;
  min-height: min(760px, calc(100vh - 72px));
  overflow: hidden;
  padding: clamp(28px, 6vw, 76px);
  position: relative;
}

.login-showcase::before {
  background: #c31331;
  box-shadow: 18px 18px 0 rgba(10, 176, 232, .72);
  clip-path: polygon(0 0, 100% 0, 66% 100%, 0 100%);
  content: "";
  height: 170px;
  left: -34px;
  position: absolute;
  top: 42px;
  width: 210px;
}

.login-showcase::after {
  border: 1px solid rgba(255, 255, 255, .17);
  bottom: 34px;
  content: "";
  left: 34px;
  pointer-events: none;
  position: absolute;
  right: 34px;
  top: 34px;
}

.login-brand {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .42), 0 7px 0 rgba(194, 20, 48, .92);
  justify-self: center;
  max-width: 630px;
  padding: clamp(18px, 3vw, 30px);
  position: relative;
  width: min(100%, 630px);
  z-index: 1;
}

.login-logo {
  display: block;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  width: 100%;
}

.login-showcase-track {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
  position: relative;
  z-index: 1;
}

.login-showcase-track span {
  background: rgba(0, 0, 0, .32);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 10px 30px rgba(0, 0, 0, .22);
  color: #fff;
  font-size: .92rem;
  font-weight: 800;
  min-height: 56px;
  padding: 18px 10px;
  text-align: center;
  text-transform: uppercase;
}

.login-console {
  align-self: center;
  margin: 0;
  max-width: none;
  padding: clamp(18px, 3vw, 34px);
  width: 100%;
}

.login-card {
  background: #fff;
  border: 1px solid #d8e4f1;
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .34), 0 6px 0 rgba(7, 27, 48, .3);
  overflow: hidden;
}

.login-card .card-body {
  padding: clamp(26px, 4vw, 42px);
  position: relative;
}

.login-card .card-body::before {
  background: #c31331;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.login-access-mark {
  align-items: center;
  background: #08233e;
  border: 1px solid #173d61;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 7px 0 #051526;
  color: #13c5f7;
  display: flex;
  font-size: 1.6rem;
  height: 62px;
  justify-content: center;
  margin: 0 auto 20px;
  width: 62px;
}

.login-title {
  color: #071d35;
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  text-align: center;
}

.login-caption {
  color: #52677c;
  font-size: .96rem;
  font-weight: 700;
  margin: 8px 0 26px;
  text-align: center;
  text-transform: uppercase;
}

.login-input .form-control,
.login-input .input-group-text {
  background: #f1f6fb;
  border-color: #c6d6e6;
  min-height: 54px;
}

.login-input .form-control {
  border-radius: 7px 0 0 7px;
  color: #081c33;
  font-weight: 600;
}

.login-input .form-control:focus {
  background: #fff;
  border-color: #0788c2;
  box-shadow: 0 0 0 .2rem rgba(7, 136, 194, .18);
}

.login-input .input-group-text {
  border-radius: 0 7px 7px 0;
  color: #0d5d8f;
  justify-content: center;
  min-width: 56px;
}

.login-actions {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 150px;
  margin-top: 20px;
}

.login-actions label {
  color: #314b64;
  font-weight: 700;
}

.login-submit {
  align-items: center;
  background: #c31331;
  border-color: #c31331;
  border-radius: 7px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 6px 0 #82091e;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  transform: translateY(-2px);
}

.login-submit:hover,
.login-submit:focus {
  background: #a50e29;
  border-color: #a50e29;
}

.login-submit:active {
  box-shadow: 0 2px 0 #82091e;
  transform: translateY(1px);
}

.login-submit.is-loading {
  background: #6b7e90;
  border-color: #6b7e90;
  box-shadow: 0 3px 0 #445666;
}

.login-submit.is-loading i {
  animation: login-loading .8s linear infinite;
}

.login-link {
  border-top: 1px solid #dce7f1;
  margin-top: 26px;
  padding-top: 19px;
  text-align: center;
}

.login-link a {
  color: #0b5f93;
  font-weight: 800;
}

.login-link i {
  margin-right: 7px;
}

.login-website {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

@keyframes login-loading {
  to {
    transform: translateX(4px);
  }
}

@media (max-width: 900px) {
  .login-stage {
    grid-template-columns: 1fr;
    max-width: 560px;
  }

  .login-showcase {
    min-height: 0;
    padding: 34px 28px;
  }

  .login-showcase::after {
    bottom: 18px;
    left: 18px;
    right: 18px;
    top: 18px;
  }

  .login-brand {
    width: min(100%, 430px);
  }

  .login-showcase-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }
}

@media (max-width: 420px) {
  .login-actions {
    grid-template-columns: 1fr;
  }

  .login-submit {
    width: 100%;
  }

  .login-showcase-track span {
    min-height: 48px;
    padding: 14px 7px;
  }
}
