/* ===========================
   ACACIA THEME - LOGIN PAGE
   =========================== */

body.login-page {
  background: url('images/fundal.png') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: "Georgia", serif;
}

.login-container {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px 60px;
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  max-width: 500px;
  width: 90%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.login-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.3);
}

.login-container img {
  width: 160px;
  margin-bottom: 25px;
}

.login-container h1 {
  color: #002147;
  margin-bottom: 15px;
}

.login-container p {
  color: #444;
  margin-bottom: 30px;
}

.login-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #002147;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.login-btn:hover {
  background-color: #00162b;
}
h2 {
  color: #001a33;
  font-family: "Georgia", serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

input[type="text"], input[type="password"] {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px;
  width: 45%;
  margin: 8px;
}

input[type="submit"] {
  background-color: #002147;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #001030;
}
/* Eliminare completă header/footer WordPress */
header, footer, .site-header, .site-footer,
#masthead, #colophon, .entry-header, .wp-block-template-part,
.site-info {
  display: none !important;
}

/* Elimină spațiile rămase */
body {
  margin: 0 !important;
  padding: 0 !important;
}
.login-container img {
  width: 130px;
  margin-bottom: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* === Elimină complet header, footer și spații === */
.site-header,
.site-footer,
header,
footer,
#masthead,
#colophon,
#page > hr:first-of-type,
#page > hr:last-of-type,
.entry-footer,
.site-info {
  display: none !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #f7f9fc;
}

html {
  background-color: #f7f9fc;
}
/* === Elimină complet header, footer și titlurile din pagina login === */
header,
footer,
.site-header,
.site-footer,
#masthead,
#colophon,
#header,
#footer,
#page > hr:first-of-type,
#page > hr:last-of-type,
.entry-header,
.entry-footer,
.site-info,
h1.entry-title,
h1.site-title,
h2.site-description,
#wpadminbar {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Elimină orice spațiu rămas sus și jos */
body {
  margin: 0 !important;
  padding: 0 !important;
}
/* === Fundal general albastru închis (culoarea siglei) === */
body.login-page {
  background-color: #002147 !important;
  background-image: none !important;
  color: #ffffff;
}

/* Centru - container alb elegant */
.login-container {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 25px;
  padding: 50px 70px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  max-width: 500px;
  width: 90%;
  margin: auto;
}

/* Text alb general */
h1, h2, h3, p, label {
  color: #ffffff !important;
}
/* === Fundal general bleumarin (culoarea siglei) === */
body {
  background-color: #002147 !important;
  background-image: none !important;
  color: #ffffff !important;
  font-family: "Georgia", serif;
}

/* === Container de login alb, elegant, centrat === */
.login-container {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 25px;
  padding: 50px 70px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  max-width: 520px;
  width: 90%;
  margin: 60px auto;
}

/* === Titlu principal albastru închis (vizibil peste fundalul alb) === */
.login-container h2 {
  color: #002147 !important;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 25px;
}

/* === Imagine siglă cu efect subtil === */
.login-container img {
  width: 160px;
  margin-bottom: 20px;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3));
}

/* === Formular === */
input[type="text"],
input[type="password"] {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 80%;
  margin-bottom: 15px;
  font-size: 15px;
}

/* === Buton autentificare === */
input[type="submit"],
button,
.login-container input[type="submit"] {
  background-color: #00162b;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 25px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

input[type="submit"]:hover {
  background-color: #0a3060;
}
/* === Forțează tot fundalul să fie bleumarin complet (#002147) === */
html, body, #page {
  background-color: #002147 !important;
  background-image: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Elimină spațiile gri de margine */
body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

/* Mică corecție la containerul alb */
.login-container {
  margin: 0 auto !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
}
/* === Ajustare poziționare: coborâm containerul puțin mai jos === */
.login-container {
  margin-top: 80px !important; /* înainte era 0, acum are spațiu deasupra */
}

/* === Titlu principal - font mai mic, echilibrat vizual cu sigla === */
.login-container h2 {
  color: #002147 !important;
  font-weight: 700;
  font-size: 1.3rem;  /* înainte era 1.6rem */
  margin-top: 15px;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
/* === Buton Autentificare – Bleumarin & Auriu === */
input[type="submit"],
button,
.login-container input[type="submit"] {
  background-color: #002147;           /* albastru închis */
  color: #fff8dc;                      /* alb cald spre auriu */
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 10px 28px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* === Efect hover: contur auriu, fundal bleumarin mai intens === */
input[type="submit"]:hover {
  background-color: #001631;           /* nuanță mai închisă */
  border-color: #C5A24C;               /* auriu elegant */
  color: #C5A24C;                      /* textul devine auriu */
  box-shadow: 0 5px 15px rgba(197, 162, 76, 0.4);
  transform: translateY(-1px);
}

/* === Efect click (active): mică adâncire subtilă === */
input[type="submit"]:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
/* === Ramură decorativă Acacia colț dreapta-jos === */
body.login-page {
    position: relative;
    background-color: #001f44; /* bleumarin profund */
    background-image: url('images/ramura-acacia.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 120px auto; /* mărimea ramurii, o poți ajusta */
}
/* === Ramură decorativă Acacia colț dreapta-jos === */
body.login-page {
    background-color: #001f44 !important; /* fundal bleumarin */
    background-image: url('http://acacia124.ro/wp-content/themes/acacia-theme/images/ramura-acacia.png') !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    background-size: 160px auto !important;
}
/* === Ramură Acacia decorativă === */
.ramura-acacia {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 150px;
    height: 150px;
    background-image: url('http://acacia124.ro/wp-content/themes/acacia-theme/images/ramura-acacia.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.85;
    pointer-events: none; /* să nu deranjeze click-urile */
    z-index: 9999;
}
/* === Acacia Simple Captcha – Bleumarin & Auriu, vizibil === */
.acacia-captcha-wrap {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 10px;
}
.acacia-captcha-label {
  color: #001f3f !important; /* bleumarin intens */
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}

.acacia-captcha-box {
  width: 24px;
  height: 24px;
  border: 1px solid #c9a441;
  border-radius: 2px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-left: 7px; /* 🔹 mic spațiu între text și pătrat */

}

.acacia-captcha-box:hover {
  box-shadow: 0 0 10px rgba(201, 164, 65, 0.5);
  transform: scale(1.05);
}

.acacia-captcha-box.acacia-captcha-checked {
  background: #c9a441; /* auriu */
  border-color: #b69137;
  color: #001f3f; /* bleumarin */
  font-weight: 900;
}

.acacia-captcha-box.acacia-captcha-checked::after {
  content: "✕";
  color: #001f3f; /* X bleumarin */
  font-size: 16px;
  font-weight: 900;
}

.acacia-captcha-note {
  font-size: 0.7rem;
  color: #001f3f;
  opacity: 0.85;
  margin-top: 5px;
}







