body.rok-auth-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(0,0,0,.46), rgba(0,0,0,.86)),
    url("../images/rok/bg-rok.png") center top / cover fixed no-repeat,
    #070604;
  color: rgba(242, 231, 211, .86);
}

.rok-auth-page .page-wrapper,
.rok-auth-page .page-content--bge5 {
  min-height: 100vh;
  background: transparent !important;
}

.rok-auth-page .container {
  max-width: 620px;
}

.rok-auth-page .login-wrap {
  width: 100%;
  max-width: none;
  padding: 86px 0 54px;
}

.rok-auth-page .login-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 520px);
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  border: 1px solid rgba(211, 151, 56, .24);
  background: linear-gradient(180deg, rgba(31, 23, 13, .88), rgba(8, 6, 4, .92));
  box-shadow: 0 26px 58px rgba(0,0,0,.42);
  overflow: visible;
}

.rok-auth-page .login-logo {
  position: relative;
  top: auto;
  right: auto;
  width: min(520px, 100%);
  padding: 42px 52px 0;
  margin: 0;
  text-align: center;
  z-index: 2;
  overflow: visible;
}

.rok-auth-page .login-logo img {
  width: min(330px, 88%);
  max-height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.72)) drop-shadow(0 0 18px rgba(213, 152, 59, .28));
}

.rok-auth-page .login-form {
  padding: 22px 52px 44px;
}

.rok-auth-page .login-form form,
.rok-auth-page .login-form .rok-auth-kicker,
.rok-auth-page .login-form .rok-auth-title,
.rok-auth-page .login-form .rok-auth-subtitle,
.rok-auth-page .login-form .register-link {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.rok-auth-shell {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 54px 0;
}

.rok-auth-grid {
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(320px, 520px);
  gap: 24px;
  align-items: stretch;
  justify-content: center;
}

.rok-auth-art,
.rok-auth-card {
  border: 1px solid rgba(211, 151, 56, .24);
  background: linear-gradient(180deg, rgba(31, 23, 13, .88), rgba(8, 6, 4, .92));
  box-shadow: 0 26px 58px rgba(0,0,0,.42);
}

.rok-auth-art {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.rok-auth-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rok-auth-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.72));
  pointer-events: none;
}

.rok-auth-card {
  padding: 46px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rok-auth-logo {
  display: block;
  width: min(330px, 88%);
  margin: 0 auto 34px;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.72)) drop-shadow(0 0 18px rgba(213, 152, 59, .28));
}

.rok-auth-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e6b85c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.rok-auth-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #e1ab4e;
  box-shadow: 0 0 16px rgba(225, 171, 78, .55);
  transform: rotate(45deg);
}

.rok-auth-title {
  margin: 12px 0 8px;
  color: #f3ead9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.rok-auth-subtitle {
  margin-bottom: 26px;
  color: rgba(238, 226, 204, .72);
}

.rok-auth-page label {
  color: rgba(241, 225, 195, .82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rok-auth-page .form-group {
  margin-bottom: 18px;
}

.rok-auth-page .au-input {
  height: 48px;
  border-radius: 2px;
  color: #f4ead8;
  background: rgba(0,0,0,.32);
  border: 1px solid rgba(211, 151, 56, .22);
}

.rok-auth-page .au-input:focus {
  color: #fff;
  background: rgba(0,0,0,.44);
  border-color: rgba(236, 188, 92, .72);
  box-shadow: 0 0 0 3px rgba(210, 151, 56, .14);
}

.rok-auth-page .login-checkbox {
  color: rgba(238, 226, 204, .74);
}

.rok-auth-page .login-checkbox a,
.rok-auth-page .register-link a,
.rok-auth-back {
  color: #f1c66d;
  text-decoration: none;
}

.rok-auth-page .login-checkbox a:hover,
.rok-auth-page .register-link a:hover,
.rok-auth-back:hover {
  color: #ffe2a0;
  text-decoration: underline;
}

.rok-auth-page .au-btn--green {
  min-height: 54px;
  border-radius: 2px;
  color: #130d05;
  background: linear-gradient(180deg, #ffdc7b 0%, #c1842f 55%, #7a4214 100%);
  border: 1px solid #e5b85f;
  box-shadow: 0 12px 30px rgba(184, 113, 28, .32), inset 0 1px 0 rgba(255,255,255,.45);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rok-auth-page .register-link {
  border-top: 1px solid rgba(211, 151, 56, .16);
  margin-top: 22px;
  padding-top: 18px;
  text-align: center;
}

.rok-auth-page .register-link p {
  color: rgba(238, 226, 204, .74);
}

.rok-auth-page .alert {
  border-radius: 2px;
}

.rok-auth-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .rok-auth-shell {
    padding: 28px 0;
  }

  .rok-auth-grid {
    grid-template-columns: minmax(0, 560px);
  }

  .rok-auth-art {
    display: none;
  }

  .rok-auth-card {
    padding: 34px 24px;
  }

  .rok-auth-page .login-wrap {
    padding: 44px 0 28px;
  }

  .rok-auth-page .login-content {
    grid-template-columns: minmax(0, 520px);
  }

  .rok-auth-page .login-logo {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    padding: 34px 24px 0;
  }

  .rok-auth-page .login-form {
    padding: 24px;
  }
}
