/* ACTIVISION LOGIN — FINAL RESPONSIVE VERSION */

/* GLOBAL BACKGROUND */
body {
  background: url("91878f.jpg?v=100000000000000") no-repeat center center fixed;
  background-size: cover;
  font-family: Arial, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
}

.page-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}

/* CARD */
.card {
  width: 380px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 30px 25px;
  border-radius: 10px;
  direction: ltr;
  text-align: left;
}

/* LOGO */
.brand {
  font-family: 'Anton', sans-serif;
  font-size: 48px;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
}

.subtitle {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  color: #ccc;
}

/* LABELS */
.form-label {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #ccc;
}

/* INPUTS */
.input {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border-radius: 6px;
  border: 1px solid #333;
  background: #0f0f0f;
  color: #fff;
  font-size: 14px;
}

.input::placeholder {
  color: #777;
}

/* REMEMBER ME */
.remember-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 14px;
  color: #ccc;
}

.remember-checkbox {
  width: 16px;
  height: 16px;
  accent-color: #3a7afe;
}

/* CAPTCHA */
.recaptcha-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.captcha-error {
  display: none;
  color: #ff3b3b;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

/* SIGN IN BUTTON */
.btn-signin {
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  background: #3a7afe;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.btn-signin:hover {
  background: #2f6ae0;
}

/* LINKS */
.forgot-link,
.signup-link {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #4aa3ff;
  text-decoration: none;
}

/* ESRB FOOTER */
.footer-esrb {
  margin-top: 40px;
  text-align: center;
  color: #aaa;
  font-size: 12px;
}

.esrb-labels {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
}

.esrb-labels img {
  height: 60px;
  object-fit: contain;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
  position: fixed;
  bottom: 25px;
  right: 20px;
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  overflow: hidden;
  z-index: 999;
}

.whatsapp-btn img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

/* MOBILE RESPONSIVE */
@media (max-width: 480px) {
  .card {
    width: 90%;
    padding: 25px 15px;
  }

  .brand {
    font-size: 38px;
  }

  .subtitle {
    font-size: 14px;
  }

  .input {
    font-size: 13px;
    padding: 10px;
  }

  .btn-signin {
    font-size: 15px;
    padding: 10px;
  }

  .esrb-labels img {
    height: 45px;
  }

  .whatsapp-btn {
    width: 50px;
    height: 50px;
  }

  .whatsapp-btn img {
    width: 50px;
    height: 50px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

.brand {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 48px;
  color: #fff;
}

.reg {
  font-size: 12px;
  vertical-align: super;
  margin-left: 4px;
  letter-spacing: 0;
  opacity: 0.7;
  font-weight: 700;
}

/* === FINAL FIXES — ACTIVISION STYLE === */

/* LOGO FIX */
.brand {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  font-size: 48px !important;
  color: #fff !important;
  text-align: center !important;
}

.reg {
  font-size: 12px !important;
  vertical-align: super !important;
  margin-left: 4px !important;
  opacity: 0.7 !important;
  font-weight: 700 !important;
}

/* INPUT FIX — EXACT ACTIVISION STYLE */
.input {
  width: 100% !important;
  height: 46px !important;
  padding: 0 12px !important;
  border-radius: 4px !important;
  border: 1px solid #5a5a5a !important;
  background: rgba(20,20,20,0.65) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 46px !important;
  box-sizing: border-box !important;
  margin-top: 6px !important;
}

.input::placeholder {
  color: #777 !important;
  line-height: normal !important;
}
