/* Reset total */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #f4f7fa;
}

.login-container-box {
  width: 100%;
  max-width: 380px;
  padding: 20px;
  text-align: center;
}

.login-card {
  background: white;
  padding: 27px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.logo-image {
  width: 180px;
  height: auto;
  margin-bottom: 5px;
}

.header p {
  font-size: 14px;
  color: #888;
  margin-bottom: 25px;
}

.form-section h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 5px;
}

.form-section p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.input-group {
  text-align: left;
  margin-bottom: 15px;
}

.input-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444;
}

.input-wrapper {
  position: relative;
}

.input-wrapper input {
  width: 100%;
  padding: 12px 40px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  outline-color: #008c83;
}

.input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #008c83;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #008c83;
  cursor: pointer;
}

.btn-primary {
  width: 100%;
  padding: 14px;
  background: #008c83;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s ease;
  font-size: 15px;
}

.btn-primary:hover {
  background: #006b64;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 140, 131, 0.2);
}

.alert-danger-login {
  background-color: #fff0f0;
  border: 1px solid #ffcccc;
  color: #cc0000;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 15px;
  text-align: left;
}

.alert-warning-login {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
  color: #7d5a00;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 15px;
  text-align: left;
}

.actions {
  margin-top: 20px;
  font-size: 13px;
}

.actions p {
  margin-bottom: 6px;
  color: #555;
}

.actions a {
  color: #008c83;
  text-decoration: none;
  font-weight: 600;
}

.actions a:hover {
  text-decoration: underline;
}

.actions .fab.fa-whatsapp {
  color: #25d366;
}

.badge-dev {
  display: inline-block;
  background-color: #fff8e1;
  border: 1px solid #ffe082;
  color: #8a6500;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  margin-top: 4px;
}

.app-download {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #eee;
  text-align: center;
}

.app-download p {
  font-size: 12px;
  color: #999;
  margin-bottom: 8px;
}

.btn-appstore, .btn-playstore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #111;
  color: #fff;
  text-decoration: none;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.btn-playstore:hover, .btn-appstore:hover {
  background-color: #333;
}

.btn-playstore .fab {
  font-size: 16px;
  color: #a8d8a8;
}
.btn-appstore .fab {
  font-size: 16px;
  color: #fff;
}

.footer {
  margin-top: 40px;
  font-size: 12px;
  color: #aaa;
}

/* Layout principal */
html, body {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.wrapper-principal {
  display: flex;
  width: 100%;
  height: 100%;
}

.lado-esquerdo {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f7fa;
  z-index: 10;
}

.lado-direito {
  width: 65%;
  height: 100%;
  position: relative;
  background-color: #000;
}

.lado-direito img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.overlay-moderno {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}

.conteudo-imagem {
  position: absolute;
  top: 35%;
  left: 8%;
  color: white;
  z-index: 2;
  max-width: 500px;
}

.conteudo-imagem h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
}

.conteudo-imagem h1 span {
  color: #008c83;
}

.conteudo-imagem p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
  font-weight: 400;
}

.tagline {
  display: inline-block;
  margin-top: 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}

/* Responsivo */
@media (max-width: 1200px) {
  .conteudo-imagem h1 {
    font-size: 38px;
  }

  .conteudo-imagem p {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .lado-direito {
    display: none;
  }

  .lado-esquerdo {
    width: 100%;
  }
}