:root {
  --auth-bg: #0b1016;
  --auth-panel: #151d26;
  --auth-panel-soft: #1b2530;
  --auth-line: rgba(153, 173, 194, .14);
  --auth-text: #edf1f5;
  --auth-muted: #8491a2;
  --auth-green: #8bc150;
}

body.edte-auth {
  min-height: 100vh;
  color: var(--auth-text);
  background:
    radial-gradient(circle at 85% 10%, rgba(139, 193, 80, .12), transparent 25%),
    radial-gradient(circle at 10% 90%, rgba(65, 105, 42, .12), transparent 32%),
    var(--auth-bg) !important;
  font-family: Roboto, Arial, sans-serif;
}

.edte-auth .bg-image,
.edte-auth .limiter,
.edte-auth .container-login100 {
  min-height: 100vh;
  background: transparent !important;
}

.edte-auth .container-login100 {
  padding: 28px;
}

.edte-auth .wrap-login100 {
  width: min(980px, 100%);
  min-height: 590px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--auth-line);
  border-radius: 22px;
  background: var(--auth-panel);
  box-shadow: 0 40px 120px rgba(0, 0, 0, .48);
}

.edte-auth .login100-pic {
  display: flex;
  position: relative;
  width: 50%;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background:
    radial-gradient(circle at 70% 20%, rgba(139, 193, 80, .18), transparent 28%),
    linear-gradient(145deg, #17251b, #263f2a);
}

.edte-auth .login100-pic::before {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 55px solid rgba(255, 255, 255, .025);
  border-radius: 50%;
  content: "";
}

.edte-auth .login100-pic img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 390px;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, .2));
}

.auth-side-copy {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 42px;
  left: 42px;
  display: grid;
  gap: 6px;
  color: #fff;
}

.auth-side-copy strong { font: 500 18px/1.3 "Roboto Slab", serif; }
.auth-side-copy span { color: #a9baa9; font-size: 11px; line-height: 1.55; }

.edte-auth .login100-form {
  width: 50%;
  padding: 68px 58px 48px;
}

.edte-auth .login100-form-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 0 34px;
  color: var(--auth-text);
  font: 500 29px/1.2 "Roboto Slab", serif;
  text-align: left;
}

.edte-auth .login100-form-title small {
  margin-bottom: 8px;
  color: var(--auth-green);
  font: 700 9px/1.2 Roboto, sans-serif;
  letter-spacing: .14em;
}

.edte-auth .login100-form-title span {
  margin-top: 8px;
  color: var(--auth-muted);
  font: 400 11px/1.5 Roboto, sans-serif;
}

.edte-auth .wrap-input100 {
  position: relative;
  margin-bottom: 13px;
}

.auth-field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.auth-field > span {
  color: #9eacbb;
  font-size: 10px;
  font-weight: 700;
}

.auth-field .wrap-input100 > .fa:first-of-type {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  color: #758497;
}

.edte-auth .input100 {
  height: 52px;
  padding: 0 20px 0 48px;
  border: 1px solid var(--auth-line);
  border-radius: 11px;
  color: var(--auth-text);
  background: var(--auth-panel-soft);
  font-size: 12px;
}

.auth-password-toggle {
  position: absolute;
  z-index: 3;
  top: 5px;
  right: 5px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 9px;
  color: #8391a2;
  background: transparent;
  cursor: pointer;
}

.auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 7px 0 20px;
  font-size: 10px;
}

.auth-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #96a2b1;
}

.auth-options input { width: 17px; height: 17px; accent-color: var(--auth-green); }
.auth-options a { color: #9acb6b; font-weight: 700; }

.auth-message {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 16px;
  padding: 12px 13px;
  border: 1px solid rgba(223,117,111,.24);
  border-radius: 10px;
  color: #efb0ac;
  background: rgba(223,117,111,.07);
  font-size: 11px;
  line-height: 1.45;
}

.auth-message.success {
  border-color: rgba(139,193,80,.25);
  color: #b9dc98;
  background: rgba(139,193,80,.07);
}

.auth-security-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 18px 0 0;
  color: #657386;
  font-size: 9px;
}

.auth-link-button {
  display: flex;
  text-decoration: none !important;
}

.auth-back-link {
  display: block;
  margin-top: 18px;
  color: #91a0af;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.auth-back-link:hover { color: #a5d477; }

.edte-auth .input100::placeholder {
  color: #637083;
}

.edte-auth .input100:focus {
  border-color: rgba(139, 193, 80, .62);
  box-shadow: 0 0 0 3px rgba(139, 193, 80, .1);
}

.edte-auth .focus-input100 {
  display: none;
}

.edte-auth .symbol-input100 {
  padding-left: 17px;
  color: #768396;
}

.edte-auth .input100:focus + .focus-input100 + .symbol-input100 {
  color: var(--auth-green);
}

.edte-auth .checkbox {
  margin: 14px 0 18px;
  color: #919dac;
  font-size: 10px;
}

.edte-auth .checkbox .container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.edte-auth .checkbox input {
  width: 17px;
  height: 17px;
  accent-color: var(--auth-green);
}

.edte-auth .login100-form-btn {
  height: 50px;
  border-radius: 10px;
  color: #14200e;
  background: linear-gradient(135deg, #9bd25e, #70a83a);
  box-shadow: 0 12px 28px rgba(70, 116, 36, .22);
  font-size: 11px;
  font-weight: 700;
  text-transform: none;
}

.edte-auth .login100-form-btn:hover {
  background: linear-gradient(135deg, #a8dc71, #7bb446);
  transform: translateY(-1px);
}

.edte-auth .alert {
  margin-bottom: 16px;
  border: 1px solid rgba(223, 117, 111, .25);
  border-radius: 10px;
  color: #e7aaa6;
  background: rgba(223, 117, 111, .08);
  box-shadow: none;
  font-size: 9px;
}

.edte-auth .alert-warning {
  border-color: rgba(224, 173, 94, .25);
  color: #e5bd7e;
  background: rgba(224, 173, 94, .08);
}

.edte-auth .text-center.p-t-136 {
  padding-top: 34px;
}

@media (max-width: 820px) {
  .edte-auth .container-login100 {
    padding: 14px;
  }

  .edte-auth .wrap-login100 {
    min-height: 0;
    flex-direction: column;
    border-radius: 16px;
  }

  .edte-auth .login100-pic {
    width: 100%;
    min-height: 210px;
    padding: 27px;
  }

  .edte-auth .login100-pic img {
    max-width: 260px;
    max-height: 160px;
    object-fit: contain;
  }
  .auth-side-copy { display: none; }

  .edte-auth .login100-form {
    width: 100%;
    padding: 34px 25px 30px;
  }

  .edte-auth .login100-form-title {
    padding-bottom: 25px;
    font-size: 25px;
  }
}

@media (pointer: coarse) {
  .edte-auth .input100,
  .edte-auth .login100-form-btn {
    min-height: 52px;
  }
}
